body {
	color: #222222;
	font-family: "Inter", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
}
select:focus{ outline: none !important; }
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
li {
	list-style: none;
}
/* default font size */
.social-block .fa {
	font-size: 16px;
	color: #222;
}
.fa-stack {
	width: 12px !important;
	font-size: 8px;
	height: 16px;
}
.fa-stack .fa{font-size:13px;}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #2a2a2a;
}

a:hover, a:focus {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-weight:500;
	color:#2E2E2E;
}
.category_filter .control-label {
	font-weight: inherit;
}
#top {
	padding: 14px 0;
	width: 100%;
	float: left;
	background-color: transparent;
	background-image: linear-gradient(180deg, #F5F5F5 50%, #FFFFFF 100%);
}
.top-links-cover {
	float: right;
}
.top-links-toggle {
	display: none;
}
.top-links .links-item:first-child::before {
    display: none;
}
.top-links .links-item {
	padding-left: 30px;
	position: relative;
    color: #777;
    font-size: 12px;
}
.top-links .links-item:hover{ color: #da2127; }
.top-links .links-item::before {
    content: "";
    position: absolute;
    left: 12px;
    border-left: 1px solid #959595;
    top: 1px;
    width: 1px;
    height: 12px;
}
.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
}
.blog_page .blog_top_content {
  float: left;
  width: 100%;
}
.blog_page .blog_top_content .blog-image {
  float: left;
  position: relative;
}
.quickview-container #content .col-sm-6.product-right{
	margin: 10px 0;
	width: 50%;
}
.mfp-iframe-scaler iframe{ background: #fff !important; }
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	color: #000 ;
}
.pagination > li > a, .pagination > li > span {
	padding: 0 8px !important;
	height: 30px;
	width: 30px;
	line-height: 30px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background: #222 none repeat scroll 0 0 !important;
	border: 1px solid #222 !important;
	color: #fff !important;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

.main-menu .nav > li > .dropdown-menu {
	-webkit-transform: scaleY( 0 );
	-moz-transform: scaleY( 0 );
	-ms-transform: scaleY( 0 );
	-o-transform: scaleY( 0 );
	transform: scaleY( 0 ); 
	-webkit-transition: -webkit-transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
	-o-transition: -o-transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
	transition: transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}

.main-menu .nav > li:hover > .dropdown-menu.megamenu.column1 {
	-webkit-transform: scaleY( 1 );
	-moz-transform: scaleY( 1 );
	-ms-transform: scaleY( 1 );
	-o-transform: scaleY( 1 );
	transform: scaleY( 1 );
	-webkit-transition: -webkit-transform 0.3s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
	-o-transition: -o-transform 0.3s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
	transition: transform 0.3s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
}
.contact-no {
	float: right;
	background: #da2127;
	color: #fff;
	padding: 17px 20px 19px;
    position: relative;
}
.contact-no > a {
	position: relative;
	padding-left: 10px;
	font-size: 13px;
	font-weight: 500;
}
.tel-icon {
	height: 20px;
	width: 20px;
	background: url('../image/megnor/mob.svg') no-repeat;
	float: left;
}
.contact-no > a:hover, .contact-no > a:active, .contact-no > a:focus{color: inherit;}

/* counter*/
.countdown {
    text-align: center;
    width: 100%;
	transition: all 500ms ease 0s;
	margin-bottom: 15px;
}


.special .box-content:hover .customNavigation{display: none;}
.count-down.clock {
	margin-top: 18px;
    display: inline-block;
}
.offer-tax {
	padding: 12px 0 15px 0;
	float: left;
	width: 100%;
	color: #F72828;
}
.image_cover {
	position: relative;
	float: left;
	border-bottom: none;
	width: 100%;
    overflow: hidden;
}
.percentsaving {
	margin: 0;
	display: inline-block;
	position: absolute;
	top: 15px;
	z-index: 8;
	background: #ff0000;
	color: #fff;
	font-weight: 400;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
	left: 15px;
	padding: 4px;
	letter-spacing: 0px;
	text-transform: capitalize;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	width: 48px;
}
.box.special .image_cover, .box.special .rating, .box.special .price {
	display: none;
}
.product-list .image_cover {
	width: auto;
	border: none;
	/* margin-inline-end: 20px; */
}

.countbox .timebox {
	position: relative;
	padding: 2px;
	display: inline-block;
	text-align: center;
	line-height: 14px;
	box-sizing: border-box;
	flex: 1;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	min-width: 46px;
	min-height: 46px;
	margin: 0;
}
.countbox.hastime {
	width: auto;
	padding: 0 10px;
	background: #f02626;
	border-radius: 50px;
	color: #fff;
}
.timebox-inner {
	margin-top: 8px;
	display: block;
}
.countbox .timebox::after {
	position: absolute;
	content: ":";
	top: 17px;
	bottom: auto;
	left: auto;
	right:0;
	font-size: 16px;
	margin: auto;
	font-weight: 500;
}
.countbox .second.timebox::after {display: none;}
.countbox .second .timebox-inner::after {display:  none;}
.countbox .timebox .time {
	text-transform: capitalize;
	font-size: 13px;
	display: block;
	font-weight: 400;
}
.count-down .countbox strong {
	display: block;
	padding: 0 0;
	text-align: center;
	line-height: 14px;
    font-size: 14px;
}
.countbox .timebox:last-child {margin: 0;}
.product-content .count-down .countbox strong {font-size: 16px;}
/* end of counter*/
.special .special-tag {
	margin: 0;
	display: inline-block;
	position: absolute;
	z-index: 9999;
	font-weight: 400;
	font-size: 19px;
	line-height: inherit;
	border-radius: 0 !important;
	left: -35px;
	top: -103px;    
    color: #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	background: #1c9e8d;
		background-color: rgb(28, 158, 141);
	width: 100px;
	height: 50px;
	padding: 17px 0 0 0;
	
}

/* icones */
i.fas.fa-fire-alt {
 font-size: 28px;   
}

i.fas.fa-tools {
font-size: 28px;     
}

.special .box-heading {padding: 10px 0;}
.contact-form .col-sm-10 
{
	width: 73%;
}
.contact-form .col-sm-2 {
	width: 27%;
	font-size: 18px;
}
.stock_status {
	display: inline-block;
	cursor: pointer;
	width: auto;
	height: auto;
	margin: 0;
	margin-top: 0px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	font-weight: 600;
	border-radius: 50px;
	text-align: center;
	padding: 8px 20px;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	border-width: 2px;
	border-style: solid;
	letter-spacing: 0;
	background-color: red;
	border-color: red;
	color: #fff;
}

.outstock .img-responsive.hover-image {display: none !important;}
/* .outstock .img-responsive{filter: opacity(30%);} */
.contact_wrapper h5 {display: none;}
.footer-blocks #info {
	padding-inline-start: 13px;
}
.footer-blocks .col-sm-3 {
	padding: 0 30px;
	width: 24%;
}
.footer-area ul li {
	margin: 10px 0 0;
	display: inline-block;
}
.listing {
	min-height: 400px;
	display: block;
	text-align: center;
	font-size: 20px;
	padding-top: 25%;
	font-weight: 500;
    width: 100%;   
	text-transform: capitalize;
}
.listing::before {
	content: "\f071";
	position: absolute;
	font-family: fontawesome;
	margin-top: -50px;
	font-size: 35px;
	left: 45%;
}
.product-carousel.notproduct .slider-wrapper{width: 100% !important;}
/* mouse grab icon */
.grabbing {
	cursor: url(../stylesheet/grabbing.png) 8 8, move;
}
/* OpenCart Code */

#paysocialcmsblock {
	float: right;
	width: 30%;
}
.social-block {
	float: left;
	margin-block-start: 18px;
	margin-inline-start: 0;
	padding-inline-start: 30px;
}
.payment-block{
	float: right;
}
.payment-block ul > li > img {
	margin-inline: 2px;
}
.social-block ul li {
	float: left;
}
.social-block ul {
	float: right;
	padding-left: 0;
}
.social-block ul li a {
	width: 40px;
	height: 40px;
	display: block;
	margin-right: 5px;
	padding: 9px 13px;
	outline: none;
	border-radius: 50px;
	background-color: #F0F0F0;
}
.social-block .fa.fa-facebook {padding-left: 3px;}
.social-block ul li a:hover{background: #222222;}
.social-block ul li:last-child a{ margin: 0; }
.social-block ul li a:hover, .social-block ul li a:active, .social-block ul li a:focus{ background: #222; }
#paysocialcmsblock ul{ padding: 0; margin: 0; float: right;}
.main-slider .swiper-viewport:hover .swiper-button-next {opacity:1;-khtml-opacity:1;-webkit-opacity: 1;-moz-opacity:1;}
.main-slider .swiper-viewport:hover .swiper-button-prev {opacity:1; -khtml-opacity:1;-webkit-opacity: 1;-moz-opacity:1;}
#form-currency .currency-select:hover {
	text-shadow: none;
	color: #1f2022;
}
.dropdown-menu-right{
	border-radius: 0 !important;
	-webkit-border-radius:0 !important;
	-khtml-border-radius:0 !important;
	-moz-border-radius:0 !important;
	box-shadow: none;
   }
.language-menu .btn.btn-link.btn-block.language-select, #form-currency .currency-select {
	text-transform: capitalize;
	padding: 0;
	color: #222;
	text-decoration: none;
}
#form-language .language-menu li, #form-currency .currency-menu li {
	border-bottom: 1px solid #f0f0f0;
	padding: 5px 0;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
}
#form-currency .currency-menu li:last-child {
	border: none;
}
#form-language .language-menu li:hover, #form-currency .currency-menu li:hover {
	text-decoration: none;
	outline: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	background-color: #f2f2f2;
	padding-inline-start: 6px;
}
.language-menu .btn.btn-link.btn-block.language-select:hover, #form-currency .currency-select:hover {
	color: #808080;
}
.main-menu ul > li {
	/* background-color: rgba(0, 0, 0, 0); */
	display: inline-block;
	float: none;
	position: relative;
	margin-inline-end: 35px;
	position: relative;
	cursor: pointer;
}


.product-block-inner .product_hover_block .action {
	opacity: 0;
}
.product-block-inner:hover .product_hover_block .action {
	opacity: 1;
}
.main-menu a {
	padding-block: 16px;

	display: block;
	cursor: pointer;
	font-weight: 500;
	text-transform: capitalize;
	color: #2E2E2E;
}
.language-menu .btn.btn-link.btn-block.language-select img {
	margin-inline-end: 5px;
}
#form-language .dropdown-menu {
	border: none;
	box-shadow: none;
	margin: 2px 0 0;
	padding: 10px 10px 12px;
	right: auto;
	top: 19px;
	left: 10px;
}
.dropdown-menu.currency-menu {
	border: none;
	box-shadow: none;
	margin: 2px 0 0;
	padding: 10px 10px 12px;
	right: auto;
	top: 19px;
	left: 10px;
}
.lang-curr-wrapper .language-title, .lang-curr-wrapper .currency-title {
	font-weight: 600;
	padding: 3px 20px;
	display: inline-block;
	width: 100%;
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}
.dropdown-menu.currency-menu .fa.fa-angle-down ,.dropdown-menu.language-menu .fa.fa-angle-down {display: none;}
.productpage .special-price {
	font-size: 38px;
    color: #30a300;
	display: inline-block;
	font-weight: 900;
}
.productpage .description {
	line-height: 24px;
	margin-bottom: 10px;
	padding:0;
}
#product #button-cart {
	width: auto;
	margin: 0;
}
.product-description td span {
	font-weight: 500;
	padding: 2px;
	color:#2E2E2E;
}

div#seguro{
    height: 143px;
    width: 300px;
    position: relative;
    top: 3px;
    left: 30px;
}

.product-description td { padding: 2px;}
.productpage .description .product-description .description-right {padding-left: 50px;}
#form-language .dropdown-menu > li > .btn { padding: 5px;color:#000;}
#form-currency .dropdown-menu .btn { padding: 6px !important; color:#333333; }
#form-language .dropdown-menu > li > .btn:hover, #form-currency .dropdown-menu .btn:hover{color: #ffd200; background: transparent;}
.box-content-category ul {
	padding: 0;
	margin: 0;
}
.content_headercms_top #nav-one a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.box-content-category a {
	padding: 13px 53px 13px 50px;
	font-size: 14px;
	display: inline-block;
	position: relative;
	width: 100%;
	border-bottom: 1px dashed #e8e9eb;
}


#review-count {cursor: pointer;}
.site-map li {
	list-style: inherit;
	line-height: 28px;
}
.site-map ul {
	padding: 0 0 0 20px;
}
#review-count:hover{text-decoration: underline;}
#nav-one .dropdown a::after, #nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown a::after {
	content: "\f105";
	right: 20px;
	position: absolute;
	font-family: fontawesome;
	font-size: 16px;
	display: inline-block;
}
#nav-one li .megamenu ul.list-unstyled > li.dropdown > a::after, #nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a:after, #nav-one .hiden_menu .dropdown-menu a:after{display: none;}
.box-content-category a::before {
	content: " ";
	position: absolute;
	right: auto;
	top: 18px;
	left: 25px;
	background: rgba(0, 0, 0, 0) url("../image/megnor/Arrow.png") no-repeat scroll center 2px;
	width: 10px;
	height: 10px;
}
.box-content-category a:hover::before {background-position: center -54px;}
.box-content-category .dropdown a:hover::before  {background-position: center -54px;}
.header_cart .cart-menu .text-left a {font-size: 12px;}
.header_bottom .row {position: relative;}
.content_headercms_top .box .box-heading::before {
	position: relative;
	content: "";
	background: url("../image/megnor/menu.svg") no-repeat scroll center center;
	width: 32px;
	height: 32px;
	display: block;
	background-size: 21px;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	display: inline-block;
	vertical-align: middle;
}
.content_headercms_top .box.active .category-box-heading::after {
	background: url("../image/megnor/close.svg") no-repeat scroll center;
	z-index: 999;
	left: auto;
right: 15px;
	background-size: 15px;
	width: 34px;
	height: 25px;
	content: "";
	display: inline-block;
	cursor: pointer;
	position: absolute;
}
.content_headercms_top .box {
	float: left;
	width: auto;
	position: relative;
	padding: 0;
	margin: 0;
}
.box-category.treeview-list.treeview {
	padding: 20px;
}
.category-box-heading {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #222222;
	text-transform: uppercase;
	background-color: #241986;
	color: #222;
	border-color: #241986;
	padding: 20px;
}
.header-middle .box-content {
	width: 320px;
	height: 100%;
	overflow: auto;
	-khtml-opacity: 1;
	-o-opacity: 1;
	-ms-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	top: 0;
	right: 100%;
	position: fixed;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	background-color: #fff;
	color: #000;
	box-sizing: border-box;
	z-index: 99;
}
.header-middle .box-content {
	visibility: visible;
	color: #000;
}
.header-middle .box.active .box-content {
	-webkit-transform: translate(100%, 0);
	-moz-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	-o-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
#nav-one > li > .dropdown-menu.megamenu.column1, #nav-one .hiden_menu .dropdown-menu {
	padding: 20px 0 20px 20px;
	width: auto;
	height: auto;
	min-width: 200px;
	top: 0;
	left: 100%;
	border-radius: 0;
}
.quickview .header-container {display: none;}
/* header cms start*/
.content_headercms_top {
	cursor: pointer;
	display: inline-block;
	float: left;
	width: auto;
	margin-top:5px;
	text-align:left;
}
.content_header_topleft {
    padding:0;
    position: relative;
    text-transform: uppercase;
	font-weight:500;
}
.content_header_top .single-banner { margin: 0;}
.static_links {
    list-style: outside none none;
    margin: 0;
    padding: 2px 0 0 0;
	padding-left:8px;
}
.static_links li {
    position: relative;
	padding:0;
    float: left;
}
.static_links .hiden_menu .top_level > a {
    padding: 10px 20px !important;
	margin-right:0;
}
.offer-title a:hover {
	color: #fff;
	text-decoration: underline;
	outline: none;
}
.static_links li .megamenu li.list-unstyled.childs_1 li{padding:0;}
#content .col-sm-6 h2 {
	font-size: 32px;
	line-height: 40px;
	margin-block: 0px 20px;
}
#content .col-sm-6 p {
	margin-block-end: 20px;
}
.static_links .myaccount ul{ height:auto; border:1px solid #ebebeb;padding:10px 5px; } 
.static_links ul.nav li .megamenu.column1 ul.childs_1 {border: medium none;}
 .static_links ul.nav li .megamenu.column1 ul.list-unstyled li > a {
  color: #000;
  display: inline-block;
  font-size: 14px;
  padding: 8px 7px !important;
  position: relative;
  text-transform: capitalize;
  font-weight:400;
}
 .static_links ul.nav li .megamenu.column1 ul.list-unstyled li > a:hover {color:#ffd200;}
.static_links .dropdown-menu .list-unstyled.childs_1 > li{padding-bottom:0;}
.static_links ul { text-align: left;}
 .static_links .cart-menu > li {padding: 0;}
.header-cart .dropdown-menu {
	border: 1px solid #ebebeb;
	min-width: 280px;
	padding:10px;
	top: 53px;
}
.dropdown-menu-right {
	left: auto;
	right: 0;
	padding:10px 0 10px 0;
	margin-top: 24px;
}
.static_links ul li ul{ display:table-cell; float:none;}
.nav .navbar-nav .top-level.dropdown li a:hover{display:inline-block;}
.static_links li.hiden_menu div {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e6e6e6;
	display: none;
	min-width: 155px;
	padding: 15px 0;
	position: absolute;
	text-align: left;
	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;
	top:56px;
}
.static_links li.hiden_menu:hover div{display:block;color:#767676;}
.static_links li.hiden_menu div li a::before{background:none;}
.static_links li.hiden_menu .top_level a:hover{background:none;}
.static_links .dropdown-inner .top_level li a::before{background:none;}
.static_links li a::before {
	content: "";
	display: block;
	height: 13px;
	position: absolute;
	right: 7px;
	border-left: 1px solid #ededed;
}
.static_links .dropdown.myaccount li a::before{background:none;} 
.login_acc {
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #f0f0f0;
}
.login_acc a {
	color: inherit;
	font-size: 13px;
}
.lang-curr-wrapper {
	float: left;width: 100%;
}
.lang-curr-wrapper .pull-left:last-child {
	border: none;
}
.lang-curr-wrapper .pull-left {
	float: left;
	padding-block: 0px;
	width: 100%;
}
/* .lang-curr-wrapper .pull-left:hover {
	text-decoration: none;
	outline: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	background-color: #f2f2f2;
	padding-inline-start: 10px;
} */
.lang-curr-wrapper .language-title .fa.fa-caret-down {
	float: right;
	padding: 5px 10px;
}
.lang-curr-wrapper .currency-title .fa.fa-caret-down {
	float: right;
	padding: 5px 10px;
}
.lang-curr-wrapper .language-title:hover {color: #ffd200;}
.lang-curr-wrapper .currency-title:hover {color: #ffd200;}
.login_acc li {
	position: relative;
	padding: 8px 0;
	display: block;
	border-bottom: 1px solid #f0f0f0;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
}
.myaccount .account:hover {
	background: none;
	color: #000 !important;
	border: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.drop_account {color: #000000;}
.myaccount .account {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ffd200 ;
	color: #ffd200 ;
	float: left;
	margin: 5px;
	padding: 8px 18px;
	text-align: center;
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	font-weight:400;
}
.static_links .dropdown.myaccount li a:hover{background:none;color:#ffd200;}
.static_links li:first-child a::before {background:none;}
.static_links li a {
	color: #000;
    display: block;
    font-size: 13px;
  	font-weight:600;
    line-height: 10px;
   	margin: 1px 11px 0px 0;
    padding:15px 20px !important;
    position: relative;
    text-transform: capitalize;
    z-index: 6;
}
.dropdown-menu.dropdown-menu-right.myaccount-menu {
	background-color: #ffffff;
	position: absolute;
	right: -20px;
	padding: 10px 20px;
	box-sizing: border-box;
	z-index: 9999;
	width: 220px;
	text-align: left;
	top: 58px;
	left: auto;
	border: 2px solid #f0f0f0;
	margin: 0;
	box-shadow: none;
}
.login_acc a {
	color: #222;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}
.login_acc li:hover {
	text-decoration: none;
	outline: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	background-color: #f2f2f2;
	padding-inline-start: 6px;
}
.login_acc li:last-child {
	border: none;
}
.language-menu {
	min-width: 160px;
	right: auto;
	left: 0;
}
.list-unstyled.childs_2 > li{ padding:0; width:100%; margin:0 0 0 0}
.static_links li:last-child a {padding-right: 8px;}
.table-striped > tbody > tr:nth-of-type(2n+1) {background: none;}
#nav-one > li.top_level.dropdown .list-unstyled.childs_1 li a::before {background: none;}
#top-links li{padding:0; list-style:none}
#top-links .dropdown-menu a {text-shadow: none;}
#top-links .dropdown-menu a:hover,#top-links .dropdown-menu a:focus {color: #2196f3;}
#top .btn-link strong {font-size: 14px;font-weight: normal;}
#top-links {padding-top: 0px;}
#top-links a + a {margin-left: 15px; }
.offer-title {
	color: #222222;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
}
.dropdown.myaccount:hover a.account::after, .dropdown.myaccount:hover a.account1::after , .dropdown.myaccount:hover a.account_order1::after, .dropdown.myaccount:hover a.account_transaction1::after, .dropdown.myaccount:hover a.account_download1::after, .dropdown.myaccount:hover a.account_logout1::after{display:none;}
.swiper-viewport  .swiper-button-next {
	left: auto;
	right: 50px;
}
.swiper-viewport  .swiper-button-prev {
	right: auto;
	left: 25px;
}
#top-links ul.list-inline{float:left; margin-right: 5px; margin-bottom:0;}
#top-links ul.list-inline li{background:transparent; font-weight:300}
#top-links #form-language li {padding: 0;}
.lang-curr { 
	margin:0;
	display:inline-block;
}
.container .container-top a{color:#000;}
.nav.pull-right {
	display: inline-block;
	padding: 0;
}
.container .result-search-autocomplete ul li{float:left;}
.right-links ul li{ float:left; margin-left:10px; font-size:12px;}
.container .container-top a:hover {color: #ffd200;}
.right-myaccount-menu > li #wishlist-total {
	border-right: 1px solid;
	padding: 0 10px 0 0;
}
.right-links .right-myaccount-menu ul li{margin-right:10px;}
#form-language .fa-angle-down, #form-currency .fa-angle-down {
	float: right;
	margin-block-start: 6px;
	margin-inline-end: 5px;
}
.header_top .lang-curr-wrapper a {float: left;text-transform: capitalize;color:#666;}
.header_top .lang-curr-wrapper a:hover {color: #1ea694;}
.btn-group, .btn-group-vertical {
	width: 100%;
}
#form-language .btn-link.dropdown-toggle {
	color: #222;
	padding: 8px 0;
	text-decoration: none;
	text-transform: capitalize;
	border-bottom: 1px solid #f0f0f0 !important;
	width: 100%;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	float: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
}
#form-currency .btn-link.dropdown-toggle {
	color: #f0f0f0 !important;
	padding: 8px 0;
	text-decoration: none;
	text-transform: capitalize;
	border: none !important;
	width: 100%;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	float: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
}
#form-currency.active .btn-link.dropdown-toggle {
	border-bottom: 1px solid #f0f0f0 !important;
}
#form-currency .btn-link.dropdown-toggle:hover, #form-language .btn-link.dropdown-toggle:hover {
	background: #f2f2f2;
	padding-inline-start: 6px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
}
.pull-left #form-language:hover .btn-group span, .pull-left #form-currency:hover .btn-group span {
	color: #222;
}
#form-currency .btn-link strong {
	font-weight: normal;
	padding: 0;
	margin-inline: 5px;
	display: none;
}
.pull-left #form-language .btn-group span img {
	padding: 0;
	margin-inline-end: 3px;
	display: none;
}
.dropdown.myaccount {
	float: left;
	padding-inline-end: 15px;
	color: #222;
	margin-block-start: 2px;
}
.myaccount > a {
	position: relative;
	display: block;
    text-transform: capitalize;
    font-size: 12px;
    color: #000;
}
.myaccount .dropdown-toggle > ul {
	padding: 0;
	width: auto;
    margin: 0;
}
.myaccount .dropdown-toggle > ul span{display: block;}
.megnorblog .owl-carousel .owl-buttons {display: none;}
header .myaccount .dropdown-toggle > ul span i{ padding: 0 0 0 5px;}
.language-menu, .currency-menu {
	float: left;
	display: none;
	padding-inline-start: 20px;
	width: 100%;
}
.header_top {
	padding: 9px 0;
	border-bottom: 1px solid #e5e5e5;
	display: none;
}
/* jean */
.header-middle {
	position: relative;
    width: 100%;
    padding-inline: 18px;
    border-bottom: 1px solid #e5e5e5;
    /* background-color: #ED008C; */
    padding-block: 17px;
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background: #FBFBF9;
    background-repeat: repeat-x;
    padding-bottom: 33px;
    padding-top: 30px;
}
.header_bottom {
	width: 100%;
	padding: 0;
	text-align: center;
	display: inline-block;
	background: #323232;
}
/* .header_bottom_cover {min-height: 56px;} */
.content_headercms_bottom {
	clear: both;
	float: left;
	text-align: center;
	width: 100%;
}
.header-right .head{
	float:right;
	margin:5px 5px 0 0;
	padding:2px;
}

/* logo */
.header-logo{float:left;}
.header-cart{float:left;}
.header-main {
    display: block;
    float: left;
    position: relative;
    width: 100%;
	height:50px;
	background: #fff;
}
.static_links li:last-child a::before {border-left: none;}
.header-left {
    float: left;
	width:auto;
	margin:0 79px 0 0;
}
.static_links li:first-child a {padding-left: 5px !important;}
.header-right {
	float: right;
	position: relative;
	margin-inline-start: 15px;
}
.header-right .header-contact span {
	display: inline-block;
	vertical-align: middle;
	margin-inline-end: 10px;
	padding-inline-end: 10px;
	border-inline-end: 1px solid #e0e0e0;
	line-height: 20px;
}
.header-right .header-contact span:last-child {
	margin-inline-end: 0;
	padding-inline-end: 0;
	border-inline-end: none;
}
.header_top .header-right p {margin: 0;}
header .tags > a {font-weight: normal;}
header{
	padding:0; 
	z-index:99;
	position:relative;
	margin:0;
	clear:both;
	border-radius:0;
	height:auto;
	
}

#checkout-checkout .text-right.total {
	font-size: 17px;
	font-weight: 600;
}
a.banner_text::before, a.banner_text::after{background:none !important;}
.col-sm-4.header-logo {
	text-align: left;
	width: auto;
	padding: 0;
	background: transparent;
	margin-inline-end: 20px;
    margin-top:-10px;
}
.account {float: right;margin-top: 10px;}
.account .dropdown.myaccount ul {margin-bottom: 0;}
.header_center {
	width: auto;
	display: inline-block;
	vertical-align: top;
}
.col-sm-3.sort{ padding:0; }
.col-sm-3.sort.category_dropdown span.customSelect{
	height: 38px;
	padding: 8px 15px;
}
#searchbox .col-sm-3.sort { padding:0 15px; }
.col-sm-3.sort select.form-control{
	padding:0;
    height:auto;
    text-transform: capitalize;
	background-color:#fff;
	color:#333333;
	border:none;
	overflow:hidden;
	left:0;
	width:100% !important;
}
.head-right-bottom {
    float:right;
	position:relative;
}

/*header-cms*/
.quickview {  padding:15px 0; display:inline-block; }
.quickview .container { width:100%; background:#FFFFFF; padding:0 10px; }
.quickview .container .row { margin:0; }
.quickview .top_button { display:none; }
.quickview #product2 { float:left; width:100%; }
.quickview #product2 h3 { width:100%; } 
.productpage-quickview #product2 h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
	color:#333333;
}
@media (max-width: 767px) {
	#column-left .container,#column-right .container{padding: 0;}
	.footer-top .newsletter_text::before {
		position: unset;
		width: 100%;
	}
	.footer-top .newsletter_text {
		width: 100%;
		text-align: center;
		margin-block: 20px;
	}
	#servicecmsinfo_block1 .main-content .service-content {
		padding-block: 20px 0;
	}
	.account #cart {
		padding-right: 6px;
	}
	#featured-grid .first_item_tm .product-block .product-block-inner {
		border-inline-start: none;
	}
	  	.quickbox { display:none; }}
.featured .image_cover{ width: 40%; border: none;}
.featured .product-block .product-details{ width: 60%;  border: none;}
.featured .product-block-inner{ border:none; padding: 0; margin: 0 10px; width: auto; min-height: 180px;}
.featured .product_hover_block{ display: none !important;}
#featured-grid .product-block.product-thumb {
	margin-bottom: 0;
	padding-bottom: 0;
}
#featured-grid .product-block.product-thumb:hover .product-block-inner {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 0;
	z-index: 999;
	padding-bottom: 0;
	background:none;
}
#featured-grid .product-block:hover .product-block-inner::before {display: none;left:0;}
.menu_toggle {
    background: #ffffff none repeat scroll 0 0;
    display: none;
    left: 0;
    position: absolute;
    top: 62px;
    width: 100%;
    z-index: 99;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
}
.banners-slider-carousel .box-content .product-carousel .slider-wrapper {
	border-top: none;
}

.special .box-content .product-carousel .slider-wrapper {
	border-top:none;
}

#account-register #content p {
	display: none;
}
/* search */

.header-center {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
}
.col-sm-5.header_search {
	padding: 0;
	position: relative;
	float: right;
	width: auto;
}
#searchbox {
	position: relative;
	float: left;
	border-radius: 50px;
	margin-inline: 20px;
	border: 1px solid #e5e5e5;
}
.search_box {
	width: auto;
	float: left;
}
.search_box::after {
	background: #e6e6e6;
	position: absolute;
	content: "";
	top: 10px;
	bottom: 0;
	left: auto;
	right: auto;
	width: 1px;
	height: 22px;
	margin-inline-start: 20px;
}

.search_box .form-control-select {
	height: 41px;
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #fff url("../image/megnor/down_arrow.svg") no-repeat center right;
	border: none;
	padding: 8px 15px 8px 20px;
	width: 210px;
	float: left;
	font-size: 14px;
	background-size: 10px;
	border-radius: 50px 0 0 50px;
}
.search_box .form-control-select.active {
	background: #fff url("../image/megnor/up_arrow.svg") no-repeat center right;
	height: 41px;
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	padding: 8px 15px 8px 20px;
	width: 210px;
	float: left;
	font-size: 14px;
	background-size: 10px;
}

.header_search .form-control.input-lg::after {
	background: #e9e9e9;
	position: absolute;
	content: "";
	top: 10px;
	bottom: 0;
	left: auto;
	right: 0;
	width: 1px;
	height: 22px;
}
#searchbox .input-group-btn {
	float: left;
}
.header_search .form-control.input-lg {
	height: 41px;
    /* jean 480 / 700 */
	width: 500px;
	padding: 10px;
	font-size: 14px;
	line-height: 22px;
	float: left;
	box-sizing: border-box;
	padding-inline-end: 20px;
	border: 0;
	padding-inline-start: 40px;
	background-color: #fff;
}
#searchbox  .input-group input {font-size: 12px;}


.header_search .btn.btn-default.btn-lg {
	background-image: url("../image/megnor/search_black.svg");
	background-repeat: no-repeat;
	vertical-align: top;
	padding: 19px 25px 19px 25px;
	text-align: center;
	width: auto;
	line-height: 13px;
	outline: none;
	border-width: 1px;
	letter-spacing: 0.6px;
	box-sizing: border-box;
	background-size: 18px;
	height: 41px;
	border-radius: 0 50px 50px 0;
	background-position: center center;
	background-color: #fff;
	border-color: #fff;
}

.header_search .btn.btn-default.btn-lg > i { font-size: 18px;}

/* end of search */
.tabfeatured_default_width{ width:250px;}
.tabbestseller_default_width{ width:250px;}
.tablatest_default_width{ width:250px;}
.tabspecial_default_width{ width:250px;}
.featured_default_width{ width:300px;}
.tab-content .tab {display: none;}
.static_links ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
	border: medium none;
	margin: 0;
	padding:0 0 0 0;
	position: relative;
}
.static_links ul.nav li .megamenu ul.list-unstyled li.dropdown.dropdown-menu{
	border:1px solid #000;
	margin: 0;
	padding:10px;
	position:absolute;
	left:188px;
	top:0;
}
.static_links ul.nav li .megamenu ul.list-unstyled li .dropdown-menu{display:block;}
.static_links ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
	border: 1px solid #d9d9d9;
	display: none;
	left: 165px;
	padding: 10px;
	position: absolute;
	top: 0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
}
.static_links ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover .dropdown-menu{display:block;} 
.main-slider .swiper-viewport {
	border: medium none;
	box-shadow: none;
	margin:0;
	border-radius: 0;
}
#content .swiper-slide.text-center.swiper-slide-prev.swiper-slide-duplicate-next {
	width: 100% !important;
}
.swiper-pager {
	top: 50% !important;
}

.main-slider.swiper-button-next, .main-slider.swiper-button-prev{width: 70px;}
.header-cart .cart .btn-lg .dropdown-toggle:before{
  content:'\f291';
  font-family:'FontAwesome';
  font-size:12px;
}
.show-result {overflow: hidden;}
.product-search #content > p{margin-top:10px;}
.header-container {
    height: auto; 
    width: 100%;
    z-index: 99;
  	background:#232f3e none repeat scroll 0 0;
}
.header-container.smaller{z-index:999;}
.header-logo img {display: inline-block;max-width: 84%; /* jean 84 / 100%   */}
.content_header_top .box.megnorcategory{
    left:0;
    position: absolute;
    top:0;
    width: 277px;
    z-index: 9;
}
/*end megnor category */

.cmsbanner-block2 {
	float: left;
	width: 100%;
	/* margin-block-end: 30px; */
	border-bottom: 1px solid #E5E5E5;
}
.block-combine {
	float: left;
	width: 100%;
	text-align: center;
	margin-block-end: 60px;
}
/* CMS block */
.cmsbanner-block {
	margin-block: 50px 0;
	position: relative;
	width: 100%;
	display: inline-block;
	padding-inline: 25px;
	text-align: center;
}
.cmsbanner-block.full-banner {margin-top: 10px;}
.cms-inner-block1.full-banner-inner {
	margin: 0;
    width: 100%;
}
.cms-inner-block1 {
	position: relative;
	width: 50%;
	/* display: inline-block; */
	overflow: hidden;
	padding-inline-end: 20px;
	float: left;
}
.cms-inner-block2 {
	position: relative;
	width: 50%;
	/* display: inline-block; */
	overflow: hidden;
	padding-inline-start: 20px;
	float: left;
}
.cms_img {
	display: inline-block;
	overflow: hidden;
}

.block-combine2 {
	float: left;
	margin-bottom: 20px;margin: 0 -15px;
}
.block-combine2 {
	float: none;
	display: inline-block;
	width: auto;
	padding-inline: 40px;
}

.block-combine1 .cms_img .banner, .block-combine2 .cms_img .banner {
	display: inline-block;
}

.cmsbanner-block .cms-inner-block1 .description, .cmsbanner-block .cms-inner-block2 .description, .cmsbanner-block .cms-inner-block3 .description {
	left: 6%;
	position: absolute;
	top: 77%;
	bottom: auto;
	right: auto;
	width: auto;
	text-align: left;
	width: auto;
	right: 5%;
	margin: 0 auto;
}
.cmsbanner-block .cms-inner-block2 .description {
	left: 8%;
}
.cmsbanner-block .description .title {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	padding-inline-start: 5px;
    width: 240px;
    height: 26px;
    background: #000000b5;
}
.cmsbanner-block .description .subtitle {
	color: #fff;
	font-size: 64px;
	font-weight: 600;
	line-height: 43px;
	letter-spacing: 0px;
	text-transform: capitalize;
	margin-block: 15px;
}
.cmsbanner-block .description .banner_text {
	color: #1EA694;
	margin: 30px 0 0 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	border-bottom: solid 1px;
	float: left;
}
.block-combine1 .cms_img .banner::before, .block-combine2 .cms_img .banner::before {
	background: rgba(255,255,255,0.7);
	bottom: 0;
	content: "";
	left: 51%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
}

.block-combine1 .cms_img .banner::after, .block-combine2 .cms_img .banner::after
{
	background: rgba(255,255,255,0.7);
	bottom: 51%;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 51%;
	opacity: 1;
}
.block-combine2 .cms_img a > img {
	vertical-align: middle;
	max-width: 100%;
	display: inline-block;
	height: auto;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* end of cms block */

.cmsbanner-block2 .block-combine .cms-inner1 {
	width: 49%;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	text-align: right;
	padding-inline-end: 20px;
}
.cmsbanner-block2 .block-combine .cms-inner2 {
	width: 49%;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	text-align: left;
	padding-inline-start: 20px;
}
.cmsbanner-block2 .block-combine .cms_image {
	width: auto;
	display: inline-block;
	margin-block-end: 20px;
}
.cmsbanner-block2 .block-combine .cms-inner1 .description {
	width: auto;
	text-align: center;
	display: inline-block;
	padding-inline-start: 29%;
}
.cmsbanner-block2 .block-combine .cms-inner2 .description {
	width: auto;
	text-align: center;
	display: inline-block;
	padding-inline-end: 29%;
}
.cmsbanner-block2 .block-combine .description .title {
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
	margin-block-end: 20px;
}
.cmsbanner-block2 .block-combine .description .desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #808080;
	margin-block-end: 20px;
}
.cmsbanner-block2 .read_button {
	width: auto;
	height: auto;
	display: inline-block;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	font-weight: 600;
	border-radius: 50px;
	text-align: center;
	background-color: #241986;
	color: #222;
	padding: 8px 20px;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	border-color: #241986;
	border-width: 2px;
	border-style: solid;
	letter-spacing: 0;
}
.cmsbanner-block .shop_button {
	width: auto;
	height: auto;
	display: inline-block;
	-webkit-opacity: 0;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	font-weight: 600;
	border-radius: 50px;
	text-align: center;
	background-color: #241986;
	color: #222;
	padding: 8px 19px;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	border-color: #241986;
	border-width: 2px;
	border-style: solid;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	right: 2%;
	left: auto;
	bottom: 20%;
	top: auto;
}
.cms-inner-block1:hover .shop_button, .cms-inner-block2:hover .shop_button {
	opacity: 1;
}
.cmsbanner-block2 .read_button:hover{
	background-color: #222;
	border-color: #222;
	color: #fff;
}
.cmsbanner-block .shop_button:hover {
	background-color: #222;
	border-color: #222;
	color: #fff;
}

/* homepage sub banner2*/
.megnor-tab-text {
     background: #2196f3 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 20px 0;
    text-align: center;
}
.megnor-tab-text > span {
   color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
/*end homepage sub banner2*/

/* homepage service cms*/
#servicecmsblock {
	float: left;
	width: 100%;
	/* margin: 60px 0; */
	border-bottom: 1px solid #E5E5E5;
}
#servicecmsinfo_block1 {
	float: left;
	width: 100%;
	text-align: center;
	padding-inline: 13%;
}
.box-content-cms .main-content {
	width: 33.33%;
	float: left;
	cursor: pointer;
	color: #fff;
	position: relative;
}
.box-content-cms .main-content:hover {
	background: linear-gradient(180deg, #f0f0f0 50%, #FFF 100%);
}
#servicecmsinfo_block1 .inner-content {
	padding: 50px 45px;
	float: left;
	width: 100%;
}
#servicecmsinfo_block1 .second-content.main-content .inner-content, #servicecmsinfo_block1 .third-content.main-content .inner-content {
	padding: 55px 45px;
}
#servicecmsinfo_block1 .forth-content.main-content .inner-content {padding: 0 0 0 25px;}
#servicecmsinfo_block1 .main-content .service-content {
	float: left;
	width: 100%;
	padding-inline-end: 10px;
}
#servicecmsinfo_block1 .main-content:last-child .service-content {border: none;}
.service-content:hover .icon-left {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transition: all 300ms ease-in-out .0s;
	-webkit-transition: all 300ms ease-in-out .0s;
	-moz-transition: all 300ms ease-in-out .0s;
	-ms-transition: all 300ms ease-in-out .0s;
	-o-transition: all 300ms ease-in-out .0s;
}

legend {
    font-size: 23px !important;
}

#content .col-sm-6 h2{
    font-size: 23px !important;
}

.box-content-cms .main-content:last-child::after{content: none;}

.box-content-cms .main-content .title {
	font-size: 14px;
	text-transform: uppercase;
	color: #222222;
	line-height: 35px;
	font-weight: 600;
	float: left;
	width: 100%;
}
.box-content-cms .main-content .desc {
	color: #808080;
	line-height: 22px;
	margin-block-end: 5px;
}
.service-content .icon-left {
	float: left;
	width: 100%;
	height: 60px;
	margin: 5px 15px 0 0;
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 300ms ease-in-out .0s;
	-webkit-transition: all 300ms ease-in-out .0s;
	-moz-transition: all 300ms ease-in-out .0s;
	-ms-transition: all 300ms ease-in-out .0s;
	-o-transition: all 300ms ease-in-out .0s;
}
.service-content .icon-left.forth {width: 55px;height: 40px;}
.service-content .icon-left.one{
    background-image: url(../image/megnor/truck.svg);
}
.service-content:hover .icon-left.one {
	background-image: url(../image/megnor/truck-hover.svg);
}
.service-content .icon-left.two{
    background-image: url(../image/megnor/support.svg);
}
.service-content:hover .icon-left.two{
    background-image: url(../image/megnor/support-hover.svg);
}
.service-content .icon-left.three{
    background-image: url(../image/megnor/payment.svg);
}
.service-content:hover .icon-left.three{
    background-image: url(../image/megnor/payment-hover.svg);
}
#servicecmsblock .service-content .icon-left.forth{
    background-image: url(../image/megnor/store_Search.svg);
}
#servicecmsblock .service-content:hover .icon-left.forth{
    background-image: url(../image/megnor/Search-hover.svg);
}
.service-content .service-right {
	float: none;
	width: auto;
	text-align: center;
}
/* homepage service cms*/


/* cart */
#cart .item-count {
	position: absolute;
	background: #222;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	line-height: 17px;
	font-size: 12px;
	color: #fff;
	right: -7px;
	top: -7px;
}
#cart .mycart {
	font-size: 15px;
	font-weight: 600;
	line-height: 10px;
}
#cart .price {
	font-size: 15px;
	font-weight: 400;
	display: block;
	line-height: 20px;
	text-align: left;
}
.col-sm-3.header_cart {
	width: auto;
	padding: 0;
	margin-inline-start: 35px;
}
.fa.fa-heart-o {
  font-size: 25px;
  padding: 7px 25px 0 10px;
}
.header-cart .cart-menu li > a > img{width:100%;}
.col-sm-3.header-cart{
    float: left;
    width: auto;
    padding:0;
  	margin-left:0;
}
.cart-menu .img-thumbnail {
	max-width: none;
	width: auto;
	border: 1px solid #e8e9eb;
}
#cart .dropdown-menu .table {
  border: medium none;
  margin-bottom: 10px;
}
#cart button > h4 {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
	line-height: 16px;
	padding: 0 0 0 21px;
	 margin: -20px 0 0 10px;
	 color:#fff;
}
.header-container .dropdown.myaccount .dropdown-toggle .fa.fa-user {
  color: #ef9d2a;
  font-size: 17px; 
}
.header-container .dropdown.myaccount {
	background: #394d66 none repeat scroll 0 0;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	height: 40px;
	padding: 12px 17px;
}
.header_compare {
	float: left;
    position: relative;
	margin-inline-start: 20px;
}
.header_compare span {
	position: absolute;
	bottom: -17px;
	font-size: 13px;
	left: -10px;
}
.header_compare #compare-total-home {
	height: 26px;
	width: 24px;
	display: block;
	background: url("../image/megnor/compare.svg") no-repeat scroll center center;
	background-size: 21px;
}

.header_wishlist {
	float: left;
	margin-inline-start: 32px;
}
.header_wishlist > a{ 
	position: relative;
	height: 30px;
	width: 30px;
	background:  url("../image/megnor/Wishlist.svg") no-repeat scroll ;
	display: block;
	background-size: 27px;
 }
 

.header_wishlist > a span {
	position: absolute;
	background: #222;
	height: 17px;
	width: 17px;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	top: -6px;
	color: #fff;
	line-height: 17px;
	right: -12px;
	font-weight: 600;
}
.header_wishlist:hover .text_wishlist, .header_cart:hover .cart-text {color: #1ea694;}
.header_wishlist > a .text_wishlist {
	position: relative;
	background: none;
	top: auto;
	right: auto;
	width: 100%;
	display: block;
	height: auto;
	padding-top: 34px;
	left: -10px;
	font-weight: 400;
	margin: 0;
}
.cart_image {
	background: url("../image/megnor/bag.svg") no-repeat scroll;
	height: 33px;
	width: 33px;
	float: left;
	margin: 0;
	background-size: 23px;
}

.cart-text {
	position: absolute;
	bottom: -20px;
	left: -4px;
	font-size: 12px;
    color: #2a2a2a;
    text-transform: capitalize;
}
#cart-text {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}
.header_cart .dropdown-toggle {
	border: 1px solid #ffd200;
}
#cart > .btn {
	background: none;
	width: 100%;
	padding: 0 !important;
	border: none;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
#cart {
	text-transform: capitalize;
	text-align: right;
	padding-inline-end: 16px;
}
.shopping-cart .btn.btn-danger {
	border-radius: 0;
	font-size: 20px;
}
#checkout-cart form .btn.btn-danger {
	padding: 7px 15px;
	font-size: 20px;
}
#checkout-cart form .btn.btn-primary {
	padding: 7px 15px;
	margin: 0 5px;
	font-size: 18px;
}
#cart h4 {
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 14px;
  position: absolute;
  right: 12px;
  top: -2px;
  z-index: 999;
}
.pull-left #form-language .btn-group span {
	font-size: 14px;
	margin-inline-end: 6px;
}
.pull-left #form-currency .btn-group span {
	font-size: 14px;
	margin-inline-end: 12px;
	color: #222 !important;
}
.table.table-bordered.shopping-cart.responsive{ display: none; }
.pull-left #form-language .fa.fa-caret-down{padding: 0 5px;}
.pull-left #form-currency .fa.fa-caret-down {padding: 0 5px;}
#top-links .fa {display: inline-block;}
#top-links .fa.fa-angle-down {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 -10px 0 10px;
}
#top-links .list-inline a {
	color: #fff;
	border-right: 1px solid #55ABA4;
	padding: 0 10px 0 10px;
}
#checkout-cart .text-right.total {
	font-size: 15px;
	font-weight: 700;
}
#cart .dropdown-menu {
	width: 300px;
	padding: 20px;
	border: none;
	overflow: hidden;
	display: none;
	margin: 0;
	height: auto;
	border-radius: 0;
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
	top: 52px;
}
#cart .dropdown-menu li p{margin: 10px 0;}
#cart .dropdown-menu li{float:none}
#cart .dropdown-menu li:first-child {
    max-height: 300px;
    overflow-y: auto;
	overflow-x: hidden;
}
#cart .dropdown-menu li + li {
    border-top: 1px solid #e5e5e5;
    padding: 5px 0 0;
}
.header_cart .text-right.button-container > a {
	padding: 8px 20px;
	background: #241986;
	display: inline-block;
	color: #222;
	text-transform: uppercase;
	border-radius: 50px;
}
.header_cart .text-right.button-container > a:hover
{ 
	background: #222; 
	color: #fff; 
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	border:none;
	/* font-size:12px; */
	}
#cart .dropdown-menu table td{ border:none; background:none; }
#cart .dropdown-menu table.total-table td{border:medium none;}
.productpage .image a.elevatezoom-gallery{
border:1px solid #e0e0e0;
}
.content-top-breadcum #title-content {
	float: left;
	width: 100%;
	text-align: center;
}
.cart-menu .table td {
  padding: 10px 0 5px 5px;
}
.table-responsive .table.table-bordered.shopping-cart .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding:15px;
  vertical-align: top;
  width: 25%;
}
#checkout-cart span.customSelect {
	height: 40px;
	padding: 9px 15px 10px 15px;
}
.dropdown-menu .cart-menu .table.table-striped >tr > td .text-center > img{width:100%;}
.text-right > strong {
	font-weight: 600;
}
.content-bottom > .container{width:100%; background-color: #fff;}
.serach-inner {
    float: left;
    margin-top: 25px;
    width: 100%;
}
#content .panel {
	background-color: #fff;
	width: 100%;
	display: inline-block;
}

/*product page service*/

.service-list {
	background: #efefef;
	padding: 25px 20px;
	border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.service-list .content {
	padding: 0 0 20px;
	text-align: left;
}
.service-list .content:last-child {
	padding: 0;
}
.service-list .service-title.one {
	background-image: url(../image/megnor/delivery-truck.svg);
}
.service-list .service-title.two {
	background-image: url(../image/megnor/refund.svg);
}
.service-list .service-title.three {
	background-image: url(../image/megnor/credit-card.svg);
}
.service-list .service-title.four {
	background-image: url(../image/megnor/invoice.svg);
}



.service-title {
	padding-left: 45px;
	background-size: 24px;
	background-position: left;
	background-repeat: no-repeat;
	line-height: 18px;
	font-size: 14px;
}

/* menu */
.nav-responsive { display:none;background: none !important;}
.nav-inner.container{
	background: #ffffff none repeat scroll 0 0;
    padding:35px 45px 30px;
    top: auto;
	box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 0px 15px 0 rgba(0, 0, 0, 0.2);
	position:relative;
	margin-bottom:30px;
	display:none;
}
#res-menu {
	display: block;
}
.responsive-menu, .main-menu {
	float: right;
	width: auto;
}
.lang-curr .fa.fa-angle-down {
  vertical-align: middle;
}
.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0; 
    float: left;
}
#menu ul li .megamenu ul.list-unstyled {
	padding: 0 15px;
	border: none;
	float: none;
	display: table-cell;
	width: auto;
}
#menu ul li .megamenu ul.list-unstyled.childs_2{ padding: 0;}
.main-menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	background-color: transparent;
	margin-inline-end: 0px;
	color: #222;
	width: 140px;
}
.main-menu > ul > li:hover {
	background-color: #000;
}
.main-menu > ul > li.main a .img-icon {
	background-size: 1px;
	background-repeat: no-repeat;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.main-menu .megamenu .dropdown-inner ul > li > a:hover {
	background: #f2f2f2;
	transition: all 300ms ease-in-out;
	color: #000 !important;
	-webkit-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
}
 /* Megnor Category CSS
.main-menu > ul .main.menu-1 > a .img-icon {
	background-image: url("../image/megnor/Cat-1.png");
}
.main-menu > ul .main.menu-2 > a .img-icon {
	background-image: url("../image/megnor/Cat-2.png");
}
.main-menu > ul .main.menu-3 > a .img-icon {
	background-image: url("../image/megnor/Cat-3.png");
}
.main-menu > ul .main.menu-4 > a .img-icon {
	background-image: url("../image/megnor/Cat-4.png");
}
.main-menu > ul .main.menu-5 > a .img-icon {
	background-image: url("../image/megnor/Cat-5.png");
}
.main-menu > ul .main.menu-6 > a .img-icon {
	background-image: url("../image/megnor/Cat-6.png");
}
.main-menu > ul .main.menu-7 > a .img-icon {
	background-image: url("../image/megnor/Cat-7.png");
}
.main-menu > ul .main.menu-8 > a .img-icon {
	background-image: url("../image/megnor/Cat-8.png");
}
.main-menu > ul .main.menu-9 > a .img-icon {
	background-image: url("../image/megnor/Cat-9.png");
}
.main-menu > ul .main.menu-10 > a .img-icon {
	background-image: url("../image/megnor/Cat-10.png");
}
.main-menu > ul .main.hiden_menu > a .img-icon
{
	background-image: url("../image/megnor/More.png");
}
 */
.main-menu > ul > li.main a .icon-title {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}

.main-menu ul > li.dropdown:hover .dropdown-menu, .main.hiden_menu.dropdown:hover .dropdown-menu{ display: block; }

.nav-responsive span, .main-menu > ul > li > a {
	padding: 10px 20px;
	display: block;
	position: relative;
	color: #2E2E2E;
	margin-inline-end: 0px;
	font-weight: 500;
}
.nav-responsive span, .main-menu > ul .top_level > a {
	color: #ffffff;
	font-weight: 600;
	line-height: 24px;
	font-size: 13px;
	height: 80px;
}

.main-menu > ul > li.top_level.dropdown:hover > a::before{color: #1C9E8D;}

.main-menu > ul > li > a:hover::after{transform: scaleX(1);
	-webkit-transform: scaleX(1);background-color: #1C9E8D;}
.main-menu > ul > li:last-child a{
    border: none;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
	display: none;
	padding: 20px;
	position: absolute;
	top: 0;
	width: 100%;
	left: 100%;
    box-shadow: 0px 2px 11px 3px rgba(0, 0, 0, 0.1);
}
.main-menu > ul > li ul > li > a {
	color: #222;
	display: block;
	padding: 10px 23px;
	white-space: nowrap;
	font-size: 13px;
	text-align: left;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.responsive-menu .main-navigation li a{	
	padding: 5px 10px !important;
	color: #333333;
	display: block;
	white-space: normal; 
}
.main-menu > ul > li ul > li > .dropdown-inner ul li a{color:#adadad;}
.main-menu ul li ul .list-unstyled a{color: #2a2a2a;    font-weight: normal;    padding:5px 0;    text-transform: capitalize;line-height: 22px;}
.main-menu > ul > li ul > li > a:hover  , .responsive-menu .main-navigation li a:hover  {
	color:#222;
	background-color:#fff;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {display: block;}
#menu .nav li .list-unstyled .dropdown {float: left;}
#menu .dropdown .dropdown-menu {
	padding: 30px 0px 20px 20px;
	background: #fff none repeat scroll 0 0;
	border: none;
	width: auto;
	z-index: 999999;
    border-radius: 0;
}
#menu ul li.hiden_menu:hover .dropdown-menu.more{
	display:block;
}
#menu ul li.hiden_menu .more .dropdown-menu {
	left: 100%;
	top: 0;
}
#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
    border: medium none;
    margin: 0;
    padding: 5px 0;
    position: relative;
    width: 100%;
    box-shadow: none;
}
#menu ul li .megamenu.column1, #menu ul li.hiden_menu .dropdown-menu {
	margin: 0;
	padding: 10px;
	border-radius: 0;
	min-width: 250px;
	right: auto;
	left: 0;
	border: 4px solid #f0f0f0;
	box-shadow: none;
}
#menu ul li .megamenu.column1 ul.list-unstyled {
     display: block;
    padding: 0;
    width: 100%;
    border: none;
}
#menu ul li .megamenu.column1 ul.list-unstyled li, .hiden_menu li.top_level {
		float: left;
		padding: 0;
		width: 100%;
}
 /* Megnor Category CSS */
.catgory-left { width:24%; float:left; padding-right:30px; }
#nav-one .dropdown:hover .dropdown-menu, #nav-one .hiden_menu li.dropdown:hover .dropdown-menu {display: block;}
#nav-one .hiden_menu .dropdown-menu li.dropdown .dropdown-menu { display:none; }   
#nav-one > li > .dropdown-menu {
	background: #fff none repeat scroll 0 0;
	margin-top: 0;
	padding: 25px;
	left: 100%;
	top: 0;
	border-radius: 0;
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
	border: none;
}

.box-content-category ul .childs_1 li {
	padding: 0 0;
	border: none;
}
.box-content-category ul li {
	line-height: 21px;
}
.dropdown {
	position: relative;
}
#nav-one > li.hiden_menu > .dropdown-menu{padding:22px;}
.top_level.hiden_menu{position:relative;}
#nav-one li .megamenu ul.childs_1 {
	padding: 0 10px;
}
#nav-one li .megamenu.column1 ul.childs_1 {
	padding: 0;
	display: inline-block;
	width: 100%;
	border: medium none;
}
#nav-one > li > .dropdown-menu.megamenu.column1 a, #nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown > a, #nav-one .hiden_menu .dropdown-menu a{
	border: none;
	padding: 8px 0 8px 15px;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: inherit;
}
#nav-one > li > .dropdown-menu.megamenu.column1 li a:after{ display: none; }
#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.dropdown > a {
	font-weight: 500;
	margin: 0 0 0 0;
	padding: 10px 0;
	border: none;
	letter-spacing: 0.5px;
	font-size: 15px;
}
.quickview-model .product-right .desc {
	font-weight: 500;
	padding: 0 10px 0 0;
}
.productpage-quickview .rating-wrapper {
	margin-bottom: 15px;
}
.quickview-model .page-title {
	display: none;
}
.box-content-category ul .childs_1 li img {
	margin: 20px 0 10px 0;
}
#nav-one li .megamenu ul.list-unstyled > li.dropdown > a:hover{
	color : #f6d000;
}
/* Megamenu*/
#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu{
	display: block;
}
/* more menu */
.dropmenu li:hover ul, .dropmenu li div li:hover div {
	display: block;
}
/* end of more menu */
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu {
	background: #fff none repeat scroll 0 0;
	margin: 10px 0 0 0;
	padding: 0;
	position: relative;
	border: none;
	box-shadow: none;
}
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {
	padding: 8px 0 8px 15px;
	border:none;
}
.box-content-category .list-unstyled.childs_2 {padding: 0;}
.main-menu > ul > .dropdown ul > li:last-child > a, .hiden_menu .top_level:last-child > a {border: medium none;}
.main-menu > ul > .dropdown .megamenu.column1 ul > li.dropdown:last-child > a {    border-bottom: 1px dashed #d9d9d9;}
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a::before, #nav-one > li.top_level.dropdown .megamenu.column1 .list-unstyled.childs_1 li a::before, #nav-one .hiden_menu .dropdown-menu a:before{
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 14px;
	position: absolute;
	right: auto;
	top: 8px;
	left: 0;
	font-weight: 400;
	background:none; 
}

#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
	left: 100%;
	top: 0;
	position: absolute;
	border-radius: 0;
	padding: 15px 0 15px 15px;
	display: none;
	margin: 0;
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
	min-width: 200px;
}

.column_left_cms .box.last .list-group{
    border-bottom: medium none;
	margin-bottom:0;
	padding:4px 0 0;
}
.column_left_cms .box.last{margin-bottom:0;}

/* Megnor Category CSS */
/* 1-col layout */
.layout-1 #content{
	padding:15px;
	margin-top: 40px;
}
.layout-2.left-col #column-left {
	padding-block-start:40px;
	width: 22%;
}
#column-left {
	padding-inline-start: 0;
}
#checkout-cart .page-title {
	margin-bottom: 40px;
}
.layout-2.right-col #column-right {
    width: 22%;
    padding: 0;
}
/* product info page */
#tabs_info.product-tab {
	padding: 0;
	margin-top: 0px;
	float: left;
}

.product-tab .nav-tabs > li > a {
	color: #222 !important;
	background-color: #F0F0F0;
	float: none;
	display: block;
	padding: 10px 26px;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	position: relative;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	text-transform: uppercase;
	font-weight: 600;
}
.product-tab .nav-tabs > li.active > a {
	color: #ffffff !important;
	background-color: #241986;
	float: none;
	display: block;
	padding: 10px 26px;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	position: relative;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	text-transform: uppercase;
}

.nav-tabs > li > a:hover {
	color: #222 !important;
	background-color: #241986;
}
#tabs_info ul > li {
	margin: 0;
	padding-inline: 5px;
}
.box-content:hover #products-related .customNavigation {
	top: 35%;
}

#tabs_info .nav-tabs a:hover::after {
	transform: scaleX(1);
-webkit-transform: scaleX(1);
}
#tabs_info .nav.nav-tabs {
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	width: 100%;
	float: left;
	padding: 0 0 25px;
	margin-block-end: 30px;
}
.product-tab .nav-tabs > li {
	display: inline-block;
	float: none;
}
/* End of product info page */
.layout-2.left-col #content {
	padding: 40px 0 0 30px;
    width: 78%;
}
.layout-2.left-col #content {
	padding: 40px 0 0 30px;
	width: 78%;
	float: left;
}
.layout-2 .content-bottom #content{width:100%; padding:0; margin-left:auto; margin-right:auto;}
/* 3-col layout */
.layout-3 #column-left{	width:24%;}
.layout-3 #column-right{width:24%;}
.layout-3 #content{	width:52%;}
/* content */
.layout-2.left-col #content.productpage-quickview {
	float: right;
	padding: 20px;
}
.productpage-quickview span.customSelect {
	height: 45px;
}
.alert {
	margin-block: 15px;
}
#product-special {
	margin-block-end: 50px;
}
.common-home #content {padding:0;margin-top: 0; }



/* footer */

footer {
	position: relative;
	float: left;
	width: 100%;
	margin-block-start: 40px;
}
.common-home footer {
	margin-top: 0;
}
.information-contact footer {
	margin: 0px;
}

footer .footer-blocks .col-sm-3 h5 {
	font-size: 16px;
	margin: 0px 0 12px;
	position: relative;
	text-transform: uppercase;
	color: #222;
	font-weight: 600;
	line-height: 24px;
}
footer .social-block h5 {
	font-size: 16px;
	margin: 0px 0 12px;
	position: relative;
	text-transform: uppercase;
	color: #222;
	font-weight: 600;
	line-height: 24px;
}
 #footer .column li a {
	line-height: 24px;
    color: #222;
}
#footer .col-sm-3 li a::before {
	content: "\f105";
	font-family: "FontAwesome";
	margin-inline-end: 6px;
	color: #808080;
	float: left;
}
#footer .col-sm-3 li a:hover::before {
	color: #808080;
}
#footer .list-unstyled li {
	padding-block: 4px;
}
#footer .contat-wrapper.list-unstyled .email {
	margin-block: 5px 3px;
}
#footer .social-block.column li a {
	line-height: 24px;
}
.footer-area.col-sm-3.column {
	width: 36%;
	padding: 0 15px;
}
#footer .social-block li a:hover {
	background-color: #241986;
	border-color: #241986;
	color: #222222;
}
#footer .column li a:hover {
	color: #808080;
}
#footer .footer-area li a::before{display: none; }
#footer .footer-area li a{ padding: 0; }

.txt-call {
	color: #c1c1c1;
	font-weight: 500;
}
.txt-mob {
	font-size: 38px;
	color: #da2128;
	width: 100%;
}
.footer-area ul li.txt-address {
	color: #c1c1c1;
	margin-top: 15px;
	margin-bottom: 25px;
}
.newsletter {
	width: 60%;
	margin-block: 25px;
	display: inline-block;
	vertical-align: top;
}
#footer {
	margin-block: 58px;
}
.footer-top {
	background-color: #00C8F4;
}

/* New CSS */
.product-carousel .slider-item {
	padding: 0 0;
}
.product-block.product-thumb {
	margin-bottom: 30px;
	float: none;
	padding: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
	margin: 4px 0 64px;
	width: 100%;
	padding: 0 15px;
}
.product-grid .product-block.product-thumb {
	margin-block: 0px 30px;
}
.ProductbyCategory .product-block.product-thumb {
	margin-block: 15px;
}
#information-contact .contact-info {
	width: 100%;
	float: left;
}
.special .product-block.product-thumb{
	margin-bottom: 0px;
	position: relative;
	padding-bottom: 0;
	display: block;
}
.contact-form .buttons .pull-right {
	padding-top: 20px;
}
.hometab .row, .ProductbyCategory .row, .featured .row{
	background: #fff;
    border-radius: 5px;
}
.special .product-carousel .slider-item {padding: 0;overflow: hidden;}
.manufacture_block {
	float: left;
	padding: 50px 0 50px;
	width: 100%;
	text-align: left;
	display: none;
}
.manufacturer_title {
	float: left;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	text-transform: capitalize;
    border: none;
    padding: 0;
}
.manufacturer_title::before{content: none;}
.manufacture_block ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding-left: 15px;
}
.manufacture_block ul li {
    display: inline-block;
    padding: 0 15px 2px 10px;
}
.manufacturer_item a {color: #c1c1c1;}
.manufacture_block ul li:last-child {background: none repeat scroll 0 0 transparent;}
.newsletter label{display:none;}
.newsletter .input-news {
	width: auto;
	position: relative;
	display: inline-block;
}
.input-news .text-danger { color: #fff; position:absolute; left:0px; }
.subscribe-btn {
	width: auto;
	float: right;
	position: relative;
}
.newsletter .form-group {
	margin: 0;
	/* float: left; */
	width: auto;
	display: inline-block;
}
.newsletter #txtemail {
	height: 40px;
	width: 608px;
	/* padding: 10px 120px 10px 20px; */
	border-radius: 50px;
	display: inline-block;
	border: none;
	padding-inline: 20px 120px;
	padding-block: 10px;
}
.newsletter .form-control::placeholder {
	color: #adadad;
}
.contat-wrapper{
	padding: 30px;
	box-sizing: border-box;
	background-image: url("../image/megnor/contact-bg.png");
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	float: right;
}
.contact_cms {
	float: right;
	width: 27.8%;
	background: linear-gradient(180deg, #f0f0f0 10%, #FFF 60%);
}
.newsletter .btn.btn-lg {
	background: #222;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
	top: 2px;
	right: 2px;
	color: #fff;
	padding: 10px 30px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 50px;
	display: inline-block;
	vertical-align: top;
	margin-inline-start: 10px;
	line-height: 20px;
}
.newsletter_text::before {
	background: url("../image/megnor/email.svg") no-repeat scroll center center;
	width: 36px;
	height: 36px;
	content: "";
	display: inline-block;
	background-size: 36px;
	margin-block-end: 15px;
	position: absolute;
	left: 0;
	top: 8px;
}
.newsletter_text {
	width: 40%;
	margin-block-end: 25px;
	padding-inline-start: 50px;
	position: relative;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	margin-block-start: 25px;
	color: #000;
	float: left;
}
.txt-news {
	color: #000;
	position: relative;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	display: inline-block;
	line-height: 24px;
}
.sub-title {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.3px;
}
.txt-news > i {
	font-size: 30px;
	position: absolute;
	left: 30px;
	top: 18px;
	transform: rotate(-30deg);
}
#account-order .col-sm-6.text-right {clear: both; margin-bottom: 10px; width: auto;}
#contact ul li,.newsletter ul li{line-height:22px;}
#contact li.call-num {margin-top: 15px;}
#product .form-group #input-quantity, .quickview-model #input-quantity {
	width: 100px;
	height: 46px;
	padding: 8px;
	text-align: center;
	margin-right:20px;
	display: inline-block;
}
#product .btn-group.prd_page {
	display: block;
	margin-top: 30px;
	float: left;
	width: 100%;
}
#product-product .productpage .form-group.qty .wishlist {
	height: auto;
	width: auto;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	border-right: 1px solid #e5e5e5;
	float: none;
	padding: 0;
	padding-inline: 0px 13px;
	margin: 0;
}
#product-product .productpage .form-group.qty .compare {
	height: auto;
	width: auto;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	float: none;
	padding: 0;
	padding-inline: 13px 0;
	margin: 0;
}
#product-product .productpage .form-group.qty .compare{
	border-right: none;
}
.form-group.qty #button-cart, .form-group.qty #button {
	padding: 10px 50px;
	background: #2e9304;
	/* width: 100%; */
	/* margin: 20px 0; */
	border: 1px solid #2e9304;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.btn.disabled{
    background: #ababab !important;   
    border: 1px solid #a3a3a3 !important;       
    color: #f3f3f3 !important;       
}
.form-group.qty #button-cart:hover, .form-group.qty #button:hover {
	background: #054e08;
	color: #fff;
	border: 1px solid #054e08;
}
.common-home .box-content-category{display: block;}
.box-category-top {
	float: left;
	width: auto;
	position: relative;
	padding: 17px 67px 18px 50px;
	cursor: pointer;
	background: #fff;
	border-left: 2px solid #ffd21d;
	border-right: 2px solid #ffd21d;
	margin-left: -2px;
}
.box-category-top::before {
	position: absolute;
	content: "";
	background: url("../image/megnor/list.png") no-repeat scroll center center;
	left: 20px;
	width: 20px;
	height: 20px;
}
.quickview-container .wish-comp {
	margin-top: 16px;
	/* margin-block-end: 10px; */
}
.quickview-container #button-cart2 {
	margin-top: 0;
	display: inline-block;
}
 
.box-content-category {
	background-color: #fff;
	position: absolute;
	top: 100%;
	width: 260px;
	z-index: 999999;
	border: 2px solid #ffd21d;
	border-top: none;
    display: none;
    left: -2px;
}
.header_bottom .box-content-category.active{display: block;}

#nav-one li.hiden_menu .dropdown-inner {
	display: none;
	margin: 0 !important;
	padding-left: 0;
	padding-right: 0;
}
.box-content-category .hiden_menu span.main {
	padding: 13px 85px 13px 50px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	width: 100%;
}
.box-content-category .hiden_menu span.main:hover{ color: #f6d000; }
.box-content-category .hiden_menu span.main::after {
	content: " ";
	position: absolute;
	right: auto;
	top: 18px;
	left: 25px;
	background: rgba(0, 0, 0, 0) url("../image/megnor/more.png") no-repeat scroll center 2px;
	width: 10px;
	height: 10px;
}
.box-content-category .hiden_menu span.main.active::after {
	background-position: left -28px;
}
.box-content-category .hiden_menu span.main:hover::after {
	background: rgba(0, 0, 0, 0) url("../image/megnor/more_hover.png") no-repeat scroll center 2px;
}
.box-content-category .hiden_menu span.main.active:hover::after {
	background-position: left -28px;
}
.box-content-category .hiden_menu span.main:hover::before {
	background: rgba(0, 0, 0, 0) url("../image/megnor/Arrow.png") no-repeat scroll center -54px;
}
.bottomfooter {
	float: left;
	padding-block: 23px 15px;
	width: 100%;
	border-top: 1px solid #e5e5e5;
}
.content_footer_bottom {
	float: right;
	width: auto;
}
#column-left .category-box-heading {
	display: block;
}
p.powered {
	float: left;
	margin: 0;
}
.footer-logo {
	float: left;
	margin-top: 10px;
}
.content-top-breadcum {
	float: left;
	width: 100%;
	background: #f2f2f2;
	padding: 35px 10px;
}
.common-home .content-top-breadcum { display: none; }
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.content-top-breadcum .page-title {
	text-align: center;
	letter-spacing: 0.3px;
	font-size: 21px;
	line-height: 42px;
	font-weight: 600;
	margin: 0;
	padding-block-end: 5px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
}
.breadcrumb i {font-size: 15px;}
.breadcrumb > li {
	position: relative;
	white-space: nowrap;
	line-height: 14px;
}
.breadcrumb > li a{
    color: #222;
}
.breadcrumb > li a:hover{
    color: #808080;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
	color:#000 !important;
}
.col-xs-11.col-sm-3.alert span a:hover{ color:#2a2a2a;}
.dropdown-menu {top: 89%;}
.box .filterbox { border: medium none;}
.panel-footer {
  background-color: transparent !important;
  border-top: medium none !important;
  padding: 0 !important;
}
.panel-footer.text-right{text-align: left;}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
	background: transparent !important;
	color: #808080;
}
.list-group-item{border: none;padding: 0 !important;}
#column-left .list-group-item.heading {
	font-weight: 600;
	font-size: 16px;
	color: #222222;
	text-transform: uppercase;
}
.list-group a {
	line-height: 30px;
	text-transform: capitalize;
}
.fa.fa-pencil {
	margin-right: 5px;
}
#column-left .checkbox > label {
	text-transform: capitalize;
	font-size: 14px;
	color: #222;
}
#filter-group1 .checkbox input[type="checkbox"], #filter-group2 .checkbox input[type="checkbox"] {
	/* margin: 6px 8px 0 0; */
	margin-inline: 0px 8px;
	margin-block: 6px 0;
}
#column-left .checkbox > label:hover {color: #da2127;}
.alert-success{width: 100%;float: right;}
.list-group-item.group-name {
    color: #1f2022;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 18px;
}
.filterbox .panel-footer {
    padding: 0 0 15px;
    text-align: left;
	border:medium none;
	background:#fff;
}
/* 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 .image {
	text-align: center;
	position: relative;
	overflow: hidden;
	width: 100%;
}
#featured-grid .product-thumb .image{padding-top: 15px;}
.product-layout.product-grid{ padding: 0 0; float: left;}
.product_combine {
	margin: 15px 0 0;
}
.layout-2 .product_combine {
	margin: 0 -15px;
	position: relative;
}
.product-layout.product-list {
	padding: 0;
	margin: 0 0 0;
}
/* #content .product-grid .product-block{margin:0; padding:0; float: left; width: 100%;} */
.row.cat_prod{margin:0 -15px;}
.alert-success .fa.fa-check-circle{margin-right:5px;}
.product-thumb h4 {
	margin: 4px 0 6px;
	text-decoration: none;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	padding: 0;
	word-break: break-word;
	color: #222;s
	/* text-overflow: ellipsis; */
	/* overflow: hidden; */
	/* white-space: nowrap; */
}
/* .product-thumb h4 a{ color: inherit;} */
.product-list .product-thumb h4 {
	font-size: 16px;
	text-transform: capitalize;
	float: left;
	width: 100%;
	margin: 10px 0 5px 0px;
}
.product-details h4 a {
	color: #222;
	font-size: 14px;
	line-height: 20px;
	word-break: break-word;
	overflow: hidden;
}
.product-list .description {
	float: left;
	width: 100%;
	margin-block: 0 16px;
	color: #222;
	line-height: 24px;
}
.product-list .product-details .product_hover_block {
	right: auto !important;
	margin-top: 10px;
}
.product-list .stock_status {
	margin: 0;
	height: auto;
	width: auto;
	font-size: 14px;
	padding: 9px 15px 9px 15px;
    text-transform: uppercase;
}
.product-list .product-block:hover .product-block-inner{
	box-shadow: none;
	padding: 0;
	margin: 0;
}
.product-details .rating {
	padding: 4px 0;
	margin: 0 0;
	vertical-align: top;
	display: inline-block;
	letter-spacing:0;
	width: auto;
	line-height: 18px;
	color: #222;
}
.product-details .rating .total-review48 {
	margin-inline-start: 3px;
}
.product-details .rating:hover{
	color: #808080;
}
.product-list .product-block .cart_button {
	opacity: 1;
	position: relative;
	transition: none;
	margin-top: 25px;
	left: 0;
}
.product-list .product-block:hover .cart_button{
	margin-top:25px ;
} 
.product-list .product-block:hover .product-block-inner::before {
	display: none;
}
.product-list .product-block.product-thumb:hover .product-block-inner{
	margin-bottom: 0;
	padding-bottom: 0;
	transition: none;
}
.product-list .product-block.product-thumb {
	margin-block: 0 20px;
}
#column-left .product-thumb .price{width:100%;}
#column-left .product-thumb .price-new{float:left;}
#column-left .product-thumb .price-old {
	float: left;
	margin-inline-start: 8px;
	font-size: 14px;
}
#column-left .product-block:hover .price {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	transform: none;
	-webkit-transform: none;
	-ms-transform:none;
	-o-transform:none;
	-moz-transform:none;
}
#column-left .product-thumb .caption{min-height:0px;}
#special-carousel .product-carousel .product-thumb .caption{padding:10px;}
.account-wishlist table .text-center img {border: 1px solid #e5e5e5;}
.pagination-wrapper .active > span {
	background: #241986 none repeat scroll 0 0 !important;
	border: 1px solid #241986 !important;
	border-radius: 0 !important;
	color: #222 !important;
	padding: 6px 12px;
	text-align: center;
}
.product-layout.product-list .product-block:hover .wishlist{
	position:relative;
	top:0;
}
#footer .row .product-block{border:none; }
#footer .row .product-block:hover{border:none;}
#carousel-0 .product-block:hover, #carousel-0 .product-block {border: medium none;}
.rating .fa-stack, #review .fa-stack {
	font-size: 8px;
	width: 10px;
	color: #cecece;
	height: 15px;
	width: 12px;
}
.fa-star-o::before {
	display: none;
}
.rating .fa-star, #review .fa-star, .rating-wrapper .fa-star {
	color: #241986;
	border-color: #241986;
	font-size: 13px;
}
.rating .fa-star + .fa-star-o, #review .fa-star + .fa-star-o, .rating-wrapper .fa-star + .fa-star-o {
	color: #241986;
}
.rating .fa-star.off,.rating-wrapper .fa-star.off, #review table .fa-star.off{color:#cecece;}
h2.price {margin: 0;}
.productpage .nav-tabs > li.active > a {
	color: #000 !important;
	font-size: 20px;
	font-weight: 500;
}
#content #tabs_info .nav.nav-tabs {
	padding: 0;
	border-bottom: 2px solid #f0f0f0;
}
.product-thumb .price {
	color: #222222;
	font-size: 16px;
	font-weight: 500;
	margin: 8px 0 19px;
	float: left;
	width: 100%;
}
.product-thumb .special-tag {
	color: #1EA694;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.special .product-thumb .special-tag {
	color: #fff;
	font-weight: 400;
	font-size: 19px;
	display: none;
}
.product-thumb .list .price {
	font-size: 18px;
	margin: 0 0 20px 0;
}
.product-thumb .list .price-new{font-size:18px;}
.product-thumb .price-old {
	text-decoration: line-through;
	font-size: 16px;
	color: #808080;
	font-weight: 400;
}
.discount-price {
	font-size: 16px;
	color: #808080;
}
.product-thumb .price-tax {
	color: #808080;
    display: none;
    font-size: 12px;
    width: 100%;
}
#checkout-checkout .panel-body {
	padding: 25px 10px 35px;
}
.account-register fieldset {
	margin-block: 0 10px;
}
.product-list .product-thumb .price-tax{display:block; clear:both; line-height:18px; margin:5px;}
.myaccount-menu.dropdown-menu > li > a{padding:6px 10px !important;margin-right:0; font-size: 12px;}
.product-list .product-block .product-details.list .compare { display: block;}
#product span.customSelect, #product .form-group select {
	height: 45px;
	color: #7a7a7a;
	padding: 9px 15px 10px 15px;
	border: 1px solid #e8e9eb;
}
.product-list .product_hover_block {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	position: relative;
	bottom: -10px;
	clear: both;
	z-index: 9;
}
.header-cart .cart-menu li a{
	margin:0;
	padding:0!important;
	height:auto;
	width:100%;
	float: right;
	text-align: center;
}
.cart-menu .total-table .text-right{ border:none;}
.cart-menu .total-table {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #dddddd currentcolor currentcolor;
  border-image: none;
  border-style: solid none none;
  border-width: 1px medium medium;
}
#column-left .product_hover_block, #column-right .product_hover_block {
	display: none;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {width: 100%;}
.thumbnails .image-additional {float: left;}
.productpage .product-left .customNavigation {
	left: 16px;
	right: 16px;
	top: 33%;
	bottom: auto;
	width: auto;
	position: absolute;
	z-index: 2;
	display: none;
}
.product-info .image {
	margin-bottom: 30px;
}
.product-info .image .thumbnail{  border: 1px solid #ddd; margin: 0;}
.product-info .zoomContainer{ z-index:9; } /* It need for ie7 */
.product-info .additional-carousel {
	position: relative;
	padding: 0 20px;
	overflow: hidden;
}
.product-info .image-additional {
	clear: both;
	overflow: hidden;
	width: 100%;
	float:none;
	margin-left:auto;
	margin-right:auto;
}
.product-info #additional-carousel.image-additional{padding-bottom: 15px;}
.product-info .image-additional img {
	height: auto;
	max-width: 100%;
    border: 1px solid #ddd;
}
.special .product-block:hover .cart_button {
	display: none;
}
.pagination-right .form-control {
	padding: 3px 12px;
}
.wish-comp .btn-default {
	color: #222;
	line-height: inherit;
	background: none;
	/* padding: 0 20px 0 0; */
	text-transform: capitalize;
	border: none;
	padding-inline: 0 20px;
	padding-block: 0;
	font-weight: 400;
}
.wish-comp  .btn-default:hover {
	color: #666;
	background: none;
	border: none;
}
.product-right .btn-group .wishlist .fa, .product-right .btn-group .compare .fa {
	padding: 0;
	text-align: center;
	margin-inline-end: 10px;
}
#input-captcha, #input-payment-captcha{margin-bottom:10px}
.productpage .form-group.qty .wishlist, .productpage .form-group.qty .compare, .quickview .form-group.qty .wishlist, .quickview .form-group.qty .compare {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none;
    padding:7px 5px;
    text-transform: capitalize;
    color: inherit;
}
.productpage .form-group.qty .wishlist:hover, .productpage .form-group.qty .compare:hover, .quickview .form-group.qty .wishlist:hover, .quickview .form-group.qty .compare:hover {
	color: #808080;
}
.productpage #input-quantity, .quickview #input-quantity{
	float: left;
    margin-right: 15px;
    width: auto;
    height: 38px;
    text-align: center;
}
.form-group.qty .control-label{
	float: left;
    margin: 10px 10px 0 0;
}

/* box */  
.box {
	float: left;
	width: 100%;
	padding: 30px 0 0;
	margin-block-end: 30px;
}
.box.bestseller, .box {
	float: left;
	width: 100%;
	margin-block: 35px 25px;
	padding: 0;
}
.box.megnorblog {
	float: left;
	width: 100%;
	position: relative;
	margin-block: 5px 35px;
	padding: 0;
}
.cmsbanner-block .container {
	width: 1800px;
}
#shop_by_category {
	margin: 20px 0;
}
.swiper-viewport {
	margin: 0;
	background: #fff;
	z-index: 1;
	width: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	text-align: center;
	border: none !important;
	box-shadow: none !important;
	margin: 0px !important;
}
.text-cms {
	margin: 30px 0;
	background-color: #1C9E8D;
	padding: 7px 7px 7px 7px;
	float: left;
	width: 100%;
	text-align: center;
}
.text-cms .text-cms-inner {
	overflow: hidden;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #22BAA6;
	padding: 15px 10px 15px 10px;
}
.text-cms .text2.static-text {
	font-weight: 600;
}
.text1.static-text::before {
	content: '';
	background:  url("../image/megnor/offer.svg") no-repeat center center;
}
.static-inner::before {
	content: "";
	background-image: url("../image/megnor/offer.svg");
	background-size: 40px;
	background-position: center;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	margin-inline-end: 10px;
	display: inline-block;
	vertical-align: middle;
}
.text-cms .static-wrapper {
	font-size: 26px;
	color: #FFFFFF;
	letter-spacing: 0px;
	width: 100%;
	display: inline-block;
	text-align: center;
}
.text-cms .text-button {
	background-color: #fff;
	float: center;
	color:#000;
	 border-radius: 50px 50px 50px 50px;
	padding: 10px 30px 8px 30px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	margin-left: 90px;
	display: inline-block;
	vertical-align: top;
	/* margin-top: 20px; */
}


.text-cms .text-button .link-text:hover
{
	color: #FFFFFF;
	background-color: #188576;}
	.text-cms-inner.container {
		padding: 7px;
		background-color: #1C9E8D;
		overflow: hidden;
		border-style: solid;
		border-width: 1px 1px 1px 1px;
		border-color: #22BAA6;
		padding: 15px 10px 15px 10px;
}
#column-left .box .box-heading, #column-right .box .box-heading {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	display: block;
	color: #222222;
	padding: 0;
	margin: 0 0 20px;
	text-transform: uppercase;
}
#column-left .box .box-heading::before, #column-right .box .box-heading::before {
	content: "";
	width: 100%;
	position: absolute;
	bottom: -3px;
	left: 0;
}
.service-banner .box-heading{display:none;}


#content .box .box-heading, #content .box.bestseller .box-heading, #content .blog-mainhead .box-heading, #content .box.ProductbyCategory .box-heading {
	font-size: 32px;
	font-weight: 600;
	position: relative;
	text-transform: capitalize;
	float: left;
	width: 100%;
	color: #222;
	margin-block: 30px 7px;
	line-height: 1;
	text-align: center;
}
.box.related_prd .box-heading{
	font-size: 32px;
	font-weight: 600;
	position: relative;
	text-transform: capitalize;
	float: left;
	width: 100%;
	color: #222;
	margin-block: 30px 40px;
	line-height: 1;
	text-align: center;
}
.sub_title_latest {
	float: left;
	text-align: center;
	width: 100%;
	font-size: 14px;
	color: #808080;
	font-weight: 400;
	margin-block: 0px 30px;
}


#content .hometab-heading.box-heading {
	font-size: 32px;
	font-weight: 600;
	position: relative;
	text-transform: capitalize;
	float: left;
	width: 100%;
	color: #222;
	margin-block: 30px 7px;
	line-height: 1;
	text-align: center;
}
#content .hometab-heading.box-heading:before{
    left: auto;
    right: auto;
}
.header_top .account {
	float: right;
	width: auto;
	border: none;
	padding: 0;
	margin: 20px 0 0;
}
#content .box .box-content, .related_prd .box-content{
	padding:0;
	clear: both;
	position: relative;
	margin: 0px -15px;
}
#content .box .box-content  #featured-grid {
	width: 100%;
	float: left;
	border-left: none;
}
.row .additional-carousel .product-block:hover {border:none;}
#products-related {
	position: relative;
}
.productbox-grid .product-items {
	float: left;
}
.additional-carousel .slider-item {
	float: left;
	width: 25%;
}
.box .box-content ul , #content .content ul { 
	padding:0px;
	margin:0px;
	list-style:none;
}
.all-blog .panel-default .panel .panel-body h5 {
	text-align: center;
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 10px 0;
}
.box .box-content ul li , #content .content ul li {
	line-height:22px;
	padding: 0;
}
.box .box-content ul li a + a , .box .box-content ul li a + a:hover{ background:none; padding-left:0; }
.box .box-content ul ul{margin-left:0px;}
.product-grid li,#content .box-product .product-items {
	float:left;
	position:relative;
}
#content .featured .box-product .product-items {
	float:left;
	position:relative;
	border-right:1px solid #e5e5e5;
	/* border-left:1px solid #e5e5e5; */
	border-bottom:1px solid #e5e5e5;
	margin: 0 0 -1px;
}
#featured-grid {
	border-top: 1px solid #e5e5e5;
}
#tablatest-grid .product-items {
	margin-bottom: 40px;
}
#content .image-additional .slider-item .product-block{	
	margin:0 5px; 
	display: inline-block;
	padding: 10px;
	
}
.banners-slider-carousel .product-block:hover .product-block-inner{ box-shadow: none; }
.banners-slider-carousel .product-carousel .first_item_tm .product-block .product-block-inner {
	border: none;
}
.banners-slider-carousel .product-carousel .product-block .product-block-inner {
	border: none;
}
.special .img-responsive{
	display: inline-block;
	border:1px solid #e5e5e5;
}
.cms2_img .description {
	position: absolute;
	top: 15%;
	left:0;
	text-align: center;
	right: 0;
}
.subtitle, .subtitle1 {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin: 10px 0;
}
.cmsbanner-block-second .cms-inner-block1 {
	margin-bottom: 21px;
}
.subtitle1 {
	letter-spacing: 1px;
	text-transform: capitalize;
}
.cmsbanner-block-second .cms_image1 {
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-ms-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}
.cmsbanner-block-second .cms-inner-block2 .description .title {
	color: #FFFFFF;
	font-family: "Lora", Sans-serif;
	font-size: 93px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 100px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: inline-block;
vertical-align: top;
float: none;
margin: 0 auto;
}

#featured-grid .product-thumb .product-block-inner {
	border-top: none;
	border-right: none;
	border-bottom: none;
}

.product-block-inner, .box.bestseller .product-block-inner {
	position: relative;
	vertical-align: top;
	clear: both;
	overflow: visible;
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 100%;
	transition: box-shadow .3s ease-in-out;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	border: 1px solid #e5e5e5;
	
}

.special .product-block-inner{
	border:none;
	float: left;
}
.special-part .special .product-block-inner:hover {
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
}
#module-0-carousel {
	margin: 0;
}
#carousel-0 .product-block:hover .product-block-inner::before {background:none;}
#module-0-carousel img:hover {
	opacity: 0.7;
}
#carousel-0 .box-content:hover .customNavigation{
	display: none;
}
.product-block .last_item_tm .product-thumb:hover:hover .product-block-inner::before {
	left: auto;
	right: 0;
}
.product-block:hover .product-block-inner::before{
	/* background: #e5e5e5; */
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
	z-index: 9;
	width: 1px;
	right: auto;
} 
.featured .product-block:hover .product-block-inner::before{
	display: none;
}
.product-block:hover .product-block-inner::before{
	left: -1px;
}
.product-layout .product-block-inner{ margin: 0; padding: 0; }
.grid_default_width { width:225px;}
.module_default_width{ width:200px;}
.latest_default_width{ width:250px;}
.special_default_width {width:100%;}
.related_default_width{ width:250px;}
.bestseller_default_width {
	width: 250px;
}
.additional_default_width{ width:137px;}
#content .banners-slider-carousel .product-carousel .product-block-inner,#content .banners-slider-carousel .product-grid .product-block-inner{text-align:center;}
.product_hover_block {
	z-index: 9;
	position: absolute;
	right: -90px;
	bottom: 10px;
	/* transition: all 0.5ms ease 0.5s; */
	-webkit-transform: translateX(10px) translateZ(0);
	transform: translateX(10px) translateZ(0);
	transition: 0.5s;
}
.product-block-inner:hover .product_hover_block {
	right: 10px;
	/* transition: all 0.5ms ease 0.5s; */
	/* transform: translateX(10px) translateZ(0); */
	/* transition: 0.5s; */
	-webkit-transform: translateY(0) translateZ(0);
	transform: translateY(0) translateZ(0);
}
.image_cover .product_hover_block {
	position: absolute;
	top: 10px;
	width: 33px;
    bottom: auto;
}
.product_hover_block .action {
	display: inline-block;
	vertical-align: middle;
	float: right;
}
.product_hover_block .action button, .quickbox {
	
	height: 34px;
	width: 34px;
	border: none;
	position: relative;
	
	display: block;
	border-radius: 50px;
}
.product_hover_block .action .cart_button{
	height: auto;
	width:auto;
}
.action .quickbox {
	background: url("../image/megnor/ProductQuickview.svg") no-repeat center center;
	background-size: 18px;
}

.product-list .product_hover_block .action button.cart_button {
	background: #da2128 url("../image/megnor/cart.svg") no-repeat scroll 10px 7px;
	background-size: 20px;
	padding: 9px 15px 9px 40px;
	color: #fff;
	width: auto;
	height: auto;
    font-size: 14px;
    text-transform: uppercase;
}
.product_hover_block .action button.cart_button:hover{ background-color: #000;}

.product_hover_block .action button.wishlist {
	background: url("../image/megnor/ProductWishlist.svg") no-repeat center center;
	background-size: 22px;
}
.product_hover_block .action .compare_button {
	background: #F0F0F0 url("../image/megnor/compare.svg") no-repeat scroll center center;
	background-size: 17px;
}
.product_hover_block .action .compare_button:hover {
	background: #1EA694 url("../image/megnor/compare-hover_sec.svg") no-repeat scroll center center;
	background-size: 17px;
}


#productcategory-carousel .product_hover_block {
	left: 15px;
}
.product_hover_block button .fa {
	font-size: 14px;
}
.product-block .product-details {
	padding: 0px 15px;
	position: static;
	float: left;
	width: 100%;
	text-align: left;
	overflow: hidden;
	min-height: 110px;
}
.special .product-block .product-details{
	min-height: auto;
}
.product-block .cart_button:hover {
	background-color: #222222;
	border-color: #222222;
	color: #fff;
}
.product-grid .description {
	display: none;
}
.product-block .stock_status.cart_button {
	background-color: red;
	border-color: red;
	color: #fff;
}
#featured-grid .product-block:hover .cart_button {
	margin-top: 18px;
	opacity: 0;
	-webkit-opacity: 0;
}
.product-block .cart_button {
	width: auto;
	height: auto;
	display: inline-block;
	margin: 0;
	margin-top: 0px;
	opacity: 0;
	-webkit-opacity: 0;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	font-weight: 600;
	border-radius: 50px;
	text-align: center;
	background-color: #241986;
	color: #ffffff;
	padding: 8px 20px;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	position: absolute;
	left: 14px;
	right: 20px;
	bottom: 20px;
	border-color: #241986;
	border-width: 2px;
	border-style: solid;
	letter-spacing: 0;
}

.product-block.product-thumb:hover .product-block-inner {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: -53px;
	z-index: 999;
	padding-bottom: 53px;
	background-color: #fff;
	border-color: #fff;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.product-block:hover .cart_button {
	margin-top: 18px;
	opacity: 1;
	-webkit-opacity: 1;
	
}
#content .banners-slider-carousel .product-block { margin:5px 15px; cursor: pointer;  }
#content .banners-slider-carousel .product-block .product-block-inner { padding: 15px 0 !important; }
.product-list .product-details {
	width: 75%;
	border: none;
	padding-block: 20px 0px;
}
.image_content {
	position: absolute;
	height: 100%;
	width: 100%;
}

/*special-part*/

.cms-inner-block1 .heading .Box-heading {
	color: #222222;
	font-size: 54px;
	font-weight: 700;
	line-height: 64px;
	letter-spacing: 0px;
}
.cms-inner-block1 .heading h4 a {
	color: #0046BE;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}
.cms-inner-block1 .heading h4 {
	margin-block: 20px 0;
}
#timer {
	display: inline-flex;
	line-height: 1;
	padding-block: 11px 20px;
	font-size: 20px;
	width: auto;
	margin: 0 auto;
	text-align: center;
	color: white;
	font-weight: 500;
	position: relative;
}

#timer .subtitle-icon span {
  display: block;
  font-size: 20px;
  color: white;
}
#days .day::after, #hours .hour::after, #minutes .minute::after {
	position: absolute;
	content: ":";
	top: 10px;
	bottom: auto;
	left: auto;
	right: -2px;
	font-size: 16px;
	margin: auto;
	font-weight: bold;
	color: #222222;
}
#days .day, #hours .hour, #minutes .minute, #seconds .second {
	display: block;
	font-size: 18px;
	padding: 10px;
	color: #222;
	background: linear-gradient(180deg, #fff 30%, #f5f5f5 80%);
	position: relative;
	text-align: center;
	font-weight: 500;
}
#days .day-title, #hours .hour-title, #minutes .minute-title, #seconds .second-title {
	padding: 10px;
	font-size: 13px;
	display: block;
	font-weight: 400;
	color: #808080;
	background: linear-gradient(180deg, #e8e8e8 0%, #f5f5f5 100%);
}

.cms-inner-block1 .shop-now .shop_button {
	width: auto;
	height: auto;
	display: inline-block;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	font-weight: 600;
	border-radius: 50px;
	text-align: center;
	background-color: #241986;
	color: #222;
	padding: 9px 25px;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	border-color: #241986;
	border-width: 2px;
	border-style: solid;
	letter-spacing: 0;
}
.cms-inner-block1 .shop-now .shop_button:hover {
	background-color: #222;
	color: #fff;
	border-color: #222;
}
.cms-inner-block1 .offer-tax {
	font-size: 18px;
	color: #222;
	padding: 13px 0 8px;
}
.cms-inner-block1 .shop-now {
	margin: 10px 0;
}

.special-part {
	width: 100%;
	padding: 0 15px;
	margin-block-start: 15px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
#content .special-part .box.special .box-heading {
	font-size: 54px;
	font-weight: 700;
	line-height: 64px;
	margin: 0;
	padding: 0;
	color: #222;
	letter-spacing: 0;
}
#content .special-part .box.special .product-thumb .offer-tax {
	padding: 12px 0 15px 0;
	float: left;
	width: 100%;
	color: #222;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
#content .special-part .box.special .product-thumb h4 a {
	font-size: 20px;
	line-height: 30px;
	color: #0046BE;
}
#content .special-part .box.special .product-details {
	text-align: center;
	line-height: 20px;
	padding: 15px 0;
}
#content .box.special .box-content, #content .cmsbanner-block-second .cms-inner-block1, #content .news-parralax .parallex-cms {
	border-style: solid;
	border-width: 4px 4px 4px 4px;
	margin: 0px 0px 0px 0px;
	padding-block: 30px 15px;
	/* background-color: #F5F5F5; */
	background-image: linear-gradient(180deg, #FFFFFF 60%, #F5F5F5 80%);
	border-color: #F5F5F5;
	text-align: center;
	padding-inline: 0;
}
#content .cmsbanner-block-second.one .cms-inner-block1 {
	padding-block: 30px 30px;
}
#content .cmsbanner-block-second .cms1_img {
	margin: 0 0 10px;
}
#content .cmsbanner-block-second .cms-inner-block1 .description {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
}
#content .cmsbanner-block-second .cms-inner-block1 .description .subtitle {
	text-transform: capitalize;
	letter-spacing: 0.3px;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	padding-inline-start: 5px;
}
.fa-apple::before {
	content: "\f179";
	font-size: 38px;
}
.fa-xbox::before {
	content: "\f412";
	font-size: 27px;
}
#content .cmsbanner-block-second .cms-inner-block1 .description .subtitle1 {
	font-size: 24px;
	font-weight: 400;
	margin: 15px 0;
}
#content .cmsbanner-block-second .cms-inner-block1 .description .title {
	width: 100%;
	float: left;
	padding-block: 30px 10px;
}
#content .cmsbanner-block-second .cms-inner-block1 .description .title .svg-icon {
	background: url("../image/megnor/super-oferta-off.png") no-repeat scroll center center;
	width: 51px;
	float: none;
	text-align: center;
	background-size: 100%;
	height: 40px;
	/* margin-inline-start: 72px; */
	display: inline-block;
}
#content .cmsbanner-block-second .cms-inner-block1 .description .title .subtitle2 {
	width: auto;
	/* float: right; */
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding-inline-start: 15px;
	display: inline-block;
	vertical-align: top;
}
#content .box.special .box-heading {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 15px;
}
.cmsbanner-block-second, .box.special, .news-parralax {
	position: relative;
	float: left;
	width: 33.33%;
	padding: 0 20px 0 0;
	margin: 0;
}

.cms-inner-block2 .cms2_img::after {
	border-right: 1px solid rgba(255,255,255,1);
	border-left: 1px solid rgba(255,255,255,1);
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
.cms-inner-block2 .cms2_img::before{
	border-top: 1px solid rgba(255,255,255,1);
border-bottom: 1px solid rgba(255,255,255,1);
-webkit-transform: scale(0,1);
transform: scale(0,1);
} 
.cms-inner-block2 .cms2_img:hover::after , .cms-inner-block2 .cms2_img:hover::before{
	opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
} 
.cms-inner-block2 .cms2_img::after, .cms-inner-block2 .cms2_img::before{
	position: absolute;
top: 15px;
right: 15px;
bottom: 15px;
left: 15px;
content: '';
opacity: 0;
-webkit-transition: opacity 0.9s, -webkit-transform 0.9s;
transition: opacity 0.9s, transform 0.9s;
z-index: 9;
}

.block-combine1 .cms_img .banner, .block-combine2 .cms_img .banner {
	max-width: 100%;
	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;
}
.block-combine1 .cms_img a:hover, .block-combine2 .cms_img a:hover{
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	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;
}
.cmsbanner-block .description .banner_text {
	position: absolute;
	background-color: #241986;
	color: #222;
	border-color: #241986;
	padding-block: 7px;
	padding-inline: 15px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50px;
	display: inline-block;
	bottom: 30%;
	right: 0;
	z-index: 9;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	left: auto;
	text-align: right;
	float: none;
}
.news-parralax {
	float: left;
	width: 33.33%;
	/* padding-left: 20px; */
}
.cmsbanner-block-second {
	width: 33.33%;
	padding-inline: 20px 0;
	display: inline-block;
	float: none;
	vertical-align: top;
}
.cmsbanner-block-second.one {
	padding-inline: 0 20px;
}
.cmsbanner-block-second.two {
	padding-inline: 10px;
}
#content .cmsbanner-block-second.two .cms-inner-block1 {
	padding-block: 30px 29px;
}
.news-parralax {
	float: left;
	width: 33.33%;
	/* padding-inline-start: 25px; */
}
.parallax-wrapper {
	padding: 20px;
	float: left;
	width: 100%;
}
.parallex-cms {
	background-color: #fff;
	float: left;
	width: 100%;
	border-style: solid;
	border-width: 4px 4px 4px 4px;
	border-color: #E5E5E5;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.cmsbanner-block-second .cms-inner-block1, .cmsbanner-block-second .cms-inner-block2 {
	width: 100%;
}
/*testimonial*/
.testimonial_inner .title::before{
	content: "";
	background: url(../image/megnor/quotes.svg) no-repeat scroll center;
	background-size: auto;
	background-size: auto;
	background-size: auto;
	background-size: 20px;
	display: block;
	height: 60px;
	background-size: 60px;
	margin-bottom: 50px;
	text-align: center;
}
.testmonial-image {
	float: none;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
	text-align: center;
	display: inline-block;
}
.testimonial_inner .title {
	font-size: 26px;
	letter-spacing: 0.3px;
	line-height: 1px;
	font-weight: 500;
	color: #2E2E2E;
}
.testimonial_default_width{width: 100%;}
.testimonial-cms {
	float: left;
	width: 100%;
    padding: 0;
	margin-top: 50px;
	text-align: center;
}
.testimonial-cms .client_name {
	font-size: 16px;
	font-weight: 500;
	color: #1EA694;
}
.post {
	color: #666;
	text-align: center;
}
.testimonial_inner .title {
	float: left;
	width: 100%;
	padding: 0 0 70px 0;
}
#testimonial .peoplesay-block {
	float: left;
	width: 20%;
	position: relative;
	border: 1px solid #e5e5e5;
	margin-inline-end: -1px;
	margin-block-end: -1px;
	overflow: hidden;
}
#testimonial .homepage-testimonials-inner.products.block_content {
	margin: 25px 0 15px 0;
	padding: 2px 0;
}
#testimonial .special-link {
	float: right;
	line-height: 1;
	display: none;
}
.special-link a {
	border-bottom: 1px solid #666666;
	color: #666666;
}
.view.more {
	cursor: pointer;
}
.homepage-testimonials-inner.products.block_content{float: left;width: 100%;}
.homepage-testimonials-inner.products.block_content .customNavigation{top: 55%;position: relative;}
.testimonial-cms .container {
	padding: 0;
}
#testimonial .peoplesay-block  .left-img img {
	max-width: 100%;
	transition: transform .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
#testimonial .peoplesay-block:hover .left-img img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
#testimonial .peoplesay-block .test-image::before {
	background: #2e2e2e;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	position: absolute;
	right: 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;
	width: 100%;
	z-index: 9;
}
#testimonial .peoplesay-block:hover .test-image::before{
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 1;
	opacity: 0.8;
	-webkit-opacity: 0.8;
}
#testimonial .peoplesay-block .cat-hover-block::before, #testimonial .peoplesay-block .cat-hover-block::after {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	z-index: 9;
}
#testimonial .peoplesay-block .cat-hover-block::before{
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
#testimonial .peoplesay-block .cat-hover-block::after{
	border-right: 1px solid rgba(255,255,255,0.5);
	border-left: 1px solid rgba(255,255,255,0.5);
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
#testimonial .peoplesay-block:hover .cat-hover-block::before ,#testimonial .peoplesay-block:hover .cat-hover-block::after{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.test-dec {
	margin: auto;
	position: absolute;
	left: 13%;
	top: 28%;
	bottom: auto;
	z-index: 1;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	right: auto;
	z-index: 9;
}
#testimonial .peoplesay-block:hover .test-dec {
	z-index: 9;
	left: 35%;
}
.test-dec a {
	font-weight: 500;
	color: #2E2E2E;
	cursor: pointer;
}
.view.more {
	display: block;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	color: #666;
}
.peoplesay-block:hover .test-dec a {
	color: #fff;
}

/* video CMS */

.homepage_video {
	float: left;
	width: 100%;
    margin: 50px 0 75px;
}
.video-content {
	float: left;
	width: 75%;
    position: relative;
    height: 520px;
    overflow: hidden;
}
#my-video {
	width: 100% !important;
	cursor: pointer;
    height: auto !important;
}
.banner-content{ float: left; margin-left: 20px;}
.video-text {
	z-index: 9;
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
}
.video-text-content {
	display: inline-block;
	background: rgba(255, 255, 255, 0.8);
	color: #000;
	padding: 30px 75px;
}
.video-text-content .main_heading {
	font-size: 18px;
	letter-spacing: 1px;
}
.video-text-content .subheading1 {
	font-size: 32px;
	line-height: 35px;
	margin-top: 10px;
    letter-spacing: 1px;
}
.video-buttopns {
	position: absolute;
	z-index: 99;
	text-align: center;
	width: 100%;
	top: 40%;
    display: none;
}
.video-content:hover .video-buttopns{
    display: block;
}
.video-box {
	background: #000;
	border: none;
	height: 60px;
	width: 60px;
	opacity: 0.5;
	padding: 21px 25px;
	border-radius: 50%;
	display: inline-block;
}
.video-box i {
	color: #fff;
}
.video-box.active{ display: none;}

/* video CMS */

#column-left .swiper-pagination.swiper-pagination-bullets {
  display: none;
}
#content .product-list .product-block .image { 
	float: left;
	width: auto;
} 
.banners-slider-carousel {
	margin-block: 40px;
	width: 100%;
	float: left;
}
.banners-slider-carousel .product-carousel .slider-wrapper-outer {
	padding-block: 20px;
}
#column-left .box-product,
#column-right .box-product {
	width: 100%;
	overflow: hidden;
	 padding: 0px;
}
#column-left .product-thumb .price {
	width: 100%;
	margin: 0;
}
#column-left .product-details .rating {
	/* padding: 0; */
	float: left;
	width: 100%;
}
#column-left .product-thumb .special-tag {
	display: none;
}
#column-left .product-thumb .price {
	font-size: 16px;
	font-weight: 500;
	width: auto;
	margin: 5px 0;
}
#column-left .box-product .product-block-inner, #column-right .box-product .product-block-inner {
	margin: 0;
	padding: 0;
	box-shadow: none;
	width: 100%;
	border:none;
}
#column-left .box-product .product-block-inner .percentsaving {
	display: none;
}
#column-left .sub_title_latest {
	display: none;
}
#column-left .product-block .product-details{min-height: 110px;}
#column-left .image_cover {
	width: 35%;
}
#column-left .product-block:hover .cart_button {
	opacity: 0;
}
#column-left #latest-grid .product-items .product-details, #column-right #latest-grid  .product-items .product-details {
	width: 65%;
}
#column-left .box-product > div,
#column-right .box-product > div  {
	display:block;
	vertical-align: top;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom:0;	
	width:100%;
}
#column-left .box .box-content div.product-items:last-child > div, #column-right .box .box-content div.product-items:last-child > div,
#column-left .box .box-content div.slider-item:last-child > div, #column-right .box .box-content div.slider-item:last-child > div {
    border: 0 none;
}
#column-left .box-product .image, #column-right .box-product .image {
	display: block;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	border: 1px solid #ddd;
	width: auto;
}
#column-left .product-block:hover , #column-right .product-block:hover{box-shadow:none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
#column-left .product-items .product-details, #column-left .product-items .product-details, #column-right .product-items .product-details {
	float: left;
	width: 64%;
	overflow: hidden;
	padding: 0 0 0;
    border: none;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption{
	padding:0;
	border:none;
	float: left;
	width:100%;
}
#column-left .product-details .rating{margin: 0;}
#column-left .special .product-thumb .caption,
#column-right .special .product-thumb .caption{width:100%;}
.content_headercms_bottom .tags > a:last-child::after {border-right: medium none;}
#column-left .box-product .product-thumb h4, #column-right .box-product .product-thumb h4 {
	margin: 0 0 5px;
	white-space: nowrap;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
#column-left #latest-grid .product-thumb .price, #column-right  #latest-grid .product-thumb .price{width: auto;}
#column-left .product-thumb .price, #column-right .product-thumb .price{ text-align:left;}
#column-left .box-product .name,
#column-right .box-product .name {display: block;}
#column-left .product-thumb, #column-right .product-thumb {
	border:none;
	margin-bottom:0px;
	padding:0 0 5px;
	float:left;
	width:100%;
}
#column-left .price-tax, #column-left .wishlist , #column-left .compare,
#column-right .price-tax, #column-right .wishlist , #column-right .compare {display:none !important;}
#column-left .container,#column-right .container{width:auto;}
#column-left .box, #column-right .box {
	margin: 0;
	position: relative;
	padding-block-end: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-block-end: 30px;
}
.addthis_toolbox.addthis_default_style {
	display: none;
}
.top_button {
	font-size: 0;
	cursor: pointer;
	width: 36px;
	height: 36px;
	right: 30px;
	bottom: 30px;
	position: fixed;
	text-align: center;
	z-index: 999;
	display: none;
	transform: rotate(45deg);
	border-radius: 50px;
	background-color: #241986;
	color: #ffffff;
	border: 2px solid #241986;
}
.top_button:hover {
	background: #fff;
	border: 2px solid #222;
}
.top_button:hover::before {
	color: #fff;
}
.top_button::before {
	color: #ffffff;
	content: "\f106";
	font-family: "FontAwesome";
	font-size: 22px;
	padding: 3px 8px;
	position: relative;
	right: 0px;
	top: 0;
	display: inline-block;
	transform: rotate(-45deg);
}
#content ul.list-unstyled {  
    margin-bottom: 10px;
    overflow: auto;
    padding: 0;
}
#content ul.list-unstyled li {
    line-height: 20px;
    padding: 4px 0;
}
.manufacturer-list {
    border: 1px solid #e5e5e5;
    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;
}
.brand-name {
	float: left;
	border: 1px solid #e8e9eb;
	margin: 10px;
}
.main-menu .brand-name a {
	padding: 0;
}
.main-menu .brand-name a span {
	width: 100%;
	float: left;
	background: #fafafa;
	padding: 5px 14px 6px;
	border-top: 1px solid #e8e9eb;
}
.manufacturer-content-home {
	float: left;
	width: 100%;
}
.manufacturer-content {padding: 8px;}
.manufacturer-list ul {
    float: left;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
    width: 25%;
}
.productpage .box {margin-top:20px;}
.col-sm-4.total_amount { margin-top: 70px;}
.product-tag{margin:5px 0;}
.aboutus {
    clear: both;
	margin-bottom:20px
}
.aboutus h3 {margin-bottom:10px;}
.image1 {
    background: url("../image/megnor/sprite.png") no-repeat scroll 7px -165px;
    float: left;
    height: 50px;
    width: 60px;
}
.image2 {
    background: url("../image/megnor/sprite.png") no-repeat scroll 7px -116px;
    float: left;
    height: 50px;
    width: 60px;
}
.image3 {
    background: url("../image/megnor/sprite.png") no-repeat scroll 7px -52px;
    float: left;
    height: 50px;
    width: 60px;
}
.image4 {
    background: url("../image/megnor/sprite.png") no-repeat scroll 7px 6px;
    float: left;
    height: 50px;
    width: 60px;
}
.aboutus h2{clear:both;font-size:20px;}
.about-content{overflow:hidden;}
.information-information .right{float:right;}
.category_filter #grid-view, .category_filter #list-view {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border: none;
	padding: 6px 12px;
	box-shadow: none;
	margin-inline-end: 7px;
}
#column-left .swiper-viewport, #column-right .swiper-viewport {
  border: medium none;
  box-shadow: none;
  margin: 30px 0;
  border-radius: 0;
}
.category_filter #grid-view{
	background:url("../image/megnor/gird-list.png") no-repeat scroll 2px 5px !important;
	width:25px;
	height:25px;

}
.category_filter #list-view{
	background:url("../image/megnor/gird-list.png") no-repeat scroll -25px 5px  !important;
	width:25px;
	height:25px;
}
.category_filter #list-view:hover, .category_filter #list-view.active {
	background-position: -25px -24px !important;
}

.category_filter #grid-view:hover, .category_filter #grid-view.active{background-position:2px -24px !important;}
.category_filter #grid-view .fa, .category_filter #list-view .fa{display:none}
#list-view{margin-left:2px}
.category_filter #grid-view:hover .fa,.category_filter #list-view:hover .fa{color:#fff;}
.category_filter .btn-list-grid {
	float: left;
	width: auto;
	padding: 0px;
}
.compare-total { float: left; margin: 3px 20px 0; }
.pagination-right { float: right;margin:0; width: auto;}
.category_filter .sort-by {float: left;margin: 7px 10px 0 0; width: auto;padding:0;}
.category_filter .show {float: left; margin: 7px 10px 0;padding:0; width:auto;}
.category_filter .sort { float: left; width: 150px;padding:0;}
.category_filter .limit {float: right; width: 100px;padding:0;}
.sort-by-wrapper, .show-wrapper {
	float: left;
	margin-inline-end: 15px;
}
.show-wrapper {margin: 0;}
.category_thumb .category_description {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.row.category_thumb {
	margin: 0 -15px;
	padding: 0;
	display: none;
}
.category_img img{margin-bottom:10px; border:none; max-width:100%;}
.category_list ul {
    padding: 0;
	display:inline-block;
	margin: 7px 0 0;
}
#content .refine-search {
	margin: 0;
	text-transform: capitalize;
	float: left;
	width: 100%;
}
.refine-search ul{padding:0;}
.refine-search ul li{list-style:none;}
.category_list li a {
	display: block;
	padding: 8px 20px;
	border: 1px solid #ddd;
	color: #2a2a2a;
    margin: 4px 0px;
}
.category_list li a:hover {
	color: #222;
	border-color: #241986;
    background: #fff6c3;
}
.category_list li {
    float: left;
    list-style: outside none none;
    margin: 0 10px 0px 0;
}
.pagination-wrapper {
	border: none;
    display: inline-block;
    margin: 40px 0 0;
    padding: 0px;
    width: 100%;
    background: none;
}
.pagination > li:last-child {margin: 0;}
.category_filter {
	display: inline-block;
	padding: 0 0 10px;
	width: 100%;
}
.category_list {
	margin-block-end: 14px;
	float: left;
	width: 100%;
}
.pagination-wrapper .page-link {
    float: right;
    padding: 0;
    width: auto;
	margin-top: 6px;
}
.pagination-wrapper .page-result{
    float: left;
    padding: 0;
    width: auto;
	margin: 13px 0 13px;
}
.information-contact #content {
	width: 100%;
	padding: 0;
	margin-bottom: -20px;
}
.left .address-detail {
	border-bottom: 1px solid #e8e9eb;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.contact-form-design .address-detail1 strong {
	background: url("../image/megnor/Home.svg") no-repeat;
	clear: both;
	float: left;
	width: 100%;
	padding-block: 0 10px;
	padding-inline: 45px 0;
	background-size: 28px;
}
.contact-form-design .telephone strong {
	background: url("../image/megnor/Phone.svg") no-repeat;
	clear: both;
	float: left;
	width: 100%;
	padding-block: 0 10px;
	padding-inline: 45px 0;
	background-size: 28px;
}
.contact-form-design .time strong {
	background: url("../image/megnor/Clock.svg") no-repeat ;
	clear: both;
	float: left;
	width: 100%;
	padding-block: 0 10px;
	padding-inline: 45px 0;
	background-size: 28px;

}
.contact-form-design .comment strong {
	background: url("../image/megnor/Comments.svg") no-repeat;
	clear: both;
	float: left;
	width: 100%;
	padding-block: 0 10px;
	padding-inline: 45px 0;
	background-size: 28px;

}
.contact-form-design .fax strong {
	background: url("../image/megnor/Fax.svg") no-repeat;
	clear: both;
	float: left;
	width: 100%;
	padding-block: 0 10px;
	padding-inline: 45px 0;
	background-size: 28px;

}
.left strong {
	font-size: 18px;
	text-transform: capitalize;
	padding-bottom: 10px;
	display: block;
	color: #2E2E2E;
}
.left .btn.btn-info {
	margin-bottom: 20px;
}
.address-detail1 .btn.btn-info {
	background: none;
	border: none;
	color: #222;
	margin-inline-start: 45px;
	padding: 0 0 0 0;
	margin-block: 10px 0px;
}
.contact-form-design .address-detail1, .contact-form-design .telephone,.contact-form-design .time, .contact-form-design .comment, .contact-form-design .fax {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #E5E5E5;
} 
.contact-form-design .fax{
	border-bottom: none;
}
.fa.fa-map-marker {
	display: none;
}
.row.contact-info{margin: 0;}
.contact-form {
	margin-top: 34px;
	float: left;
	width: 49%;
	border: 1px solid #EDEDED;
	padding: 20px 20px 30px 20px;
}
.contact-form legend {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 20px;
}
.information-contact .panel-body{padding:0}
.information-contact .panel {
	border: medium none;
	box-shadow: none;
	margin-block: 30px 0;
}
.contact-form-design {
	padding-block: 10px 40px;
	float: left;
	width: 100%;
}
.map_button {
	clear: both;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #da2128;
	padding: 12px 15px;
	cursor: pointer;
	color: #fff;
}
.map_button > i {
	font-size: 18px;
}
.contact-form-design .left {
	float: left;
	width: 48%;
	margin-inline-end: 30px;
	padding: 34px 20px;
	position: relative;
	z-index: 9;
}
.contact-form-design.container {
	padding: 30px;
	background: #fff;
	margin: 70px auto 100px;
	position: relative;
}
.checkout-cart #accordion .panel-title > a, .checkout-checkout #accordion .panel-title {
	background: #f5f5f5 none repeat scroll 0 0;
	font-weight: 500;
	padding: 12px;
	border-radius: 0;
	font-size: 16px;
	
}
#accordion .panel-heading .fa.fa-caret-down {
	float: right;
	margin-top: 4px;
}
#accordion h4.panel-title a.accordion-toggle {
	display: block;
}
.checkout-cart .alert.alert-danger {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.address-detail .btn {
	clear: both;
	float: left;
	margin: 15px 0 0 37px;
	color: #000;
}

.main-slider {
	position: relative;
	float: left;
	width: 100%;
}
.main-slider img { border:none;margin: 0 auto; } 
.information-sitemap .sitge-map ul{padding:0 0 0 20px;}
.forget-password {margin: 5px 0 0;}
.productpage .write-review,.productpage .review-count {margin: 0 6px; text-transform: capitalize;}
.productpage .rating-wrapper, .quickview .rating-wrapper { margin: 10px 0 15px;}
.productpage .productpage_details {  float: left;    margin-top:0px;    width: 100%;}
.productpage #tabs_info {
    background: #ffffff none repeat scroll 0 0;
    margin: 30px 0;
	padding:30px;
}
.productpage .productpage_details .product-left {
    padding: 0;
    width: 445px;
}
.productpage .productpage_details .product-right {
    margin-left: 30px;
    width: 45%;
}
#content .productpage_details #column-right {
    float: right;
    margin: 0;
    padding: 0;
    width: 238px;
}
.productpage #banner0.owl-carousel {
    overflow: visible;
}
.productpage #banner0 .owl-pagination{bottom:-30px;}
.productpage #banner0 .owl-page{border: 2px solid #000000;}
.productpage #banner0 .owl-page > span{
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 0;
	-webkit-border-radius:0;
    -khtml-border-radius:0;
    -moz-border-radius:0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 10px;
    position: relative;
    text-indent: -9999px;
    width: 10px;
}
/* Product tab*/
.content_product_block {
	margin: 20px 0;
}
#custom_tab.product-tabs {
	overflow: hidden;
}
#custom_tab > ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
#custom_tab li {
	float: left;
	margin: 0;
}
#custom_tab.product-tabs a.selected {
	color: #3d3d3d;
	font-weight: 500;
	background: #e8e9eb;
}
#custom_tab.product-tabs a {
	background: none repeat scroll 0 0;
	color: #7a7a7a;
	float: left;
	padding: 10px 15px;
	text-transform: capitalize;
	margin-right: -1px;
}
#custom_tab.product-tabs a:first-child {
	padding: 10px 15px 10px 15px;
}
#custom_tab ul li a {
	color: #aaaaaa;
	float: left;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	padding: 6px 16px;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
.content_product_block .tab_product {
	border: 3px solid #e8e9eb;
	padding: 20px;
	font-size: 13px;
	position: relative;
}
.clearfix .pull-right .btn.btn-primary {
	border: 1px solid #241986;
	background: #241986;
	color: #222;
}
.clearfix .pull-right .btn.btn-primary:hover {
	border: 1px solid #222;
	background: #222;
	color: #fff;
}
.productpage .tab_product b, .productpage .tab_product strong {
	font-weight: 500;
	color: #000;
	font-size: 13px;
}
.btn.btn-checkout {
	color: #fff;
	background: #1f7e00;
	border: 1px solid #1f7e00;
	line-height: inherit;
}
#cart .button-container b, #cart .button-container strong {
	font-weight: 600;
	font-size: 13px;
}
.size_guide_table {
	border: 1px solid #f0f0f0;
	width: 100%;
}
.size_guide_table tbody th {
	background: #f0f0f0 none repeat scroll 0 0;
	border-bottom: 1px solid #f0f0f0;
}
.size_guide_table tbody th {
	color: #262626;
	font-weight: bold;
	padding: 7px 8px;
	vertical-align: middle;
	white-space: nowrap;
}
.size_guide_table tbody td {
	padding: 5px 8px;
}
/* end product tab*/
.productpage .product-left {
	padding: 0;
	margin: 0;
	width: 43%;
	/* position: sticky; */
	margin-block:40px;
}
.productpage .product-right { padding: 0 0 0 4%; width: 57%; margin-block:40px;}
.quickview .review-count , .quickview .write-review { display:none; }
#content.productpage ul.list-unstyled{border-bottom:medium none;}
#content ul.list-unstyled.attr span{
	font-weight: 600;
	color:#333;
	font-size:14px;
}
.content-top-breadcum .container {
    color: #000;
 	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	/* margin-top:20px; */
}
.common-home .content-top-breadcum .container {display: none;}
#content ul.list-unstyled.attr{
	padding-bottom:15px;
    border-top: 1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
    padding-top: 15px;
	margin-bottom:20px;
}
#content ul.list-unstyled.attr li{clear:both}
.productpage .product-right ul.price,.productpage .product-right ul.price{padding-bottom:10px}
#content ul.list-unstyled.price li{float:left; padding:2px 0; font-size:13px; color:#000; }
.productpage .product-right ul li span.old-price {
	color: #808080;
	font-size: 30px;
	font-weight: 300;
	margin-inline-start: 10px;
}
.productpage .product-right ul li.discount,.productpage .product-right ul li.rewardpoint,.productpage .product-right ul li.price-tax {clear: both;}
.quickview .page-title{display:none;}
.refine-search,.product-title,.product-option{
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom: 15px;
}

.copy-right {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
	text-align:center;
}
.category_description > p { margin: 0;}
#bottom-footer li{display:inline; padding:1px 7px 1px 2px; background:url("../image/megnor/pipe.gif") no-repeat scroll right center transparent;}
#bottom-footer li.contact{background:none;}
.account-address .table>tbody>tr>td{vertical-align:middle; padding:15px;}
.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;}
.shopping-cart .img-thumbnail{width:auto;}
.shopping-cart .input-group .form-control {
	width: auto;
	height: 40px;
	text-align: center;
}
#accordion label.col-sm-2.control-label {
	margin: 7px 0 0;
	padding: 0 13px 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-group{ font-size:12px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
}
.col-sm-3.search_subcategory {width:100%; margin-top:7px;}
#button-search {
	float: right;
	margin-block-end: 20px;
}
.box .box-content .megamenu ul li ul li {padding: 0;}
#column-left .treeview-list .expandable .collapsable-hitarea::before, #column-left .treeview-list .expandable-hitarea::before,
#column-left .treeview-list .collapsable .expandable-hitarea::before, #column-left .treeview-list .collapsable-hitarea::before{position:relative;top:6px;}
.box .box-content ul , #content .content ul { 
	padding:0;
	margin:0px;
	list-style:none;
}
.offer-title a {
	text-transform: uppercase;
	text-decoration: underline;
}
.text-button:hover {
	background-color: #188576;
	color: #fff;
}
.box .box-content ul ul{margin-left:10px;}
#column-left .box .box-content ul li, #column-right .box .box-content ul li {padding: 0;}
#column-left .box .box-content ul li a, #column-right .box .box-content ul li a {
	padding: 6px 0;
	word-break: break-word;
	line-height: 20px;
	color: #222;
}
#column-left .box .box-content ul li a:hover, #column-right .box .box-content ul li a:hover {
	color: #808080;
}
.box .box-content ul li ul li{
	padding:0 25px;
	border-bottom:none;
}
#column-left .list-group .checkbox, #column-right .list-group .checkbox{ margin-bottom: 15px; }
#column-left .list-group, #column-right .list-group{
	padding: 0;
}
#content .content ul li {
	line-height:22px;
	padding:5px;
}
.box .box-content ul li ul li + li{border-top:medium none;}
.box .box-content ul > li > a, #content .content ul > li > a {
	display: flex;
	align-items: center;
	padding-block: 8px;
	box-sizing: border-box;
	line-height: 24px;
	word-break: break-word;
	position: relative;
	color: #222;
	border-bottom: 1px solid #e5e5e5;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
}
.box .box-content ul > li a:hover, #content .content ul > li:hover > a {
	background: #f2f2f2;
	padding-inline-start: 6px;
	border-bottom: 1px solid #e5e5e5;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	padding-inline-start: 6px;
}
.box .box-content ul li a + a , .box .box-content ul li a + a:hover{ background:none; padding-left:0; }

.box .box-content ul ul{  
	z-index:99;
	width:auto;
}
#column-left .treeview .hitarea.expandable-hitarea {
	color: #808080 !important;
}
#column-left .treeview .hitarea.expandable-hitarea {
	color: #808080 !important;
}

#column-right .single-banner{margin:0;}
.box .box-content ul ul li ul {padding:0;}
.box .box-content ul ul li:hover ul {display: block;}
.navbar-nav > ul > li > a:hover .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}
.box-category-heading {
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight:600;
    letter-spacing: 0.5px;
    overflow: hidden;
    padding:12px 0px;
    position: relative;
    text-transform:uppercase;
    width: 200px;
	line-height:16px;
	display:none;
}
.box-category-heading .fa {
    float:left;
    font-size: 17px;
    font-weight: 600;
	 margin-right: 10px;
}
/* Tab cms */
.hometab, .ProductbyCategory, .featured {
	width: 100%;
	float: left;
}
.ProductbyCategory, .featured {
	padding: 0;
}
.tab-head {
	float: left;
	width: 100%;
	margin-bottom: 35px;
}
.htabs {
	width: 100%;
	text-align: center;
	margin-block: 10px 40px;
	background-color: #00C8F4;
	display: inline-block;
	vertical-align: top;
}
.etabs {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	padding-inline: 18%;
	background-color: #00C8F4;
	text-align: center;
}
.htabs .tab {
	float: left;
	width: 138px;
}
.tab.middle {
	margin: 0 10px;
}
.htabs .etabs li:last-child{background:none;}
.htabs ul > li > a {
	display: block;
	float: left;
	cursor: pointer;
	width: 100%;
	border: 1px solid transparent;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	padding: 15px;
}
.htabs a.selected, .htabs li.active a, .htabs a:hover {
	background:#ffffff;
	color:  #241986;
}

.htabs .etabs li {
	position: relative;
	color:#ffffff;
	list-style-type: none;
	margin: 10px 5px 0px;
	z-index: 6;
	cursor: pointer;
	text-align: center;
}
.htabs .etabs li:hover {
	background-color: #fff;
}
.htabs .etabs li .icon-title {
	display: inline-block;
	width: 100%;
}
.htabs .etabs .tab.productcategory0 .img-icon {
	background-image: url("../image/megnor/cat1.png");
	background-size: 40px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 41px;
	width: 41px;
	text-align: center;
}
.htabs .etabs .tab.productcategory1 .img-icon {
	background-image: url("../image/megnor/cat2.png");
	background-size: 40px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 41px;
	width: 41px;
	text-align: center;
}
.htabs .etabs .tab.productcategory2 .img-icon {
	background-image: url("../image/megnor/cat3.png");
	background-size: 40px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 41px;
	width: 41px;
	text-align: center;
}
.htabs .etabs .tab.productcategory3 .img-icon {
	background-image: url("../image/megnor/cat4.png");
	background-size: 40px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 41px;
	width: 41px;
	text-align: center;
}
.htabs .etabs .tab.productcategory4 .img-icon {
	background-image: url("../image/megnor/cat5.png");
	background-size: 40px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 41px;
	width: 41px;
	text-align: center;
}
.htabs .etabs .tab.productcategory5 .img-icon {
	background-image: url("../image/megnor/cat6.png");
	background-size: 40px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 41px;
	width: 41px;
	text-align: center;
}
#tabs_info.product-tab .tab-content {
	padding: 30px 0;
    line-height: 24px;
}
#form-review h4, #form-review legend {
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
}
.nav-tabs > li {border:none !important;}
.tab-content .tab { display: none;}
.box .box-content ul li:last-child ul li a {border-bottom: 1px dashed #e5e5e5;}
.box .box-content ul li:last-child ul li:last-child a {border: medium none;}
.product-column {
	float: left;
	width: 100%;
}
.btn-danger:hover {
	background-color: #c9302c;
	border-color: #d2322d;
	color: #fff !important;
}
.btn-block + .btn-block {
  margin-top: 0;
}
.table-responsive{width: 100%;}
.table-responsive .shopping-cart .btn.btn-primary {
  margin: 0 10px;
  font-size: 20px;
}
.hometab .customNavigation a.prev:before:hover , .hometab .customNavigation a.next:before:hover{color:#fff}
/* End Tab cms */

/*Megnor Blog CSS */ 
#information-information .megnorblog {
	float: right;
	margin-top: 0;
	position: relative;
	text-align: center;
	width: 100%;
	display: none;
}
.blog-mainhead {
	float: left;
	width: 100%;
	margin-block: 30px 50px;
	/* border-top: 1px solid #E5E5E5; */
}
.content_footer_right .post_hover {
  display: none;
}
.box.blogs {
  float: right;
  padding: 0;
  position: relative;
  width: 20%;
}

.blogs .box-head {
  float: left;
  padding-bottom: 10px;
  width: 100%;
}
.box-head .blog_tagline {
    color: #808080;
    float: left;
    font-size: 14px;
    margin-bottom: 12px;
	 display: none;
}
.bestseller .sub_title, #testimonial .elementor-heading-title, .blog-mainhead .sub_title, .box.ProductbyCategory .sub_title {
	margin-bottom: 30px;
	float: left;
	text-align: center;
	width: 100%;
	font-size: 14px;
	color: #808080;
	font-weight: 400;
	margin-block: 0px 25px;
}
#content .box-product .blog-items { display:inline-block; float:left; }
.blog-left {
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	float: left;
}
.blog-right {
	float: none;
	width: 100%;
	margin-block-start: -40px;
	padding: 20px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.blog-item .product-block {
	float: left;
    margin-bottom: 1px;
    width: 100%;
}


.blog-right h4 a {
	float: left;
	font-size: 16px;
	margin: 10px 0 0;
	text-transform: capitalize;
	width: 100%;
	text-align: left;
	overflow: hidden;
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}
.footer-blocks .blog-item .blog-desc {display: none;}
.content_footer_top .news-title3 {display: none;}
.view-blog { float:left; width:100%; text-align:left; margin:0; }
.megnorblog .view-blog {
	float: left;
	width: auto;
	text-align: left;
	margin: 0;
}
.blog-desc {
	line-height: 20px;
	display: block;
	text-align: center;
	margin: 10px 0 5px;
	width: 100%;
	float: left;
	color: #808080;
	font-size: 14px;
	font-weight: 400;
}
.information-blogger-blogs .blog-desc {
	width: 100%;
	margin: 0;
}
.blog-right h4 {
	margin: 0;
	width: 72%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	display: inline-block;
	float: none;
	vertical-align: top;
}

.blog-img { padding: 0px;}
.blog-img .img-thumbnail{border:none}
.blog-date {
	display: block;
	float: left;
}
#content #blog-carousel, #content #blog-grid {
	padding: 0px;
	border: none;
	overflow: visible;
	float: left;
	width: 100%;
	
}
#content .box.blogs .box-content {padding:0; margin:0 -15px 0 ; } 
#content #blog-carousel .blog-item {
/*	overflow: hidden;*/
	position: relative;
	float: left;
	margin: 0;
	padding: 0 15px;
    width: 100%;
}
#blog-carousel.owl-carousel .owl-buttons div i {
	display: block;
	margin: 0;
	font-size: 20px;
	position: absolute;
	top: -1px;
	text-align: center;
	line-height: 37px;
	left: 0;
	right: 0;
	font-weight: 400;
	font-family: "FontAwesome";
}
.owl-carousel .owl-buttons .owl-prev {
  left: 0;
  opacity: 1;
  -khtml-opacity:1;
  -webkit-opacity:1;
  -moz-opacity:1;
}

#content .megnorblog .owl-controls.clickable {
	margin:0;

}
.owl-controls.clickable {
	margin: 20px 0;
	
}

.box.megnorblog:hover .owl-controls.clickable .owl-buttons{
	display: block;
}
#blog-carousel .owl-controls .owl-buttons .owl-prev, #blog-carousel .owl-controls .owl-buttons .owl-next {
	right: auto;
	text-align: center;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	top: 23%;
	background: #fff !important;
}
#blog-carousel .owl-controls .owl-buttons .owl-next {
	right: -36px;
	left: auto;
}
#blog-carousel .owl-controls .owl-buttons .owl-prev {
	left: -36px;
	right: auto;
}
#blog-carousel .owl-controls .owl-buttons .owl-prev:hover, #blog-carousel .owl-controls .owl-buttons .owl-next:hover {
	background: #fff;
	color: #ffd200;
	border-color: #ffd200;
}
.information-blogger legend {
	font-size: 16px;
	font-weight: 500;
	margin-block: 20px;
}
.single-blog .blog-img {
	position: relative;
	margin-bottom: 15px;
}
.single-blog .panel-default{border:medium none;float: left;width: 100%;margin: 0;}
#add-comment .col-sm-10.buttons {
    padding: 0 8px;
}
.single-blog .block-title {
    float: left;
    margin: 10px  0;
    width:99%;
}
.single-blog .block-title > legend { margin: 10px 0 0;}
.single-blog .blog-desc {
	border: none;
	margin: 0 0 50px;
	padding: 0;
	line-height: 30px;
	font-size: inherit;
	color: #666;
	text-align: left;
}
.single-blog .block-title h3{  padding-top:10px; }
.single-blog .view-comment .panel-default {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	padding: 15px !important;
	border: 1px solid #e8e9eb;
}

.single-blog h4 {
	font-size: 16px;
	display: inline-block;
	width: 100%;
}
.view-comment .form-group b {
	font-weight: 600;
}
.view-comment .col-sm-3 .name{font-weight:500; color:#333333;}
.view-comment .col-sm-3 .date{color:#b5b5b5;}
.user_icon {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    float: left;
    margin: 0px 15px 0 0;
    padding: 10px 15px;
	text-align:center;
}
.comment_info{float:left; width:85%; }
.comment_info .comment-text{margin-top:12px;}
.view-comment{clear:both;}
.view-comment .col-sm-8 {
	width: 100%;
	margin-top: 10px;
}
#add-comment .col-sm-8 {
	width: 100%;
}
.post_hover {
	position: absolute;
	top: 45%;
	margin: 0 auto;
	width: 100%;
    text-align: center;
}
/*Megnor Blog light-box CSS */
.blog-left {
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
} 

.blog-left .post-image-hover {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	position: absolute;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
}
.blog-left:hover .post-image-hover{
	opacity: 1;
-khtml-opacity: 1;
-webkit-opacity: 1;
-moz-opacity: 1;
}
.blog-left .icon.zoom .fa{
    font-size: 13px;
}
.blog-left .blog-image .zoom, .blog-left .blog-image .readmore_link {
	background: #241986;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #222;
	display: inline-block;
	padding: 1px 0 0 0;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	z-index: 10;
	height: 30px;
	width: 30px;
	border: 2px solid #241986;
	transform: scale(2);
	opacity: 0;
}
.blog-left .blog-image .zoom:hover, .blog-left .blog-image .readmore_link:hover {
	background: #222;
	color: #fff;
	border: 2px solid #222;
}
.panel.panel-default:hover .blog-image .zoom, .panel.panel-default:hover .blog-image .readmore_link{
	transform: scale(1);
    opacity: 1;
}
.blog-item:hover .blog-image .zoom, .blog-item:hover .blog-image .readmore_link {
	transform: scale(1);
	opacity: 1;
}
.panel-body {
	border: 1px solid #e5e5e5;
}
.blog-right .blog-title {
   font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
    padding: 0;
    position: relative;
    text-transform: capitalize;
}
.write-comment-count{float:left; margin-right:10px;color:#000;}
.information-blogger-blogs .write-comment {
	float: left;
}
.information-blogger-blogs .blog-image {
    margin-bottom: 0px;
    background-position: center center;
    height: auto;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
}
.blog-image .img-thumbnail, .blog-img .img-thumbnail {
	width: 100%;
}
.information-blogger-blogs .panel-body {
	padding: 0;
	position: relative;
}
.information-blogger-blogs .panel-default > .panel { margin-bottom:50px; border: none; }
.all-blog > .panel-default {
	column-count: 2;
	column-gap: 30px;
}
.blog-left-content:hover .post-image-hover::before {
    opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;
	-ms-opacity:1;
}
#content.single-blog > legend {
    margin: 15px 0 20px;
}
#content #blog-carousel .product-block:hover .date-comment, #content #blog-grid .product-block:hover .date-comment{
	bottom: 0px;
}
.blog-right h5 a {
	color: #2E2E2E;
	font-size: 24px;
	padding: 10px 0;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 65%;
	display: block;
}
.blog-right h5 a:hover {
	color: #808080;
}
.date-time, .blog-date {
	position: relative;
	background-color: #241986;
	color: #222;
	border-color: #241986;
	padding-block: 7px;
	padding-inline: 15px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50px;
	z-index: 9;
	text-align: center;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	float: none;
	width: 100%;
	max-width: 130px;
}
.blog-right h4 a {
	font-size: 16px;
	font-weight: 500;
	position: relative;
	/* white-space: nowrap; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* width: 70%; */
	/* display: block; */
	text-align: center;
	color: #222;
	margin: 10px 0 0;
	text-transform: capitalize;
}
#content .panel .blog-right h4 a {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	margin: 0;
}
#content .panel .blog-right h4 {
	width: 88%;
	padding-block: 10px;
	text-align: center;
}
.date-time .fa-calendar {
	font-size: 13px;
	display: none;
}
.write-comment a {
	color: #777;
}
.write-comment {
	margin-left: 25px;
	display: none;
}
.blog-right .read-more {
	float: left;
	text-align: center;
	width: 100%;
}
.box.megnorblog .read-more a {
	padding: 9px 25px;
}
.read-more a {
	display: inline-block;
	vertical-align: top;
	padding: 9px 25px;
	text-align: center;
	text-decoration: underline;
	width: auto;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	color: #222;
	letter-spacing: 0;
}
.read-more a:hover {
	text-decoration: underline;
}
.information-blogger-blogs .read-more {
	float: left;
	padding-block: 5px 0;
}
.all-blog .panel-default .main_description {
  display: none;
}
.blog_top_content .post-image-hover {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  -khtml-opacity:0;-webkit-opacity: 0;-moz-opacity:0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
-ms-transition: all 0.5s ease-out 0s;
-o-transition: all 0.5s ease-out 0s;
  width: 100%;
}
.blog_post .text-right .btn-primary {
	color: #F9BF39 ;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	border: 2px solid #F9BF39 ;
	background: #fff;
	line-height:20px;
}
#add-comment .col-sm-10 {
    width: 66.6667%;
}

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

.box-content .customNavigation a.next {
	right: -37px;
	left: auto;
}
.box-content .customNavigation a.prev {
	left: -37px;
	right: auto;
}

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

/*Megnor Blog light-box CSS */ 

/*Megnor Blog CSS */ 

/* Datetimepicker Css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right {
	position: relative ;

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

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

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

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

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

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

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

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

.bootstrap-datetimepicker-widget td span.active {
	background-color: #da2128 !important;
    color: #fff !important;
    text-shadow: none !important;
}

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

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

.picker-switch.accordion-toggle .btn {
	border: none;
	background-color: #241986;
	color: #222 !important;
}
.picker-switch.accordion-toggle .btn:hover {
	border: none;
	background-color: #222;
	color: #fff !important;
}

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

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


.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
	background-color: #241986 !important;
	color: #222 !important;
	text-shadow: none !important;
}

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

.product-block .image .reg-image, #column-right .image .reg-image, #column-left .image .reg-image {
	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;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transform-origin: center center;
}
#form-review .col-sm-2, #form-review .col-sm-10{width:100%;}
.container h1, .container h2 {
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 0.3px;
	font-weight: 600;
}
#form-review > h3{font-size:16px; font-weight:500;}
#content.productpage .product-title {
	font-size: 34px;
	font-weight: 600;
	line-height: 42px;
	margin: 0px 0 10px 0;
	text-transform: capitalize;
	color: #222;
}
#content h3.product-option {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	color:#2E2E2E;
}
.breadcrumb + .row {clear: both;}
#content table thead tr td{
	background:#efefef none repeat scroll 0 0;
	color:#303030;
	font-weight:500;
}
.account-account #content ul.list-unstyled{margin-bottom:25px;}
.breadcrumb {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	line-height: 25px;
	background: none;
	text-align: center;
	width: 100%;
}
#content #carousel-0 .box-content {margin: 0; padding: 0; position: relative;}
.pull-left.footer-block { width: 19%; text-align:right!important;}
#social_block .title_block {display: none;}
#social_block .toggle-footer {padding: 55px 0 0;}
/* QUCIK-VIEW */
.quickview .wish-comp .btn.btn-default.wishlist, .quickview .wish-comp .btn.btn-default.compare {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none;
	color: #808080 !important;
	font-weight: normal;
}
.productpage-quickview .product-left { width:50%; float:left; }
.productpage-quickview .product-right { width:50%; float:left; clear:none !important; }
.productpage-quickview h3.product-title {
    font-weight: 500;
    text-transform: capitalize;
}
.quickview .product-right ul li.discount, .quickview .product-right ul li.rewardpoint, .quickview .product-right ul li.price-tax { clear:both; }
.header-quickview .background_wrapper { display: none;}
.header-quickview .responsive-menu {display: none;}
.header-quickview .quickview { top: 0; padding: 20px;}
.image .quickview {opacity: 0; -khtml-opacity:0;-webkit-opacity: 0;-moz-opacity:0;}
#column-left .quickview {display: none;}
.quickview .fa.fa-heart {color:#808080;}
.quickview .btn.btn-primary.btn-lg.btn-block {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #7e5cdd;
  color: #7e5cdd;
  font-weight: normal;
  padding: 7px 20px 6px !important;
  text-transform: capitalize;
}
.quickview {
	 display: inline-block;
	left: 0%;
	right: auto;
	padding: 15px 0;
	position: absolute;
	opacity: 1;
	-khtml-opacity:1;-webkit-opacity: 1;-moz-opacity:1;
	z-index:99;
	right:0;
	top:50%;
	cursor:pointer;
}
.quickview .fa.fa-eye:hover { background: #ffd200 none repeat scroll 0 0; border-color: #ffd200;}
.quickview .fa.fa-eye {
  background: #ffd200 none repeat scroll 0 0;
  border: 1px solid #ffd200;
  border-radius: 50%;
  -webkit-border-radius:50%;
-khtml-border-radius:50%;
-moz-border-radius:50%;
  color: #ffffff;
  padding: 15px;
}
.product-quickview .quickview {
	bottom: 0;
	left: 10px;
	top: 10px;
	opacity: 1 !important;
	-khtml-opacity:1 !important;-webkit-opacity: 1 !important;-moz-opacity:1 !important;
}
.product-thumb:hover .quickview{opacity:1; -khtml-opacity:1;-webkit-opacity: 1;-moz-opacity:1;color:#000000 !important;}
.quickview > a {color: #000;}
#column-left .quickview-button {display: none;}
.row .cat_prod .button-gr.lists {
   bottom: 50%;
   position: absolute;
   margin:0 auto;
   width:100%;
}
.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;
}
.box.related_prd {
	float: left;
	width: 100%;
	margin-block: 0px;
}
.alert.alert-success.animated {
	 width: 500px;
	height: 90px;
	text-align: center;
	vertical-align: middle;
	padding: 20px 20px;
	opacity: 0.95 !important;
	-webkit-opacity: 0.95 !important;
	-moz-opacity: 0.95 !important;
	-khtml-opacity: 0.95 !important;
	background-color: #3d3d3d !important;
	border-color: #3d3d3d !important;
	color: #fff !important;
	right: 0 !important;
	left: auto !important;
}
#banner1 .swiper-pagination {
	display: none;
	cursor: pointer;
}
.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;
}
.account-login .well .form-group a, .affiliate-login .well .form-group a{line-height:30px;}

.form-group.qty {
	clear: both;
	overflow: hidden;
	position: relative;
	padding: 30px 0px;
	border-block: 1px solid #e5e5e5;
	margin: 30px 0;
}
.discount-per {
	color: #228B22;
}
.stock_msg {
	display: block;
	text-transform: capitalize;
	font-weight: 500;
	padding-inline: 0;
	padding-block: 0 25px;
}
#related-carousel {
	padding-bottom: 30px;
}
.productpage .form-group.qty .wishlist, .quickview .form-group.qty .wishlist {margin:0 10px;}
.headertop { position:relative; }
.input-group-btn .search {display: block;}
.cat_heading {
	display: none;
}
.featured .product-block-inner {margin: 0 0}
.myaccount > a {
	text-transform: uppercase;
	line-height: 18px;
	width: 100%;
	font-weight: 500;
	/*background: #222;*/
    background: #6F9853;
   /*  background: -moz-linear-gradient(top,rgba(129,48,170,1) 1%,rgba(152,81,188,1) 20%,rgba(129,48,170,1) 91%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,rgba(129,48,170,1)),color-stop(20%,rgba(152,81,188,1)),color-stop(91%,rgba(129,48,170,1)));
    background: -webkit-linear-gradient(top,rgba(129,48,170,1) 1%,rgba(152,81,188,1) 20%,rgba(129,48,170,1) 91%);
    background: -o-linear-gradient(top,rgba(129,48,170,1) 1%,rgba(152,81,188,1) 20%,rgba(129,48,170,1) 91%);
    background: -ms-linear-gradient(top,rgba(129,48,170,1) 1%,rgba(152,81,188,1) 20%,rgba(129,48,170,1) 91%);
    background: linear-gradient(to bottom,rgba(129,48,170,1) 1%,rgba(152,81,188,1) 20%,rgba(129,48,170,1) 91%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8130aa',endColorstr='#8130aa',GradientType=0 );
	color: #fff;
	padding: 10px 24px;
	border-radius: 50px;
	cursor: pointer;
	font-size: 14px;
}
.myaccount > a::after {
	content: "\f107";
	font-family: fontawesome;
	margin-inline-start: 5px;
}
.contat-wrapper.list-unstyled {
	padding-inline-start: 30px;
}
.product-carousel .slider-item.last_item_tm {
	margin-inline-end: -1px;
	}
	.static-menu .title {
		display: none;
	}

	.contact_phone {
		font-size: 24px;
		padding-top: 15px;
		line-height: 26px;
	}
	.banners-slider-carousel .img-responsive {
		display: inline-block;
		max-width: 100%;
		height: auto;
	}
	.content_headercms_top .treeview-list .expandable-hitarea{
		right: 26px;
		z-index: 9;
		position: absolute;
		left: auto;
	}
	.content_headercms_top .treeview-list .collapsable-hitarea {
		height: 25px;
		width: auto;
		text-align: right;
		position: absolute;
		right: 26px;
		z-index: 9;
		left: auto;
	}
	.content_headercms_top .box-content .treeview-list .hitarea::before {
		line-height: 32px;
	}
	.content_headercms_top .box-content ul li:last-child{
		border-bottom: none;
	}
	.content_headercms_top .box-content ul li ul li {
		border-bottom: none;
		padding-inline: 15px 0;
	}
	.lb-outerContainer{
		width: 700px !important;
		/* height: 492px !important; */
	}
	#column-left .checkbox > label:hover {
		color: #808080;
	}
	.swiper-pagination-bullet {
		box-shadow: inset 0 0 0 2px #241986 !important;
	}
	.swiper-pagination-bullet-active {
		background: #241986 !important;
	}
	.swiper-pagination-bullet:hover {
		background: #241986 !important;
	}
	.product-thumb .price-new {
		display: inline-block;
		vertical-align: top;
        color: red;
	}
	.product-thumb .price-old {
		display: inline-block;
		vertical-align: top;
	}
/* Responsive start */

@media (max-width: 1900px){
	.search_box .form-control-select, .search_box .form-control-select.active {
		width: 200px;
	}
	.header_search .form-control.input-lg {
		width: 265px;
	}
	}

@media (max-width: 1449px){
	#blog-carousel .owl-controls .owl-buttons .owl-prev {
		left: -26px;
		right: auto;
	}
	#blog-carousel .owl-controls .owl-buttons .owl-next {
		right: -26px;
		left: auto;
	}
	.box-content .customNavigation a.next {
		right: -30px;
		left: auto;
	}
	.box-content .customNavigation a.prev {
		left: -30px;
		right: auto;
	}
	.etabs {
		float: none;
		text-align: center;
		display: inline-block;
	}
	.htabs .etabs li {
		text-align: center;
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	.cmsbanner-block .shop_button {
		bottom: 9%;
		top: auto;
		right: 0%;
		left: auto;
	}
	.cmsbanner-block .description .subtitle {
		margin-block: 0px;
	}
	.cmsbanner-block .cms-inner-block1 .description, .cmsbanner-block .cms-inner-block2 .description, .cmsbanner-block .cms-inner-block3 .description {
		top: 73%;
	}
	.box-content .customNavigation a.prev, #blog-carousel .owl-controls .owl-buttons .owl-prev {
		left: -5px;
		right: auto;
	}
	.box-content .customNavigation a.next, #blog-carousel .owl-controls .owl-buttons .owl-next {
		right: -5px;
		left: auto;
	}
	.header_search .form-control.input-lg {
		width: 265px;
	}
    .banner-content{ width: 331px;}
    .video-content{width: 73%;}
    .product-list .product-details{width: 60%; }
	.product-list .product-details .product_hover_block{bottom: auto;}	
	.search_box .form-control-select, .search_box .form-control-select.active {
		width: 200px;
	}
	.main-menu > ul > li {
		width: 120px;
	}
	.htabs .tab {
		width: 116px;
	}
	.cmsbanner-block2 .block-combine .cms_image {
		width: 418px;
	}
	.cmsbanner-block2 .block-combine .cms-inner1 .description, .cmsbanner-block2 .block-combine .cms-inner2 .description {
		width: 418px;
		padding: 0;
	}

}  
@media (max-width: 1350px){
	.main-menu > ul .main.hiden_menu .dropdown-inner a .icon-title {
		font-weight: 500;
	}
	#menu ul li .megamenu.column1, #menu ul li.hiden_menu .dropdown-menu {
		right: 0;
		left: auto;
	}
	.product-thumb h4 {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#column-left .box-product .product-thumb h4, #column-right .box-product .product-thumb h4 {
		margin: 0;
	}
	#column-left .product-thumb .price {
		margin: 0;
	}
	#column-left .product-details .rating {
		margin: 0;
		padding: 0;
	}
	.product-block .cart_button {
		padding: 8px 20px;
		font-size: 11px;
		line-height: 20px;
	}
	.cmsbanner-block .description .title {
		font-size: 18px;
	}
	.cmsbanner-block .description .subtitle {
		font-size: 50px;
	}
	.cmsbanner-block .shop_button {
		right: 3%;
		left: auto;
		bottom: 15%;
		top: auto;
	}
	.newsletter #txtemail {
		width: 465px;
	}
	.newsletter {
		margin-block: 37px;
	}
	#blog-carousel .owl-controls .owl-buttons .owl-prev, #blog-carousel .owl-controls .owl-buttons .owl-next {
		top: 17%;
	}
	.module_default_width {
		width: 150px;
	}
	.etabs {
		padding-inline: 11%;
	}
	.latest_default_width {
		width: 220px;
	}
	.bestseller_default_width {
		width: 220px;
	}
	#servicecmsinfo_block1 {
		padding-inline: 5%;
	}
	#servicecmsinfo_block1 .inner-content {
		padding: 55px 22px;
	}
	#servicecmsinfo_block1 .second-content.main-content .inner-content, #servicecmsinfo_block1 .third-content.main-content .inner-content {
		padding: 55px 22px;
	}
	.cmsbanner-block .description .banner_text {margin: 0 0 0 0;}
	.cms2_img .description {top: 5%;}
	.header_search .form-control.input-lg {width: 185px;}
	.col-sm-5.header_search {width: auto;}
    .banner-content{ width: 263px;}
    .video-content{width: 72%; height: 415px;}
    .cmsbanner-block .cms-inner-block1 .description, .cmsbanner-block .cms-inner-block2 .description {
		top: 68%;
	}
    .third-content.main-content{ padding: 0;}
    .box-content-cms .first-content.main-content::after, .box-content-cms .second-content.main-content::after {right: 20px;}
   
    #column-left .product-items .product-details, #column-left .product-items .product-details, #column-right .product-items .product-details{width: 55%;}
}

@media (max-width: 1200px){
	#menu ul li .megamenu.column1, #menu ul li.hiden_menu .dropdown-menu {
		right: 0;
		left: auto;
	}
	.content_headercms_top {
		float: right;
	}
	#cart {
		padding-inline-end: 10px;
	}
	.myaccount > a::after {
		display: none;
	}
	.cmsbanner-block2 .block-combine .cms_image {
		width: 338px;
	}
	.cmsbanner-block2 .block-combine .cms-inner1 .description, .cmsbanner-block2 .block-combine .cms-inner2 .description {
		width: 338px;
		padding: 0;
	}
	.header_search .form-control.input-lg {
		width: 192px;
	}
	.search_box .form-control-select {
		padding: 8px 15px;
	}
	.search_box .form-control-select, .search_box .form-control-select.active {
		width: 150px;
		padding: 8px 15px;
	}
	.dropdown-menu.dropdown-menu-right.myaccount-menu {
		top: 56px;
	}
	#cart .dropdown-menu {
		top: 50px;
	}
	.header-middle {
		padding-block: 13px;
	}
	.header_compare {
		margin-inline-start: 20px;
	}
	.header_wishlist {
		margin-inline-start: 22px;
	}
	.col-sm-3.header_cart {
		margin-inline-start: 25px;
	}
	/* .main-menu > ul .main.hiden_menu .main.menu-8 > a .img-icon, .main-menu > ul .main.hiden_menu .main.menu-9 > a .img-icon, .main-menu > ul .main.hiden_menu .main.menu-10 > a .img-icon {
		display: none;
	} */
	.main-menu > ul .main.hiden_menu .dropdown-inner a:hover {
		background: #f2f2f2;
		transition: all 300ms ease-in-out;
		-webkit-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
	}
	.main-menu > ul .main.hiden_menu .dropdown-inner a .icon-title {
		font-weight: 500;
	}
	.dropdown.myaccount {
		padding-inline-end: 0px;
	}
	.myaccount > a {
		background: rgba(0, 0, 0, 0) url("../image/megnor/user.svg") no-repeat scroll center center;
		background-size: 25px;
		width: 30px;
		height: 40px;
		padding: 0;
	}
	.myaccount > a span {
		display: none;
	}
.header-toggle {
	cursor: pointer;
	height: 45px;
	width: 40px;
	display: inline-block;
	background: url("../image/megnor/search_black.svg") no-repeat scroll center;
	vertical-align: top;
	margin: 0;
	background-size: 22px;
}
.header_search.active .header-toggle {
	background: url("../image/megnor/close.svg") no-repeat scroll center center;
	background-size: 20px;
}
.header-center {
	float: right;
	margin-inline-end: 10px;
}
#searchbox {
	display: none;
	top: 59px;
	bottom: auto;
	position: absolute;
	overflow: hidden;
	background-color: #fafafa;
	width: 390px;
	left: auto;
	right: -19px;
	z-index: 99;
}
}
@media (max-width: 1199px){
	#content .box .box-content #featured-grid {
		width: 100% !important;
		float: left;
		border-left: 1px solid #e5e5e5;
	}
	#testimonial .peoplesay-block {width: 25%;}
	.cms2_img .description {
		position: absolute;
		top: 10px;
		text-align: center;
	}
	.subtitle, .subtitle1 {font-size: 14px;}
	.cmsbanner-block-second .cms-inner-block2 .description .title {font-size: 65px;line-height: 80px;}
	.contact_cms {width: 34%;float: right;}
	.footer-blocks .col-sm-3 {width: 22%;padding: 0 30px;}	
	.featured .product-block-inner {margin: 0 0;}
	.cmsbanner-block .description .banner_text {margin: 15px 0 0 0;}
	.content_headercms_top {
		float: right;
		/* margin-right: 10px; */
	}
	.cat_heading {display: none;}
    .swiper-pager{line-height :45px !important;}
}

@media (max-width: 1100px){
	#content .cmsbanner-block-second.two .cms-inner-block1 {
		padding-block: 30px 36px;
	}
	.cms-inner-block1 .heading h4 {
		margin-block: 20px 10px;
	}
	#content .cmsbanner-block-second .cms-inner-block1 .description .title .subtitle2 {
		font-size: 15px;
	}
	#content .cmsbanner-block-second .cms-inner-block1 .description .subtitle1 {
		font-size: 20px;
	}
	#menu ul li .megamenu.column1, #menu ul li.hiden_menu .dropdown-menu {
		right: 0;
		left: auto;
	}
	.related_default_width {
		width: 200px;
	}
	#column-left .product-thumb .price {
		font-size: 14px;
	}
	#column-left .product-thumb .price-old {
		margin-inline-start: 4px;
	}
	#content .box.special .box-content, #content .cmsbanner-block-second .cms-inner-block1, #content .news-parralax .parallex-cms {
		padding-block: 30px 10px;
	}
	#content .cmsbanner-block-second.one .cms-inner-block1 {
		padding-block: 30px 27px;
	}
	#content .cmsbanner-block-second .cms-inner-block1 .description .title .svg-icon {
		margin-block: 0 10px;
	}
	#content .cmsbanner-block-second .cms-inner-block1 .description .title {
		padding-block: 10px 0;
	}
	.cmsbanner-block .description .title {
		font-size: 16px;
	}
	.cmsbanner-block .description .subtitle {
		font-size: 30px;
	}
	.newsletter #txtemail {
		width: 427px;
	}
	.newsletter .btn.btn-lg {
		padding: 10px 20px;
	}
	.productcategory0_default_width, .productcategory1_default_width, .productcategory2_default_width, .productcategory3_default_width, .productcategory4_default_width, .productcategory5_default_width {
		width: 200px !important;
	}
	.etabs {
		padding-inline: 8%;
	}
	#content .cmsbanner-block-second.one .cms-inner-block1 .description {
		margin-block: 11px 0;
	}
	#content .cmsbanner-block-second .cms-inner-block1 .description .title .subtitle2 {
		width: 67%;
	}
    .service-content .service-right{width: 100%; margin: 15px 0 0 0px; text-align: center;}
    .service-content .icon-left{ margin: 0 auto; float: none;}
    .box-content-cms .first-content.main-content::after, .box-content-cms .second-content.main-content::after {right: 0px; top: 20px;}
    .video-content{width: 73%; height: 365px;}
    .banner-content {width: 231px;}
    .video-text{ bottom: 20px;}
    .social-block {
		margin-inline-end: 15px;
	}
    .footer-blocks .col-sm-3{padding: 0 15px;}

}

@media (max-width: 979px) {
	.header-center {
		margin-inline-end: 5px;
	}
	#cart {
		padding-inline-end: 12px;
	}
	#column-left .image_cover {
		width: auto;
	}
	#product-special {
		margin-block-end: 20px;
	}
	/* .swiper-container {
		margin-block-start: 20px;
	} */
	.header_bottom_cover {
		display: none;
	}
	.cmsbanner-block .description .subtitle {
		line-height: 50px;
	}
	.cmsbanner-block .cms-inner-block1 .description, .cmsbanner-block .cms-inner-block2 .description {
		top: 50%;
	}
	.cmsbanner-block .shop_button {
		right: auto;
		left: 0%;
		bottom: auto;
		top: 50%;
		margin-block-start: 50px;
	}
	.box-content .customNavigation a.next, #blog-carousel .owl-controls .owl-buttons .owl-next {
		right: 0;
		left: auto;
	}
	.box-content .customNavigation a.prev, #blog-carousel .owl-controls .owl-buttons .owl-prev {
		left: 0;
		right: auto;
	}
	.cms-inner-block1 {
		padding-inline-end: 10px;
	}
	.cms-inner-block2 {
		padding-inline-start: 10px;
	}
	.cmsbanner-block2 .block-combine .cms-inner1 {
		padding-inline-end: 10px;
	}
	.cmsbanner-block2 .block-combine .cms-inner2 {
		padding-inline-start: 10px;
	}
	.box.bestseller, .box {
		margin-block: 15px;
	}
	.third-content.main-content {
		padding: 0;
		margin-block-end: 20px;
	}
	.bottomfooter {
		padding-block: 19px 23px;
	}
	.content_footer_bottom p {
		margin: 0 0 10px;
		/* color: #7a7a7a; */
		display: none;
	}
	.content_footer_bottom {
		float: none;
		width: 100%;
		display: inline-block;
		text-align: center;
		vertical-align: top;
	}
	.payment-block {
		float: none;
		margin-block: 0px;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}
	.payment-block ul{
		padding: 0;
		margin-block: 0px;
	}
	p.powered {
		float: none;
		margin-block-end: 5px;
		display: inline-block;
		text-align: center;
		vertical-align: top;
		width: 100%;
	}
	.newsletter_text {
		width: 50%;
		padding-inline: 50px;
	}
	.newsletter {
		width: 50%;
	}
	footer .social-block h5 {
		margin: 0;
	}
	footer .footer-blocks .col-sm-3 h5 {
		margin: 0;
	}
	.contat-wrapper {
		float: left;
	}
	.social-block {
		padding-inline-start: 0px;
	}
	.footer-blocks #info {
		padding-inline-start: 0;
	}
	.contact_cms {
		float: left;
		width: 27.8%;
		background: none; 
	}
	.cmsbanner-block2 .block-combine .cms-inner1 .description, .cmsbanner-block2 .block-combine .cms-inner2 .description {
		width: 339px;
	}
	.etabs {
		padding-inline: 0px;
	}
	.htabs .tab {
		width: 108px;
	}
	.cmsbanner-block-second, .cmsbanner-block-second.one, .cmsbanner-block-second.two {
		padding-inline: 0;
		margin-block: 0 20px;
	}
	#servicecmsinfo_block1 .inner-content {
		padding: 0;
	}
	#servicecmsinfo_block1 .second-content.main-content .inner-content, #servicecmsinfo_block1 .third-content.main-content .inner-content {
		padding: 0;
	}
	#column-left .box, #column-right .box {
		padding: 0;
		font-size: 14px;
	}
	#column-left .box .box-heading.toggle {
		padding: 10px 0;
		margin: 0;
		font-size: 14px;
	}
	#column-left .list-group-item.heading {
		font-size: 14px;
	}
	.cms2_img .description {top: 13%;}
	.cart_image {background-size: 23px;}
	.login::after {
		padding: 5px;
		content: '/';
		display: none;
	}
	.static-menu .title {
		display: block;
	}
	#searchbox .input-group-btn {
		display: table-cell;
	}
	.lang-curr-wrapper .pull-left {
		float: left;
	}
	 #form-currency .currency-select {padding: 2px 0 2px 0;}
	#form-language .language-menu, #form-currency .currency-menu {
		position: relative;
		box-shadow: none;
		top: 0;
		padding-inline-start: 30px;
	}
	.title {
		display: block;
		/* text-transform: uppercase; */
		font-weight: 500;
		font-size: 14px;
	}
	#static-menu .dropdown.hottag.toggle {
		padding: 0;
	}
	#menu #static-menu li {
		line-height: 35px;
	}
	.header_bottom_cover #menu.responsive-menu .toggle .mobile_togglemenu::before{display: none;}
	.language-menu, .currency-menu {
		top: 27px;
		right: -38px;
		left: -20px;
	}
	#form-currency .btn-link.dropdown-toggle, #form-language .btn-link.dropdown-toggle {
		color: #2E2E2E;
	}
	#form-currency .btn-link.dropdown-toggle::before, #form-language .btn-link.dropdown-toggle::before {
		display: none;
	}
	.dropdown-menu .lang-curr-wrapper a {
		display: none;
	}
	#menu #static-menu a {
		color: #000;
		padding-left: 20px;
	}
	.resp_menu {
		background-image: url("../image/megnor/dots.svg");
		background-size: 20px;
		/* height: 30px; */
		width: 100%;
		background-repeat: no-repeat;
		background-position: right;
		top: 2px;
		color: #000;
	}
	#static-menu {
		position: absolute;
		top: 50px;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 100%;
		/* margin: 8px 0 0; */
		list-style: none;
		font-size: 16px;
		background-color: #fff;
		text-transform: capitalize;
		border: none;
		text-align: left;
		padding: 10px 0;
		box-shadow: 0px 2px 11px 3px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 2px 11px 3px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0px 2px 11px 3px rgba(0, 0, 0, 0.1);
	}
	.featured .last_item_tm .product-block .product-block-inner {
		border-inline-end: none;
	}
	.header_search.active .header-toggle {
		background: url("../image/megnor/close.svg") no-repeat scroll center center;
		background-size: 18px;
	}
	footer .social-block h5 {
		font-size: 14px;
	}
	footer .footer-blocks .col-sm-3 h5 {
		font-size: 14px;
	}
	.contact_wrapper h5 {
		display: block;
		font-size: 14px;
		margin: 0px;
		position: relative;
		text-transform: uppercase;
		color: #222;
		font-weight: 600;
		line-height: 24px;
	}
	.layout-2 .header_bottom_cover {display: none; }
	.layout-2 .content-top-breadcum {margin-bottom: 40px;}
	.myaccount > a {
		display: block;
		padding-left: 0;
	}
	
	#searchbox {
		display: none;
	}
	.contat-wrapper.list-unstyled {
		padding: 10px 30px;
	}
	.dropdown.myaccount{border-right:none;}
	.account .dropdown.myaccount ul {
		padding: 10px 0;
		display: none;
	}
	.footer-blocks .contat-wrapper .list-unstyled {
		display: none;
	}
	.footer-blocks .contat-wrapper {
		display: none;
	}
	.contact_cms {
		width: 100%;
		float: right;
	}
	.newsletter #txtemail {
		width: 220px;
		/* padding: 10px 0 10px 20px; */
		padding-inline: 20px 0;
		padding-block: 10px;
	}
	.box.special {padding: 0 0 0 0;}
	.news-parralax {padding-left: 0;}
	.special .product-block.product-thumb:hover .product-block-inner{background: none;}
	.special .product-block-inner{background: none;}
	.special-part {
		margin-block: 10px;
	}
	.cmsbanner-block-second .cms-inner-block1, .cmsbanner-block-second .cms-inner-block2 {
		width: 100%;
	}
	.box.special {width: 100%;}
	.news-parralax {width: 100%;}
	.cmsbanner-block-second {
		float: left;
		width: 100%;
		margin-block: 0;
	}
	#testimonial .peoplesay-block {width: 33.33%;}
	#servicecmsinfo_block1 .main-content .service-content {
		float: none;
		display: inline-block;
		border: none;
		padding-block: 30px 0;
	}
	.service-content .icon-left{float: none; display: inline-block; margin-right: 0;}
	.box-content-cms .main-content {width: 100%;}
	.nav-inner.container{margin:0 auto ;}
	.layout-2.left-col #content , .layout-2.right-col #content{width:100%;}
	.layout-2.left-col #column-left, .layout-2.right-col #column-right {
		width: 100%;
		float: left;
		padding: 10px 0 0px;
		display: block;
	}
	#column-left .box, #column-right .box {
		margin: 0;
		float: left;
		width: 100%;
	}
	#column-left .swiper-viewport {
		text-align: left;
		margin-block-start: 20px !important;
	}
	.layout-2.left-col #content {padding:0; margin-top:0;}
	#column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox, #column-left .list-group{display:none;}
	#column-left .list-group, #column-right .list-group {
		margin-block: 10px;
	}
	.menu_toggle{display:none !important;}
	.cmsbanner-block .description .banner_text {margin: 0 0 0 0;}
    .footer-top{ height: auto; float: left; width: 100%;}
	.footer-blocks .col-sm-3 {width: 100%; padding: 0; }
	.list-unstyled{ display: none; }
	#content ul.list-unstyled{ display: block; }
	.btn-group.prd_page {margin-top: 15px; width: 100%;}
	.contact-form-design .left{width: 100%; float: left;}
	.contact-form-design .contact-form {float: left; width: 100%; margin-top: 20px;}
    .header_top{ padding: 10px 0;}
    .box-content-cms .main-content .title{font-size: 14px;}
    .box-content-cms .main-content {
		text-align: center;
		padding-block: 10px 0;
	}
    .service-content .service-right {
		width: 100%;
		margin-block: 0;
		text-align: center;
	}
    .box-content-cms .first-content.main-content::after, .box-content-cms .second-content.main-content::after, .box-content-cms .third-content.main-content::after {right: 0; top: 35px;}
    .manufacturer_title{ display: none; }
    .manufacture_block ul{ padding: 0; float: none; }
    .manufacture_block{padding: 25px 0; text-align: center;}
    #footer .column li a::before {left: 0;}
	#footer {
		padding: 0 15px;
		margin-block: 0;
	}
    .product-list .image_cover{width: auto;}
    .footer-blocks {
		margin-block: 30px 20px;
		float: left;
		width: 100%;
	}
    .footer-blocks .list-unstyled {
		margin: 0;
	}
    #column-left .mobile_togglemenu::before, #column-right .mobile_togglemenu::before { right: 10px;}
    .responsive-menu{ color: #222;float: left;width: 100%; line-height: 40px;}
    .navbar-nav{display: none;}
    #menu .nav-responsive .expandable {width: 100%; height: auto; float: left; margin: 0;}
    .header_center{ width: 100%; padding: 5px;}
    .dropdown.myaccount{ padding: 0 5px;}
    .header_top .container {position: relative;}
    .col-sm-5.header_search {
		padding: 0;
		position: relative;
		right: 5px;
		margin: 0;
		width: auto;
		/* z-index: 99; */
	}
    #menu .navbar-nav {margin: 0; position: absolute; padding: 5px 15px; top: 100%; background: #fff; left: 0; box-shadow: 0px 2px 11px 3px rgba(0, 0, 0, 0.1); width: 100%;}
    #menu .navbar-nav > li {width: 100%; color: #000; padding: 0;}
    #menu .navbar-nav > li > a {padding: 10px 0; top: 0;}
    #menu .toggle .mobile_togglemenu{ width: 30px;}
    #menu .dropdown .dropdown-menu, #menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu{position: relative; width: 100%; box-shadow: none; padding: 0;}
    #menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu{ display:none;}
    #menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu{left: auto; padding: 5px 15px;}
    #menu ul li .megamenu ul.list-unstyled{ width: 100%; display: block; float: left;}
    #menu .nav li .list-unstyled .dropdown{ width: 100%; }
    .list-unstyled.childs_2 > li{ padding:5px 10px;}
    #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; top:10px; font-weight: 400;}
    #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 {content: "\f068"; font-family: "FontAwesome";}

	.block-combine1 .cms-inner-block2 .cms_img{padding: 0 15px;}
    .video-content {width: 72%; height: 290px;}
    .banner-content {width: 184px;}
    .video-text{ bottom: 10px;}
    .video-text-content{padding: 20px 45px;}
    .video-text-content .main_heading{ font-size: 14px;}
    .video-text-content .subheading1{font-size: 20px;}
    .social-block {margin: 0; width: 100%; text-align: left;}
    .social-block ul {margin: 0; text-align: left; float: left;}
    .social-block ul li{ display: inline-block; float: none;}
    .footer-area.col-sm-3.column{ width: 100%; padding: 0; }
    .footer-area ul li{ display: block;}
    #menu ul li .megamenu.column1 ul.list-unstyled li{ padding: 5px 0;}
    #menu ul li .megamenu.column1{ padding: 0 15px;}
    footer{margin-top: 50px;}
    .layout-2.right-col #content{ padding: 0;}
    .productpage .product-right { padding: 30px 0 0 0; width: 100%;}
    .productpage .product-left {margin: 0 auto; width: 415px; position: relative; top: auto; float: none;}
    .contact-no{display: none;}
    
}

@media (max-width: 767px) {
	.main-slider .swiper-viewport .swiper-pager {
		display: none;
	}
	.header-middle .box-content {
		width: 260px;
	}
	.header-center {
		margin-inline-end: 10px;
	}
	.nav-tabs > li {
		width: 100%;
	}
	.all-blog > .panel-default {
		column-count: 1;
	}
	.contact-form .col-sm-10 {
		width: auto;
	}
	.contact-form .col-sm-2 {
		width: auto;
	}
	.dropdown-menu.dropdown-menu-right.myaccount-menu {
		top: 54px;
	}
	#cart .dropdown-menu {
		top: 46px;
	}
	#searchbox {
		top: 55px;
	}
	.header-logo img {
		max-width: 60%;
	}
	.header-middle {
		padding-block: 10px;
	}
	.cmsbanner-block2 .block-combine .cms-inner1, .cmsbanner-block2 .block-combine .cms-inner2 {
		width: 100%;
		padding: 0;
	}
	.cmsbanner-block2 .block-combine .cms-inner2 {
		margin-block-start: 40px;
	}
	.cmsbanner-block2 .block-combine .cms_image {
		width: 100%;
		text-align: center;
	}
	.cmsbanner-block2 .block-combine .cms-inner1 .description, .cmsbanner-block2 .block-combine .cms-inner2 .description {
		width: 100%;
	}
	.banners-slider-carousel {
		margin-block: 10px 20px;
	}
	#servicecmsinfo_block1 {
		padding-block: 0 30px;
	}
	#servicecmsinfo_block1 .main-content .service-content {
		padding-block: 30px 0;
	}
	.service-content .service-right {
		margin-block: 0;
	}
	#servicecmsinfo_block1 .inner-content {
		padding: 0;
		float: left;
		width: 100%;
	}
	.information-contact .panel {padding-top: 30px;}
	#servicecmsinfo_block1 .forth-content.main-content .inner-content {padding: 0;}
	#content .box .box-content #featured-grid {
		width: 100% !important;
		float: left;
		border-left: 1px solid #e5e5e5;
	}
	.product-block.product-thumb {width: 99.7%;}
	.cms2_img .description {top: 15%;}
	#testimonial .peoplesay-block {width: 50%;}
	.col-sm-5.header_search {right: -5px;}
	.content_headercms_top {
		margin-right: -5px;
	}
	#info {
		float: left;
		width: 100%;
	}
	.block-combine2 .cms-inner-block1, .block-combine2 .cms-inner-block2 {
		width: 100%;
		padding: 0;
	}
	.cms-inner-block1, .cms-inner-block2, .cms-inner-block3 {
		width: 100%;
	}
    .featured .product-block-inner{width: 100%; margin: 0;}
    .featured .product-block.product-thumb.transition{padding: 0 10px;}
    .top-links-toggle {display: block; cursor: pointer;}
    .top-links {display: none; position: absolute; background: #fff; padding: 10px; width: 200px; z-index: 999; border: 1px solid #e8e9eb; top: 100%; left: 0;}
    .top-links-toggle > i, #res-menu i {font-size: 21px;}
    .top-links .links-item{ padding: 5px; width: 100%; display: block; }
    .top-links .links-item::before{ display: none; }
    #form-language .btn-link.dropdown-toggle::before { display: none;}
    .box-category-top{ display: none; }
    .col-sm-4.header-logo {
		width: auto;
		margin-bottom: 0;
		margin-block-start: 8px;
	}
    .header_top{padding: 10px 0;}
    .cmsbanner-block {
		margin-block: 20px 0;
		text-align: center;
	}
    .block-combine1{ margin: 0;}
    .cms-inner-block1 {
		margin-block-end: 20px;
	}
	.cms-inner-block2 {
		margin: 0;
	}
    .top-links-toggle > svg {width: 20px; height: 20px; fill: #3d3d3d;}
    .special .product-block:hover .product-details{ margin-top: 0; }
    .product-block:hover .countdown{ opacity: 1; }
    .product-thumb h4 {font-size: 16px; white-space: nowrap; display: block; float: left; width: 98%; overflow: hidden; text-overflow: ellipsis;}
    .product-thumb .price-old{ font-size: 12px; }
    .product-list .product-block .product-details{width: 100%;}
    .count-down .countbox strong{ font-size: 14px; width: 42px; }
    .top-links-cover {float: left; margin: 8px 0 0px; position: relative; padding: 0px 0 5px;}
    .payment-block ul {padding: 0;}
    .payment-block {width: 100%; text-align: center;}
    .newsletter {
		width: 100%;
		margin-block: 0px 50px;
		padding-inline: 50px;
		text-align: center;
	}
    .social-block{ width: 100%; text-align: center; padding: 0; }
    .social-block ul li{ float: left; }
    .tab-head {width: 100%; margin: 0;}
    #content .box .box-heading, #content .box.bestseller .box-heading, #content .blog-mainhead .box-heading, #content .box.ProductbyCategory .box-heading {
		font-size: 25px;
	}
    .featured{ padding:30px 0 40px 0; }
    .htabs a{ font-size: 12px; }
    .tab-head span{ width: 100%; font-size: 12px; }
    .product-layout.product-grid {
		width: 33.33%;
		min-height: 100%;
	}
    .pagination-right{ width: 100%; margin: 20px 0 0;}
    .col-sm-12.category_list {padding: 0;}
    .category_list li {
		/* margin: 0 10px 10px 0; */
		margin-inline: 0 10px;
		margin-block: 0px 10px;
	}
    .breadcrumb {width: 100%;}
    .breadcrumb > li{white-space: normal;}
    .col-sm-8.product-left {position: relative; top: auto; width: 410px; margin: 0 auto;}
    .layout-1 #content {
		padding: 0;
		float: left;
		width: 100%;
	}
    .col-sm-4.product-right {padding: 20px 0 0; width: 100%;}
    #tabs_info.product-tab, .box.related_prd {
		margin: 30px 0 0;
		float: left;
		width: 100%;
	}
    #tabs_info.product-tab .tab-content {
		/* max-height: 350px; */
		/* overflow-x: scroll; */
		width: 100%;
		float: left;
	}
    .col-sm-4.search_term {padding: 0 0 10px;}
    .col-sm-3.search_subcategory{ padding: 0; }
    .information-contact #content {
		padding: 0;
		width: 100%;
		float: left;
		margin-top: 0;
	}
    .contact-form-design.container{margin: 0px auto 70px; padding: 15px;}
    .table-responsive.full-view{ display: none; }
    .table.table-bordered.shopping-cart.responsive {
		display: block;
		border: none;
	}
    .shopping-cart .btn-primary{ margin: 0; }
    .listing { min-height:unset; padding: 80px 15px; line-height: 30px;}
    .alert.alert-success.animated{width: 100%;}
    .cms-inner-block1.full-banner-inner .description .subtitle {display: none;}
    .cmsbanner-block.full-banner {margin-top: 40px;}
    .countbox .timebox {margin: 0 5px 0 0; width: 20%; padding: 0 10px;}
    .count-down .countbox strong{width: auto;}
    .count-down.clock{float: none;}
    .countbox .timebox::after{right: 0;}
    #content .collection-right-banner .image-title > h3{font-size: 22px; }
    .hometab {margin-top: 20px;}
    .product-carousel .slider-wrapper-outer{padding-bottom: 0;}
    .image .stock_status{display: block;}
	.owl-controls.clickable .owl-buttons {display: none !important;}
	.col-sm-3.header_cart {
		width: auto;
		padding:0;
		float: left;
	}
	.footer-blocks .toggle {
		background: none;
		padding: 10px 0px;
		margin: 0 auto;
		float: left;
		width: 100%;
		text-align: left;
	}
	.cmsbanner-block-second {text-align: center;}
    .homepage-testimonial-inner {padding: 0 20px;}
    .box-content-cms .first-content.main-content::after, .box-content-cms .second-content.main-content::after, .box-content-cms .third-content.main-content::after {display: none;}
    .box-content-cms .main-content {
		text-align: center;
		padding: 0;
		width: 100%;
		margin: 0;
	}
    .htabs {float: left; width: 100%; margin: 20px 0;}
    #my-video{ position: relative !important;}
    .video-content{ width: 100%; height: auto;}
    .video-text {bottom: 20px;}
    .homepage_video{margin: 50px 0;}
    .banner-content { width: 100%; margin: 20px 0 0; text-align: center;}
    .banner-content img{ display: inline-block;}
    .txt-news{
		width: 100%; 
	}
    .featured .product-block .product-details{ padding: 15px 5px; }
	.productpage .product-left {padding: 0; margin: 0 auto; width: 400px; position: relative; top: auto;}
	.cmsbanner-block-second .cms-inner-block1, .cmsbanner-block-second .cms-inner-block2 {
		float: none;
		text-align: center;
		display: inline-block;
	}
}
@media (max-width: 640px) {
	.header-center {
		margin-inline-end: 5px;
	}
	.header_search.active .header-toggle {
		background-size: 16px;
	}
	.header-middle {
		padding-inline: 40px;
	}
	.col-sm-4.header-logo {
		width: 170px;
		margin-inline-end: 0;
	}
	.content_headercms_top {
		margin-top: 7px;
	}
	.header-toggle {
		height: 45px;
		width: 26px;
		background-size: 20px;
	}
	.header-right {
		margin-inline-start: 0;
	}
	.content_headercms_top .box .box-heading::before {
		background-size: 18px;
	}
	.dropdown.myaccount {
		padding: 0;
	}
	.myaccount > a {
		background-size: 21px;
	}
	.header_compare #compare-total-home {
		background-size: 18px;
	}
	.header_compare {
		margin-inline-start: 10px;
	}
	.header_wishlist > a span {
		height: 15px;
		width: 14px;
		font-size: 11px;
		top: -6px;
		line-height: 14px;
		right: -5px;
	}
	#cart .item-count {
		height: 15px;
		width: 14px;
		font-size: 11px;
		top: -4px;
		line-height: 14px;
		right: 1px;
	}
	.col-sm-5.header_search {
		right: 0px;
	}
	.header_wishlist > a {
		background-size: 23px;
	}
	.header_wishlist {
		margin-inline-start: 10px;
		margin-block-start: 2px;
	}
	.cart_image {
		background-size: 19px;
		margin-block-start: 4px;
	}
	.account #cart {
		padding-right: 0;
	}
	.col-sm-3.header_cart {
		margin-inline-start: 10px;
	}
	.product-layout.product-grid {
		width: 50%;
		min-height: 100%;
		/* padding-inline: 20px; */
	}
}
@media only screen and (max-width: 479px) {
	.dropdown-menu.pull-right {
		right: -56px !important;
		left: auto;
	}
	.swiper-container {
		/* margin-block-start: 0; */
	}
	.product-compare .stock_status {
		margin-block-end: 2px;
	}
	.header_search.active .header-toggle {
		background-size: 14px;
	}
	.content-top-breadcum .page-title {
		font-size: 22px;
		line-height: 28px;
	}
	.layout-2 .content-top-breadcum {
		padding: 40px 0;
		margin-bottom: 20px;
	}
	.product-layout.product-grid {
		width: 50%;
		padding: 0;
	}
	.dropdown-menu.dropdown-menu-right.myaccount-menu {
		top: 50px;
		right: -50px;
		left: auto;
	}
	.header_wishlist > a span, #cart .item-count {
		display: none;
	}
	.header-logo img {
		max-width: 100%;
	}
	.header_search .btn.btn-default.btn-lg {
		padding: 13px 9px;
	}
	.header_search .form-control.input-lg {
		width: 162px;
		padding-inline-end: 0;
		padding-inline-start: 20px;
	}
	#searchbox {
		width: 200px;
	}
	.search_box {
		display: none;
	}
	.header-right {
		margin-inline-start: 0;
	}
	.account #cart {
		padding-right: 0;
	}
	.cart_image {
		height: 24px;
		width: 18px;
		background-size: 18px;
	}
	.header_wishlist > a span, #cart .item-count {
		height: 15px;
		width: 15px;
		font-size: 11px;
		top: -6px;
		line-height: 15px;
		right: 0px;
	}
	.col-sm-3.header_cart {
		margin-inline-start: 0;
	}
	.header_wishlist {
		margin-inline-start: 5px;
		margin-block-start: 0;
	}
	.header_compare #compare-total-home {
		background-size: 16px;
		height: 20px;
		width: 24px;
	}
	.cmsbanner-block .cms-inner-block1 .description, .cmsbanner-block .cms-inner-block2 .description {
		top: 40%;
	}
	.blog-mainhead {
		margin-block: 30px;
	}
	.box.megnorblog {
		margin-block: 5px 0;
	}
	/* .product-details .stock_status.cart_button {
		bottom: 9px; 
	} */
	.cmsbanner-block2 .block-combine .cms-inner2 {
		margin-block-start: 25px;
	}
	.product-block.product-thumb {
		padding: 0 5px;
	}
	.newsletter {
		padding-inline: 0px; 
	}
	.newsletter_text {
		padding-inline: 39px;
	}
	.newsletter_text::before {position: relative;width: 100%;}
	.product-block .product-details {
		text-align: left;
		padding: 10px 5px;
	}
	#product-special .product-block .product-details {
		padding: 0 15px;
	}
	#featured-grid .img-responsive {display: inline-block;}
	.special-part .container {padding: 0;}
	#servicecmsinfo_block1 .inner-content {padding: 0;}
	.col-sm-5.header_search {
		margin-top: 3px;
		right: 0;
	}
	.newsletter #txtemail {
		width: 100%;
	}
	#testimonial .special-link {
		width: 100%;
		float: left;
		margin-top: 10px;
	}
	.text-cms .text-button {
		/* width: 100%; */
		float: none;
		text-align: center;
		display: block;
		margin-left: 35%;
		width: 35%;
		margin-top: 10px;
	}
	.text-cms .static-wrapper {
		font-size: 20px;
		text-align: right;
	}
	#cart .dropdown-menu {
		top: 42px;
	}
	#searchbox {
		top: 47px;
	}
	#servicecmsblock {margin: 0;}
	.header-middle {
		padding: 15px;
	}
	.account {
		float: right;
		margin-top: 8px;
	}
	.cart_image {
		background-size: 18px;
		margin: 0;
	}
	.content_headercms_top {margin-top: 0;}
	.content_headercms_top .box .box-heading::before {
		background-size: 16px;
		margin-top: 3px;
	}
	.header-toggle {
		height: 30px;
		width: 20px;
		background-size: 17px;
	}
	.resp_menu {margin: 0;}
	.header-center {
		float: right;
		width: auto;
		margin-inline-start: 5px;
		margin-inline-end: 0;
	}
	.account {
		float: right;
		display: inline-block;
	}
	.header-logo {
		float: none;
	}
	.testimonial_inner .title {font-size: 19px;}
	#testimonial .peoplesay-block {
		width: 100%;
	}
	.product-block .cart_button {
		padding: 7px 8px;
		font-size: 11px;
	}
	.cms2_img .description {top: 10%;}
.subtitle, .subtitle1 {font-size: 14px;}
.cmsbanner-block-second .cms-inner-block2 .description .title {font-size: 30px;line-height: 50px;}

.col-sm-4.header-logo {
	float: left;
	margin-block-start: 3px;
	margin-inline: 0 10px;
	width: 100px;
}
    .header_top .account{ margin: 10px 0 0; width: auto; }
    .cmsbanner-block .description .title {
		font-size: 16px;
		margin: 0;
	}
    .cmsbanner-block .description .subtitle {
		font-size: 20px;
		line-height: 30px;
	}
	.cmsbanner-block .shop_button {
		padding: 4px 7px;
		margin-block-start: 30px;
	}
    .cmsbanner-block .description .banner_text {margin: 10px 0 0 0;}
    .top-links-cover {margin: 8px 5px 0 0;}
    .myaccount > a {
		padding: 0;
		height: 35px;
		width: 28px;
		background-size: 19px;
	}
    .myaccount .dropdown-toggle > ul{display: none;}
    .dropdown.myaccount {padding: 0; border: none; margin: 0;}
    .header_wishlist > a .text_wishlist, .cart-text, .header_compare span{ display: none;}
    .header_wishlist > a {
		width: 28px;
		background-size: 21px;
		height: 22px;
	}
    .col-sm-3.header_cart{top: auto;}
    #cart .dropdown-menu{width: 300px;}
    .stock_status{ font-size: 12px; }
    .social-block > ul {padding: 0;}
    .social-block ul li a{margin-right: 0;}
    .module_default_width{ width: 50%; }
    #content .banners-slider-carousel .product-block{ margin: 0; }
    #content .banners-slider-carousel .product-block .product-block-inner{ padding:0 !important; }
    .product-block.product-thumb.transition{float: none;}
    .countdown {bottom: 0; position: relative;}
    .countbox.hastime{ border: none; padding: 0; }
    .countbox .timebox{ margin: 0; width: 25%; }
    .count-down .countbox strong {font-size: 12px; font-weight: 400;}
    .countbox .timebox::after{right: 0; height: 20px; font-size: 12px; color: #3d3d3d;}
    .countbox .timebox .time{font-size: 10px; font-weight: 400; text-transform: capitalize;}
    .sort-by-wrapper{ width: 100%; }
    .show-wrapper {margin: 15px 0 0;}
    .category_filter .btn-list-grid{padding: 0;}
    .category_filter .show{margin: 7px 10px 0 0;}
    .pagination-wrapper .page-link, .pagination-wrapper .page-result{width: 100%; text-align: center;}
    .product-list .product-block .product-details{padding: 15px;}
    .payment-block ul img {margin-bottom: 5px;}
    .col-sm-8.product-left{width: 290px;}
    .nav-tabs > li{width: 100%;}
    #content.productpage .product-title{font-size: 16px;}
    .productpage .write-review, .productpage .review-count{margin: 0 5px;}
    .productpage .form-group.qty .wishlist{margin: 0;}
    #button-search {width: 100%; margin: 10px 0 20px;}
    .information-contact #content{padding: 15px; background-repeat: repeat;}
    .cms-inner-block1.full-banner-inner .description{display: none;}
    .box-content-cms .main-content{width: 100%;}
    #content .box .box-content, .related_prd .box-content{margin: 0 -5px;}
    .product-block-inner{padding: 0 5px;}
    .blog-item .product-block{border: none;}
    .blog-left{width: 100%;}
    .newsletter .btn.btn-lg {
		padding: 8px 10px;
		width: 100%;
		margin: 8px 0 0 0;
	}
    .video-text {bottom: 0; position: relative;}
    .video-text-content {padding: 20px 15px;}
    .video-buttopns{ top: 20%;}
    .featured .image_cover {width: 100%;}
    .featured .product-block .product-details {
		padding: 0;
		width: 100%;
		min-height: 100px;
	}
    .featured .product-block-inner{ border: none; padding: 0 5px; margin: 0; width: 100%; }
    .featured .product-block.product-thumb.transition{float: left; padding: 0;}
    .featured_default_width{width: 100%;}
    .test-dec{bottom: 10px;}
    .productpage .product-left{ width: 290px;}
    .form-group.qty #button-cart, .form-group.qty #button{ width: 100%; margin-top: 15px;}
    #product .form-group #input-quantity, .quickview-model #input-quantity {
		width: 100px;
		margin-block-end: 10px;
	}
    .header_compare #compare-total{ background-position: 0 1px;}
	.header_compare {
		margin-inline-start: 0;
	}
}

#accordion h4.panel-title a.accordion-toggle {display: block;}
.checkout-cart #accordion .panel-title > a, .checkout-checkout #accordion .panel-title {
	background: #efefef none repeat scroll 0 0;
	font-weight: 400;
	padding: 15px;
	margin: 0 0 10px 0;
	font-size: 15px;
}
#accordion .panel-title > a {color: inherit;}
#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;}
.alert-dismissable .close, .alert-dismissible .close{right: 0 !important;}
#accordion.panel-group .panel {
	width: 100%;
	background-color: #fff;
	border: none;
}
.checkout-success p a {
	color: #241986;
}
.container{padding:0;}
.product-compare .table-bordered {
  border: 1px solid #e5e5e5;
  display: inline-block;
  float: left;
  overflow: auto;
}


/* Megnor www.templatemela.com End */