body {
    font-family:"Lato",Arial,Helvetica,sans-serif;
    font-weight:400;
    color:#787878;
    font-size:14px;
    line-height:22px;
}
:focus{outline:none !important;}
h1,h2,h3,h4,h5,h6 {
    color:#444;
}
/* default font size */
.fa {
    font-size:14px;
}
.fa-stack{width:12px;}
.fa-stack .fa{font-size:15px;}
/* Override the bootstrap defaults */
h1 {
    font-size:33px;
}
h2 {
    font-size:27px;
}
h3 {
    font-size:21px;
}
h4 {
    font-size:15px;
}
h5 {
    font-size:12px;
}
h6 {
    font-size:10.2px;
}
a {
    color:#23a1d1;
}
a:hover {
    text-decoration:none;
}
legend {
    font-size:18px;
    padding:7px 0;
}
label {
    font-size: 13px;
    font-weight:400;
}
select.form-control,textarea.form-control,input[type="text"].form-control,input[type="password"].form-control,input[type="datetime"].form-control,input[type="datetime-local"].form-control,input[type="date"].form-control,input[type="month"].form-control,input[type="time"].form-control,input[type="week"].form-control,input[type="number"].form-control,input[type="email"].form-control,input[type="url"].form-control,input[type="search"].form-control,input[type="tel"].form-control,input[type="color"].form-control {
    font-size: 13px;
}
.input-group input,.input-group select,.input-group .dropdown-menu,.input-group .popover {
    font-size:12px;
}
.input-group .input-group-addon {
    font-size:12px;
    height:30px;
}

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

.nav-tabs {
    margin-bottom:15px;
}
.nav-tabs>li>a:hover {
    border-color: transparent;
}
div.required .control-label:before {
    content:'* ';
    color:red;
    font-weight:700;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration:none;
    color:#fff;
    background-color: #f8d17a;
}

/*header*/
.main-header {
    position:relative;
    background-color:#000;
}

.header_block {
    float:left;
}

.header_center.header_block {
    width: auto;
    position:relative;
    margin-right: 10px;
    text-align: right;
    float: none;
    display: inline-block;
    margin-top: 0px;
}

.header_left.header_block {
    margin-left: 0px;
    margin-right: 45px;
    margin-top: 0px;
}

@media (max-width:600px){
.header_left.header_block {
    margin-top: 20px;
}
}

.header_right.header_block {
    float:right;
    margin-top: 30px;
    margin-bottom:0;
    margin-right: 5px;
    text-align: left;
}

.header_block .col-sm-4 {
    padding:0;
    width:100%;
}

.header_right.header_block .header_search {
    padding: 0px;
    width:auto;
}

/*.search {
    border:none;
    cursor:pointer;
    float:left;
    margin:0;
    padding: 2px 0;
    position:relative;
    width:28px;
}
*/
.search:hover,.search.active {
    background-position:-34px -199px;
}

.header_search .button-search {
display: inline-block;
height: 100%;
width: 35px;}

.header_search .button-search::before {
    color: #787878;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    right: 15px;
    top: 11px;
}

header > .container {

padding-top: 0px;

padding-bottom: 8px;

text-align: right;
}

.lang-curr{
    margin: 0px auto 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 9999;
}

.lang-curr .pull-left {
float: none;display: inline-block;width: 49.3%;text-align: center;margin-top: 15px;
margin-right: -1px;}

/* top */
#top {
    background:rgba(255,255,255,0.5);
    box-shadow:0 0 4px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 4px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 0 4px rgba(0,0,0,0.2);
    padding:0;
    margin: 0px 0 20px;
    height: 30px;
    display:none;
}

#top .container {
}

#form-currency .currency-select.btn-link,#form-language .dropdown-menu > li > a {
    font-size:12px;
    text-align:left;
    width:100%;
}

#top #form-currency .currency-select:hover {
    color:#000;
}

#form-currency button span,#form-language button span {
    color: #fff;
    font-size: 13px;
    font-weight:400;
    margin:4px 0;
}

#top-links .myaccount-menu > li {
    border-top:medium none;
    border-left:medium none;
    border-right:medium none;
    padding: 1px 16px;
    margin-left: 0;
    margin-right: 0;
}

#top-links .myaccount-menu a {
    font-size: 13px;
    padding:3px 2px;
    color: #fff;
}

#form-currency {
    background-color: #161b1e;
}

#form-language {
    background-color: #161b1e;
}

#form-currency .dropdown-menu,#form-language .dropdown-menu {
    padding:0;
    border:medium none;
    margin-top:0;
    top: 38px;
    border-top: 1px solid #f8d17a;
    background-color: #161b1e;
}

#form-currency .dropdown-menu{min-width: 105px;}

#form-language .dropdown-menu{min-width: 100px;}

.language-menu img {
    vertical-align:baseline;
    margin-right: 5px;
}

#top-links .myaccount-menu {
    padding: 15px 0 0;
    border:medium none;
    margin-top: 0px;
    right:-3px;
    top: 69px;
    border-top: 1px solid #f8d17a;
    background-color: #282d30;
    min-width: 220px;
}

#top-links .myaccount-menu > li:last-child {
    padding:0px;
    border-bottom:none;
}

#form-currency .dropdown-menu .btn {
 padding: 6px !important;
}

#top #form-language .dropdown-menu > li > a {
}

#form-language .dropdown-menu > li > a:hover,#form-language .dropdown-menu > li > a:focus,#form-currency .dropdown-menu .btn-link:hover,#form-currency .dropdown-menu .btn-link:focus {
    color: #f8d17a;
    background-color:transparent

}

#top .btn-link, #top-links li, #top-links a, #form-language .dropdown-menu > li > a,#form-currency .dropdown-menu .btn-link {
    color: #fff;
    font-size:13px;
    text-decoration:none
}

#top-links .myaccount a {
    background: url(../image/megnor/sprite.png) no-repeat scroll 7px -115px transparent;
    height:30px;
    width:35px;
    padding:0
}

#top-links .myaccount a {
    display:block

}

#top-links .myaccount a:hover,#top-links .myaccount a.active {
    background-position: -32px -115px;
}

#form-language .dropdown-menu > li > a {
    padding: 6px;
    font-size: 13px;
}

#top-links li {
    /*padding:4px 12px;*/
	padding:4px 0;
    border-left:1px solid #d5d5d5;
    margin-left: 12px;
    margin-right: 12px;
}

#top-links li:first-child {
    border-left:medium none
}

#top-links li:last-child {

}

#top-links li .myaccount {
}

#top-links .list-inline {
    margin-bottom:0;
}

#top-links a .fa {
    padding:5px
}

#top .btn-link:hover,#top-links a:hover {
    color:#444
}

#top-links .dropdown-menu a {
    text-shadow:none;
    padding: 2px 5px;
    height: auto;
    width: auto;
    background: none;
}

#top-links .dropdown-menu a:hover,#top-links .dropdown-menu a:focus {
    color: #f8d17a;
    background:transparent none repeat scroll 0 0
}

#top .btn-link strong {
    font-size:12px;
    font-weight:400;
    margin:0 5px
}

#form-currency .currency-menu > li,#form-language .language-menu > li {
    border-bottom: 1px solid #282d30;
    padding:0 5px;
    margin: 0;
    border-left: none;
    border-right: none;
}

#form-currency .currency-menu > li:last-child,#form-language .language-menu > li:last-child {
    border-bottom:medium none
}

#form-language .dropdown-toggle > img {
    margin:0 5px 3px
}

#top-links {
    padding-top:0;
    float: left;
}

#top-links a + a {
    margin-left:15px
}

#top .fa-caret-down {
    vertical-align:text-bottom
}

#form-currency .btn-link {
    padding: 7px 28px;
    color: #fff;
}

#form-language .btn-link {
    padding: 7px 11px;
    color: #fff;
}

.contact_us a {
    height:25px;
    vertical-align:middle;
    width:23px;
    margin-right:5px
}

.contact_us .fa {
    color:#838383;
    font-size:18px;
    font-weight:600;
    margin-top:3px
}

.contact_us {
    color:#838383;
    font-size:13px;
    font-weight:600;
    margin:20px 0;
    white-space:nowrap
}

/* logo */
.header-logo {
    float:left
}

.header-search {
    float:left
}

.header-cart {
    float:right
}

#logo {
    margin:0;
    display:inline-block
}

/* search */

.header_search .input-group-btn {
    position: absolute;
    width: auto;
	right:0;
}

.search {
    background:url(../image/megnor/sprite.png) no-repeat scroll 11px -199px transparent;
    color: #fff;
    cursor: pointer;
    padding: 18px 15px;
}

#search {
    background-color: #282d30;
    margin-bottom: 0;
}
#search {
    float: right;
    margin: 17px 0 10px;
    width: 255px;
}
.header_search .searchtoggle {
    background: #fff none repeat scroll 0 0;
    display: none;
    position: absolute;
    right: 0;
    top: 52px;
    width: 342px;
    z-index: 99;
}

#search .input-lg {
    background-color: #282d30;
    border: medium none;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
    color: #fff;
    line-height: 20px;
    padding: 4px 40px 4px 10px;
    width: 100%;
}

#search .input-lg:focus + .input-group-btn > .btn-lg,#search .input-lg:hover + .input-group-btn > .btn-lg {
    background-position: -34px -202px;
    background-color: #282d30;
}

#search:hover .input-lg,#search .input-lg:focus {
    display: block;
}

#search .btn-lg {
    line-height: 23px;
    margin:0;
    padding: 0;
    height: 46px;
    border:none;
    width: 40px;
    border-radius:0;
    -webkit-border-radius:0;
    -khtml-border-radius:0;
    -moz-border-radius:0;
    background-color: #282d30;
}


#search:hover .btn-lg, #search:focus .btn-lg,#search:active .btn-lg{
}

#search .btn-lg:hover,#search .btn-lg:focus {
    background-position: -34px -202px;
    background-color: #282d30;
}

#search .fa.fa-search {
    color:#838383;
    font-size:17px;
    font-weight:400
}

/* cart */
.col-sm-3.cart {
    float:right;
    padding:0;
    width:auto;
    margin-left: 0px!important;
}

#cart, #sign_in {
    margin-bottom:0;
    float:right;
    margin-left: 8px;
}

#cart > .btn {
    font-size:12px;
    line-height:18px;
    color:#FFF;
    border:medium none;
    background: url(../image/megnor/sprite.png) no-repeat scroll -2px -82px transparent;
    height:32px;
}

#sign_in > .btn {
    font-size:12px;
    line-height:18px;
    color:#FFF;
    border:medium none;
    background: url(../image/megnor/sprite.png) no-repeat scroll -2px -112px transparent;
    height:32px;
}

#cart > .btn:hover,#cart > .btn.active {
    background-position: -41px -82px;
}

#cart-total {
    background-color:#fff;
    border:medium none;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -khtml-border-radius:50%;
    color:#161b1e;
    font-size:12px;
    line-height:13px;
    padding:4px 7px;
    position:absolute;
    right: -6px;
    top:0;
    z-index:9;
}

#cart.open > .btn {
    background-color:#3498db;
    border:medium none;
    color:#fff;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    text-shadow:none;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    -khtml-border-radius:0
}

#cart.open > .btn:hover {
    color:#444
}

#cart .dropdown-menu {
    background: #282d30;
    z-index:1001;
    color: #fff;
}

#cart .dropdown-menu {
    width: 350px;
    padding:10px;
    margin-top:0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1px solid #f8d17a;
    right:7px;
    top: 69px;
}

#cart .button-container {
    width:auto;
    float:right
}

#cart .dropdown-menu table {
    margin-bottom:10px;
    border:medium none
}

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

#cart .dropdown-menu li > div {
}

#cart .dropdown-menu table td a{color:#fff;}

#cart .dropdown-menu li p {
    margin-top:10px;
    font-size: 13px;
}

/*Mega Menu Start*/
#menu > ul > li > div.column1 {
    min-width: 260px;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled li .dropdown-menu {
    display: none;
    left: 94%;
    right: auto;
    position: absolute;
    top: 0;
	padding:15px 22px 15px;
	border:1px solid rgba(0, 0, 0, 0.15);
    width: 250px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	background: #282d30;
	//background:#fff;

}
#menu ul.nav li .megamenu.column1 ul.list-unstyled li:hover .dropdown-menu{    display: block;}
#menu ul li .megamenu.column1 ul {
    width: 100%;
}
#menu > ul > li > div.column3 {
  min-width: 640px;
}
#menu ul > li .megamenu ul {
  float: left;
  margin-right: 15px;
}
#menu ul li .megamenu.column1 ul li.dropdown::after {
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    right: 25px;
	top:10px;
}
#menu .navbar-nav > li > .dropdown-menu.column2 {

	min-width: 435px;
}
#menu ul li ul {
    display: table-cell;
    float: none;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled li .dropdown-menu {
    position: absolute;
}
#menu ul.nav li .megamenu.column2 ul.childs_1{text-align: left;}
#menu ul.nav li .column2 ul.list-unstyled.childs_1{margin-right:15px;}
#menu ul.nav li .megamenu.column1 ul.childs_1 {
    padding: 30px 2px 30px 0;float:left;
}
#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    margin: 0;
	box-shadow:none;
    position: relative;
    //padding: 10px 0 0;
}
#menu > ul > li ul > li > a{

 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
 
    color: #22272a;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
    padding: 0 0 15px 8px;
    position: relative;

}
#menu > ul > li .megamenu ul > li.dropdown ul > li > a {
   /* border: medium none;
    color: #454545;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
	 padding: 0 0 0 10px;
*/
	 padding: 5px 0;
    color: #b3b3b3;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-align: left;
}
#menu ul.nav li .megamenu.column1 ul.childs_1 {
    padding: 15px 10px 15px 20px;
}
#menu > ul > li .column1 ul > li > a {
    border: medium none;
    padding: 0;
    float: left;
    width: 100%;
}
#menu ul {
    float: left;
    list-style: outside none none;
	margin: 0;
	padding: 0; 
}
#menu > ul > li{
	float: left;
	position: relative;
	z-index: 20;
}
#res-menu {display: none;}
#menu .categoryinner > ul{float:left;}
#menu > ul > li > div{
    left: 0;
    min-width: 590px;
    padding:30px 0px 30px 30px;
    z-index: 12345;
	background: none repeat scroll 0 0 #fff;
  	display: none;
    position: absolute;
    text-align: left;
    top: 63px;
	/*box-shadow:0 0 4px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:0 0 4px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 0 4px 3px rgba(0, 0, 0, 0.25);*/
}

#menu > ul > li.hiden_menu div {
    min-width: 180px;
}
#menu > ul > li:hover > div{display:block;}
#menu .categoryinner ul > ul{float:left;}
#menu ul {
    float: none;
    list-style: outside none none;
    margin: 0;
	padding:0;
	display:inline-block;
}
.main-navigation ul:last-child .categorycolumn{margin-right:0px;}
.categorycolumn {
    float: left;
    margin-bottom: 0;
    margin-right: 25px;
    vertical-align: top;
	}
a.submenu1, .level0 .level0 a {
    display: block;
    position: relative;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 2px solid #e4e3e3;
    color: #22272a;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
	padding:0 0 15px 8px;
    text-transform: uppercase;
}
a:hover.submenu1{color:#1a1a1a;}
#menu .cate_inner_bg > ul > li a {
    padding: 5px 0 5px 8px;
   	color: #454545;
    font-size: 12px;
    font-weight: 400;
	display:block;
}
#menu .cate_inner_bg > ul > li a:hover{
	background: none repeat scroll 0 0 #f4f4f4;
    color: #22272a;
}
#menu > ul > li ul > li:hover > a {
	transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	color:#e85e5e;
}

/*.nav-responsive span, .main-menu > ul > li > a {
    font-size: 15px;
	color: #fff;
	display: block;
    padding: 21px 15px 20px;
    margin-bottom: 0px;
	z-index: 6;
	position: relative;
    font-weight: 700;
    //text-transform: uppercase;
}*/

.categorycolumn ul {
    float: left;
}
.cate_inner_bg ul {
    padding-top: 7px !important;
}
.categoryinner ul {
    padding: 0 !important;
}
.cate_inner_bg li {
    padding: 0 ;
}
#menu > ul > li ul > li ul > li{
	padding-right:0px !important;
	}
#menu > ul > li ul > li ul > li:hover{
	}


.submenu2 {
    border-bottom: 0 none;
    font-size: 11px;
    font-weight: 400;
    margin-left: 0;
    text-transform: uppercase;
}
#menu .hiden_menu .categoryinner > ul {
    display: none;
}
.main-menu > ul.nav.navbar-nav > li:first-child > a{
    background: rgb(22, 27, 30) url("../image/megnor/sprite.png") no-repeat scroll 22px -139px;
	font-size:0;
    height: 65px;
	margin:0;
	width:76px;
}
.main-menu {
    background: rgb(22, 27, 30) none repeat scroll 0 0;
    height: 68px;
    margin-bottom: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
}
/*.main-menu > ul > li a{
color: rgb(255, 255, 255);
    display: block;
    font-size: 16px;
    margin: 23px 25px 23px;
    position: relative;
	padding:0;
	overflow:hidden;
}*/
.main-menu > ul > li > .megamenu ul > li a {
    margin: 10px 10px 15px;
}

.main-menu > ul > li > a span::before {
    content: attr(data-hover);
    font-weight: 700;
    position: absolute;
    top: 100%;
    transform: translate3d(0px, 0px, 0px);
}
.main-menu > ul > li:hover a span {
  transform: translateY(-100%);
}
.main-menu > ul > li > a span {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    transition: transform 0.3s ease 0s;
}
.main-menu > ul > li {
    float: left;
    position: relative;
    z-index: 9;
}
.main-menu > ul > li:hover, .main-menu > ul > li:hover:first-child > a {
    background-color: rgb(40, 45, 48);
}

.main-menu > ul > li:hover > a, .main-menu > ul > li:hover > a:hover {
    color: #7f7f7f;
    background-color: #282d30;
}

.main-menu .nav.navbar-nav a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.nav-container .nav-inner.container {
  background: rgb(22, 27, 30) none repeat scroll 0 0;
}
.nav-responsive .expandable::before {
    color: #fff;
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 24px;
    line-height: 26px;
    margin: 0 9px 0 0;
    position: absolute;
    right: 0;
    left: auto;
    vertical-align: middle;
}

#menu .dropdown-menu.megamenu.column4 {
    overflow: hidden;
    padding: 20px;
    margin-left: 0 !important;
    min-width: 600px;
    box-shadow: none;
}
/*more-menu megamenuwidth setting*/
@media only screen and (min-width: 1024px) and (max-width: 1260px){
	#menu .dropdown-menu.megamenu.column4 {
	    //min-width: 400px;
	}
}
@media only screen and (min-width: 979px) and (max-width: 1024px){
	#menu .dropdown-menu.megamenu.column4 {
	    //min-width: 360px;
	}
}

#menu .dropdown-inner {
    left: -500px;
    right: 0;
}
#menu .dropdown-inner.inner2 {
    left: 0;
    right: auto;
}
#menu .dropdown-menu .dropdown-inner .dropdown .dropdown-menu .dropdown-inner {
    left: 0;
    right: 0;
}


#menu ul > li .megamenu ul.childs_2 {
    float: left;
    /* margin-right: 20px; */
    width: 100%;
}
#menu ul > li .megamenu ul.childs_2 > li > a:hover {
	color: #f8d17a;
}
#menu ul > li .megamenu ul.childs_2 > li > a {
    margin-top: 0;
    margin-bottom: 0;
}

/*Mega Menu End*/

/* swiper-viewport */

.main-slider .swiper-viewport {
    background: rgb(243, 243, 243) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    margin: 0;
}
/*right-banner*/
#column-left .swiper-viewport {
    box-shadow: none;
    margin-top: 5px;
}

#product-product .swiper-viewport {
    box-shadow: none;
    border: 0;
    margin-top: 20px;
}
#product-product .swiper-pagination{
	position: relative;
	bottom: 0;
}
	
.swiper-viewport .swipper-controls.clickable {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.swiper-viewport .swipper-controls .swiper-pagination {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.swiper-viewport .swiper-button .swiper-button-prev {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 0;
    height: 100%;
    left: 0;
	position: absolute;	
    top: 0;
    margin-top: 0;
    width: 350px;
    cursor: url(../image/megnor/btn-prev.png), pointer;
    opacity: 0;
}
.swiper-viewport:hover .swiper-button-prev{
    opacity: 0 !important;
    left: 0px !important;
} 
.swiper-viewport:hover .swiper-button-next {
    opacity: 0 !important;
    right: 0px !important;
} 

.swiper-viewport .swiper-button .swiper-button-next{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 0;
    height: 100%;
    right: 0;
	position: absolute;	
    top: 0;
    margin-top: 0;
    width: 350px;
    cursor: url(../image/megnor/btn-next.png), pointer;
    opacity: 0;
}

#column-left .swiper-viewport {
    box-shadow: none;
    margin-top: 5px;
}
/*main slider page-bullets*/
.main-slider .swiper-pagination span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 0;
}
.main-slider .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
}
.main-slider .swiper-pagination span.swiper-pagination-bullet{
    background-color: #fff;
    overflow: hidden;
    transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    transition: transform 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -ms-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    cursor: pointer;
    outline: none;
    text-indent: -999em;
    box-shadow: none;
    border: 2px solid #000;
}

/* end swiper  */

/* menu */
.nav-responsive {
    display:none
}

.responsive-menu,.main-menu {
    background:#161b1e;
    height: 75px;
    margin-bottom:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -khtml-border-radius:0;
    border-radius:0;
    float:left;
    /*overflow:hidden; HIDE CATEGORIES THOSE ARE OUT OF MANU.  */
    padding-top: 0px;
}

.main-menu ul {
    list-style:none;
    margin:0;
    padding:0
}

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

.nav-inner {
    background-color:#000;
    padding:0;
    width: auto;
}

.main-menu > ul > li:hover,.main-menu > ul > li:hover:first-child > a {
    background-color:#282d30
}

.nav-responsive span,.main-menu > ul > li > a {
font-family: 'Open Sans Condensed', sans-serif;
    font-size:15px;
    text-transform:uppercase;
    color:#fff;
    display:block;
    padding: 34px 8px 29px;
    z-index: 6;
    position:relative;
    font-weight: 600;
}

.main-menu > ul > li:first-child > a {
    font-size:0;
    background: url(../image/megnor/sprite.png) no-repeat scroll 26px -140px #161b1e;
    margin: 3px -1px;
    height: 67px;
    width: 75px;
    padding:  0;
    display: none;
}

.main-menu > ul > li > a {
    display:block;
    position:relative;
    overflow:hidden;
}

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

.main-menu > ul > li > a span {
    display:inline-block;
    padding:0 10px;
    position:relative;
    transition:transform .3s ease 0s;
    -moz-transition:transform .3s ease 0s;
    -webkit-transition:transform .3s ease 0s;
    -ms-transition:transform .3s ease 0s;
    -o-transition:transform .3s ease 0s
}

.main-menu > ul > li > a span::before {
    position:absolute;
    top:100%;
    transform:translate3d(0px,0px,0px);
    -moz-transform:translate3d(0px,0px,0px);
    -webkit-transform:translate3d(0px,0px,0px);
    -ms-transform:translate3d(0px,0px,0px);
    -o-transform:translate3d(0px,0px,0px);
}

.main-menu > ul > li:hover a span {
    transform:translateY(-100%);
    -moz-transform:translateY(-100%);
    -webkit-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
    -o-transform:translateY(-100%);
}

.main-menu > ul > li:hover > a,.main-menu > ul > li:hover > a:hover {
}

.main-menu > ul > li > ul,.responsive-menu .main-navigation {
    display:none;
    background: #282d30;
    border-top: 1px solid #f8d17a;
    position:absolute;
    z-index:5;
    padding:5px;
}

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

.main-menu > ul > li ul > li > ul {
    display:none;
    background:#15BCF0;
    position:absolute;
    z-index:5;
    padding:5px;
    margin-left:-13px;
}

.main-menu > ul > li ul > li:hover > ul {
    display:block;
    top:0;
    left:173px;
}

.main-menu > ul > li > ul > ul {
}

.main-menu > ul > li ul + ul {
}

.main-menu > ul > li ul > li > a,.responsive-menu .main-navigation li a {
    padding:5px 8px;
    color: #fff;
    display:block;
    white-space:nowrap;
}

.main-menu > ul > li ul > li > a {
    min-width:160px;
}

.main-menu > ul > li ul > li > a:hover,.responsive-menu .main-navigation li a:hover {
    color: #f8d17a;
}

.main-menu > ul > li ul > li > a.activSub {
    background-image:url(../image/megnor/cat_arrow_hover.png);
    background-repeat:no-repeat;
    background-position:right center;
}

.main-menu > ul > li > ul > ul > li > a {
    color:#FFF;
}

/*Megamenu Start*/
#menu > ul > li {
    float:left;
    position:relative;
    z-index:9;
}

#res-menu {
    display:none;
    text-align: left;
}

#menu .categoryinner > ul {
    float:left;
}

#menu > ul > li > div {
    left:0;
    min-width:735px;
    padding:0;
    z-index:12345;
    position:absolute;
    text-align:left;
    top: 63px;
    background: #282d30;
    border-top: 1px solid #f8d17a;
    opacity:0;
    -moz-opacity:0;
    -webkit-opacity: 0;
    -khtml-opacity:0;
    overflow:hidden;
    /*transform:translateY(10%);
    -moz-transform:translateY(10%);
    -ms-transform:translateY(10%);
    -webkit-transform:translateY(10%);
    -o-transform:translateY(10%);*/
    transition: transform .3s ease 0s;
    -moz-transition:transform .3s ease 0s;
    -webkit-transition:transform .3s ease 0s;
    -ms-transition:transform .3s ease 0s;
    -o-transition:transform .3s ease 0s;
}

#menu > ul > li.hiden_menu div {
  min-width:180px;
}

.categoryinner {
    display:block;
    position:relative;
    overflow:hidden;
    padding:30px;
}

#menu > ul > li:hover > div {
    height:auto;
    opacity:1;
    -moz-opacity:1;
    -webkit-opacity:1;
    -ms-opacity:1;
    -khtml-opacity:1;
    overflow:visible;
    transform:translateY(0%);
    -moz-transform:translateY(0%);
    -webkit-transform:translateY(0%);
    -ms-transform:translateY(0%);
    -o-transform:translateY(0%);
    z-index:9
}

#menu .categoryinner ul > ul {
    float:left
}

#menu ul {
    float: none;
    list-style:outside none none;
    margin:0;
    padding:0;
    display:inline-block;
}

.main-navigation ul:last-child .categorycolumn {
    margin-right:0;
    border-right:medium none;
    padding-right:0
}

.categorycolumn {
    float:left;
    margin-bottom:0;
    margin-right:10px;
    vertical-align:top;
}

a.submenu1,.level0 .level0 a {
    display:block;
    position:relative;
    background:none;
    color:#fff;
    font-size:14px;
    font-weight:700;
    margin-bottom:12px;
    padding:0;
    text-transform:capitalize;
    text-align:left;
}
a:hover.submenu1{color:#fff;}
#menu .cate_inner_bg > ul > li a {
    padding:5px 0 5px 0px;
    color:#b3b3b3;
    font-size:13px;
    font-weight:400;
    display:block;
    text-align:left;
}

/*#menu .cate_inner_bg > ul > li a:before {
    content:"\f105";
    font-family:"FontAwesome";
    font-size:13px;
    left:0;
    position:absolute;
    top:6px;
    color:#b3b3b3;
}*/

#menu .cate_inner_bg > ul > li a:hover,#menu .cate_inner_bg > ul > li a:hover:before {
    color: #f8d17a;
}
*/
#menu .cate_inner_bg > ul > li a:hover, #menu .cate_inner_bg > ul > li a:hover:before{	color: #fff;}

#menu .cate_inner_bg > ul > li a:hover {
    background:none;
    color: #f8d17a;
}

#menu > ul > li ul > li:hover > a {
    color:#fff;
}

.categorycolumn ul {
    float:left;
}

.cate_inner_bg ul {
    padding-top:7px!important;
}

.categoryinner ul {
    padding:0!important;
}

.cate_inner_bg li {
    padding:0;
}

#menu > ul > li ul > li ul > li {
    padding-right:0px!important;
}

#menu > ul > li ul > li ul > li:hover {
}

#menu > ul > li ul > li > a {
    /*font-weight:400;
    color:#a27c66;
    line-height:18px;
    padding:4px 6px;
    text-decoration:none;
    display:inline-block;
    white-space:nowrap;*/

    display: inline-block;
    position: relative;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
    padding: 0px 0 5px;
    text-transform: capitalize;
    text-align: left;
    min-width: auto;
}

.submenu2 {
    border-bottom:0 none;
    font-size:11px;
    font-weight:400;
    margin-left:0;
    text-transform:capitalize
}

#menu .hiden_menu .categoryinner > ul {
    display:none
}

.content_top_bredcum {
    height:80px;
    margin-bottom:0;
    margin-top:0;
    overflow:hidden;
    text-align:center;
    width:100%;
    background-color:#f7f7f7;
}

.common-home .content_top_bredcum {
    display:none
}
#menu ul > li .megamenu.column4 ul.childs_1{
    float: left;
    width: 20%;
}
#menu .list-unstyled.childs_1 > li.dropdown {
    float: left;
    width: 100%;
    top: 0;
}
/*Megamenu End*/


/*CMS Stylesheet Start*/
.deal {
    width:100%;
    background-color:#f8d17a;
    padding:40px 0;
    margin-bottom: 80px;
}

.deal-container.container {
    padding:0 30px;
    text-align:center
}

.deal-title {
    font-size:30px;
    text-transform:capitalize;
    color:#fff;
    display:inline-block;
    margin-right:20px;
    vertical-align:middle;
    font-family: 'Anton';
}

.order-text {
    color:#161b1e;
    font-size:25px;
    display:inline-block;
    margin: 0 20px;
    vertical-align:middle;
    direction: ltr;
}

.dash {
    width: 32px;
    background:#000;
    display:inline-block;
    height:1px;
    vertical-align:baseline;
}

.offer-btn {
    display:inline-block;
    text-transform:uppercase;
    vertical-align:middle;
}

.offer-btn a {
    padding:12px;
    display:inline-block;
    color:#161b1e;
    font-weight: 700;
    background-color: #fff;
    position: relative;
    transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-property: color;
    -moz-transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.offer-btn a::before {
    background: #161b1e;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: 50% 100% 0;
    -moz-transform-origin: 50% 100% 0;
    -webkit-transform-origin: 50% 100% 0;
    -ms-transform-origin: 50% 100% 0;
    -o-transform-origin: 50% 100% 0;
    transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-property: transform;
    -moz-transition-property: transform;
    -webkit-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    z-index: -1;
}

.offer-btn a:hover::before, .offer-btn a:focus::before, .offer-btn a:active::before {
    transform: scaleY(1);
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}

.offer-btn a:hover,.offer-btn a:focus {color:#fff;}

.cms_outer_wrapper {
    width:100%;
    padding-top: 65px;
   /* background:url(../image/megnor/gallery-bg.jpg) repeat scroll 0 0 transparent;*/
    padding-bottom:70px
}

.cms_outer.container {
    padding:0
}

.one_third {
    float:left;
    width:33.333%
}

.cms1 .one_third_inner.content_inner {
    margin-right: 5.5px;
    overflow:hidden
}

.cms-banner-item.cms-banner1 {
    margin-bottom:8px
}

.cms-banner-inner {
    display:inline-block;
    position:relative;
    overflow:hidden;
    width:100%;
    vertical-align:middle;
    cursor: pointer;
}

.cms-banner-inner:before{
    content:"";
    position:absolute;
    z-index: 999;
    width:100%;
    height:100%;
    background-color:transparent;
    border:26px solid #f3f5f7;
    left:0;
    right:0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    transition:all 0.35s ease 0s;
    -webkit-transition:all 0.35s ease 0s;
    -moz-transition:all 0.35s ease 0s;
    -ms-transition:all 0.35s ease 0s;
    -o-transition:all 0.35s ease 0s;
}

/*.cms-banner-inner:hover:before{
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
  /*  background-color: rgba(238,64,55,0.8);*/
  background-color: rgba(0,0,0,0.6);
}*/
.cms-banner-inner > a,.cms-banner-item > a {
    display:block
}

.cms-banner-inner img {
    backface-visibility:hidden;
    transition: opacity .35s ease 0s,transform .35s ease 0s;
    -moz-transition: opacity .35s ease 0s,transform .35s ease 0s;
    -webkit-transition: opacity .35s ease 0s,transform .35s ease 0s;
    -ms-transition: opacity .35s ease 0s,transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s,transform .35s ease 0s;
    max-width: 100%;
}

/*.cms-banner-inner:hover img {
    transform:translate3d(0px,0px,0px);
    -moz-transform:translate3d(0px,0px,0px);
    -webkit-transform:translate3d(0px,0px,0px);
    -ms-transform:translate3d(0px,0px,0px);
    -o-transform:translate3d(0px,0px,0px);
}*/

.cms-banner-inner img:before {
    content:"";
    background-color:#ee4037;
    width:100%;
    height:100%
}

.static-wrapper {
    
    left:0;
    padding: 0px;
    position:absolute;
    top:50%;
    width:100%;
    z-index: 9999;
    display: block;
}

.cms-banner-inner .static-inner::after {
    background:#161b1e;
    content:"";
    height:1px;
    left: 0px;
    position:absolute;
    transition:transform 0.35s ease 0s,width 0.35s ease 0s;
    -moz-transition:transform 0.35s ease 0s,width 0.35s ease 0s;
    -webkit-transition: transform 0.35s ease 0s,width 0.35s ease 0s;
    -ms-transition:transform 0.35s ease 0s,width 0.35s ease 0s;
    -o-transition:transform 0.35s ease 0s,width 0.35s ease 0s;
    width: 0px;
    top: -30px;
}

.static-inner {
position:relative;
display: block;
}

.text1.static-text {
}

.cms-banner-item .static-text {
    color:#fff;
    font-size:40px;
   /* text-transform: capitalize;*/
    font-weight:500;
}

.cms-banner-inner .text1.static-text{
/* opacity: 0;
 -moz-opacity: 0;
 -webkit-opacity: 0;
 -khtml-opacity: 0;
 transform: translate(0,76px);
 -moz-transform: translate(0,76px);
 -webkit-transform: translate(0,76px);
 -ms-transform: translate(0,76px);
 -o-transform: translate(0,76px);
 transition: opacity .35s ease 0s,transform .35s ease 0s;
 -moz-transition: opacity .35s ease 0s,transform .35s ease 0s;
 -webkit-transition: opacity .35s ease 0s,transform .35s ease 0s;
 -ms-transition: opacity .35s ease 0s,transform .35s ease 0s;
 -o-transition: opacity .35s ease 0s,transform .35s ease 0s;*/
 width: 100%;
display: block;
text-align: center;
}
.cms-banner-inner:hover .text1.static-text{
/*opacity: 1;
-moz-opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
transform: translate(0px,10px);
-moz-transform: translate(0px,10px);
-webkit-transform: translate(0px,10px);
-ms-transform: translate(0px,10px);
-o-transform: translate(0px,10px);
bottom: 0px;*/

}

.text3.static-text {
    font-size:13px;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    padding:1em 0;
    transform:translate3d(100%,0px,0px);
    -moz-transform:translate3d(100%,0px,0px);
    -webkit-transform:translate3d(100%,0px,0px);
    -ms-transform:translate3d(100%,0px,0px);
    -o-transform:translate3d(100%,0px,0px);
    transition:opacity .35s ease 0s,transform .35s ease 0s;
    -moz-transition:opacity .35s ease 0s,transform .35s ease 0s;
    -webkit-transition:opacity .35s ease 0s,transform .35s ease 0s;
    -ms-transition:opacity .35s ease 0s,transform .35s ease 0s;
    -o-transition:opacity .35s ease 0s,transform .35s ease 0s;
    display:none;
}

.cms-banner-inner:hover .static-inner::after {
   /* width: 50px;*/
}

.cms-banner-inner:hover .text3.static-text {
    opacity:1;
    -moz-opacity:1;
    -webkit-opacity:1;
    -ms-opacity:1;
    -khtml-opacity:1;
    transform:translate3d(0px,0px,0px);
    -moz-transform:translate3d(0px,0px,0px);
    -webkit-transform:translate3d(0px,0px,0px);
    -ms-transform:translate3d(0px,0px,0px);
    -o-transform:translate3d(0px,0px,0px)
}

.cms_outer .cms-title {
    color:#ee4037;
    font-family: 'Open sans',sans-serif;
    font-size: 40px;
    font-weight: normal;
    position:relative;
    text-align:center;
    letter-spacing:0px;
    background:none;
    padding: 0 0 42px;
    text-transform:capitalize;
    line-height: 30px;
}

.cms_outer .cms-title:before {
    border-bottom: 1px solid #d0d2d2;
    bottom: 21px;
    content:"";
    display:block;
    left:0;
    position:absolute;
    right:0;
    text-align:center;
    width: 30px;
    margin:0 auto
}

.cms_inner_wrapper {
    padding:8px;
    display: inline-block;
    background-color:#fff;
    -webkit-box-shadow: 0px 0 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0 4px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0 4px 0px rgba(0,0,0,0.2);
    margin-top: 30px;
    float: left;
    width: 100%;
}

.cms-banner2 .static-wrapper,.cms-banner5 .static-wrapper {
}

.cms-banner2 .text3.static-text,.cms-banner5 .text3.static-text {
    bottom:20px;
    top:auto
}

.one_third {
    float:left;
    width:33.333%
}

.cms2 .one_third_inner.content_inner {
    margin: 0 2.5px;
}

.cms-banner3 .text3.static-text {

}

.cms3 .one_third_inner.content_inner {
    margin-left: 5.5px;
    overflow:hidden
}

.cms-banner-item.cms-banner1,.cms-banner-item.cms-banner3,.cms-banner-item.cms-banner5 {
    margin-bottom:8px;
    background-color:#f3f5f7;
}

.cms-banner3 .static-wrapper {

}

.cms-banner-inner:hover .hover-div {
    opacity:1;
    -moz-opacity:1;
    -webkit-opacity:1;
    -ms-opacity:1;
    -khtml-opacity:1;
    transform:translate3d(0px,0px,0px);
    -moz-transform:translate3d(0px,0px,0px);
    -webkit-transform:translate3d(0px,0px,0px);
    -ms-transform:translate3d(0px,0px,0px);
    -o-transform:translate3d(0px,0px,0px);
}

.parallex {
    background-position:50% 0;
    background-repeat:repeat;
   /* cursor:crosshair;*/
    height: 384px;
    margin:0;
    position:relative;
    width:100%

}

.parallex {
    margin-top: 50px;
    text-align:center;
}

.parallex .inner-container {
    display:inline-block;
    margin-bottom:30px;
}

.parallex a{
color:#ccc;
}

.parallex a:hover{
color:#fff;
}

.parallex .one_third {
    padding: 95px 0 70px;
    text-align:center;
    transition: all 500ms ease 0s;
    -webkti-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
}

.one_third {
    float:left;
    width:33.333%
}

.parallex .one_third_inner.content_inner {
    display:inline-block;
    margin:0 40px
}

.parallex .one_third:hover {
}

.parallex .content_inner .icon::before {
    border-bottom:1px solid #bbb;
    bottom:-20px;
    content:"";
    display:block;
    left:0;
    margin:0 auto;
    position:absolute;
    right:0;
    text-align:center;
    width:30px
}

.service .service-content .icon {
    color:#f8d17a;
    display:inline-block;
    font-size:30px;
    height:78px;
    line-height:60px;
    margin:0 0 30px;
    position:relative;
    text-align:center;
    transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    width:60px;
}
.one_third:hover .service-content3 .icon, .one_third:focus .service-content3 .icon {
    background-position:0 -198px;
}
.one_third:hover .service-content2 .icon, .one_third:focus .service-content2 .icon {
    background-position:4px -98px;
}
.one_third:hover .service-content1 .icon, .one_third:focus .service-content1 .icon {
    background-position:0 0;
}

.parallex .content_inner .icon {
    display:inline-block;
    margin:0 0 23px;
    position:relative;
}

.service-content1 .icon {
    background:transparent url(../image/megnor/prlx-icon.png) no-repeat scroll 0 20px;
}

.parallex .content_inner .service-text {
    font-size: 22px;
    font-weight: bold;
    margin:15px 0 17px;
}

.parallex .content_inner .service-text {
    color:#fff;
}

.parallex .content_inner .description.other-font {
    color:#d9d9d9;
}

.parallex .service-text {
    font-size:20px;
    margin:15px 0;



}

.description.other-font {
    margin-bottom:10px;
}

.service-content2 .icon {
    background:transparent url(../image/megnor/prlx-icon.png) no-repeat scroll 4px -78px;
}

.service-content3 .icon {
    background:transparent url(../image/megnor/prlx-icon.png) no-repeat scroll 0 -178px;
}

.box.related .box-content .customNavigation a.next{right: 13px;}
.box.related .box-content .customNavigation a.prev{right: 39px;}
/*#testimonial .customNavigation a.next {right:auto; left:26px; top:-44px;}
#testimonial .customNavigation a.prev {right: auto; left:0px; top:-44px;}*/

.blogs {
    float:left;
    width:100%;
    margin-top: 65px;
}

.testimonials {
    float:left;
    position:relative;
    width:100%;
    margin-top: 120px;
    margin-bottom: 30px;
}

.blog_inner {
    margin-right:0;
    position:relative;
}

#blog .blog-item .product-image-inner-blog {
}

#content .box-product .product-image-inner-blog .product-block{
    margin: 0 18px 0;
}

.homepage-blog-inner {
}

.blogcarousel {
    padding-bottom: 50px;
}

#content .blogs.box .cms-box-heading {
    color:#161b1e;
    font-size: 30px;
    line-height:30px;
    padding-bottom: 40px;
    position:relative;
    font-family: 'Anton',sans-serif;
    letter-spacing: 0px;
    text-align:center;
    margin-bottom: 20px;
    float: none;
}

.product-block-image .testi-image {
    overflow:hidden;
    position:relative;
}

.blog_inner .image-block {
    position:relative;
}

.post-image-hover {
    background: rgba(0,0,0,0.4);
    height:100%;
    left:0;
    opacity:0;
    -moz-opacity:0;
    -webkit-opacity: 0;
    -ms-opacity:0;
    -khtml-opacity:0;
    position:absolute;
    top:0;
    transition:all 300ms ease 0s;
    -moz-transition:all 300ms ease 0s;
    -webkit-transition:all 300ms ease 0s;
    -ms-transition:all 300ms ease 0s;
    -o-transition:all 300ms ease 0s;
    width:100%
}

.blog_inner .image-hover-block {
    margin:0;
    opacity:1;
    -moz-opacity:1;
    -webkit-opacity:1;
    -ms-opacity:1;
    -khtml-opacity:1;
    position:absolute;
    text-align:center;
    bottom: 37%;
    transition:all 350ms ease-out 0s;
    -moz-transition:all 350ms ease 0s;
    -webkit-transition:all 350ms ease 0s;
    -ms-transition:all 350ms ease 0s;
    -o-transition:all 350ms ease 0s;
    width:100%
}

#blog .blog-item .product-image-inner-blog:hover .post-image-hover, #blog .product-items .product-image-inner-blog:hover .post-image-hover {
    opacity:1;
    -moz-opacity:1;
    -webkit-opacity:1;
    -ms-opacity:1;
    -khtml-opacity:1
}

#blog .customNavigation a,#testimonial .customNavigation a {
}

#blog .owl-buttons{position:relative;clear: both;width: 100%;text-align: center;}

#testimonial .customNavigation a {
    height:34px;
    width:34px;
    display:inline-block;
    float:none;
    bottom: -55px;
    top:auto;
    margin: 0 3px;
	background-color:#161b1e;
}

#blog .owl-buttons a {
    border: 1px solid #e8e8e8;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -khtml-border-radius:0;
    color: #787878;
    display:inline-block;
    float:none;
    font-size:14px;
    font-weight:700;
    height:auto;
    margin: 0px;
    padding: 10px 20px;
    position:relative;
    text-transform:uppercase;
    width:auto;
    top:auto;
}

#blog .owl-buttons a.prev {
    background:#fff;
    padding-left:40px;
}

#blog .owl-buttons a.prev:hover {
    background-color:#161b1e;
    color:#fff;
    border: 1px solid #161b1e;
}

#blog .owl-buttons a.prev:before{
	color: #787878;
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 25px;
    margin: 0 -4px 0 0;
    position: absolute;
    left: 20px;
    right: auto;
    top: 9px;
    vertical-align: middle;
}

#blog .owl-buttons a.next {
    background:#fff;
    padding-right:40px
}

#blog .owl-buttons a.next:hover {
    background-color:#161b1e;
    color:#fff;
    border: 1px solid #161b1e;
}

#blog .owl-buttons a.next:before{
	color: #787878;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 25px;
    margin: 0 -4px 0 0;
    position: absolute;
    right: 24px;
    top: 9px;
    vertical-align: middle;
}

#blog .owl-buttons a.prev:hover:before,#blog .owl-buttons a.next:hover:before{
	color: #fff;
}

#blog .owl-buttons a.prev:before,#blog .owl-buttons a.next:before {
    display:block
}

#testimonial .customNavigation a.next {
    left:50%;
    right:auto
}

#testimonial .customNavigation a.next:before{
	content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    right: 0;
    top: 3px;
    font-size: 20px;
	margin-left: auto;
    margin-right: auto;
}

#testimonial .customNavigation a.next:hover {
    border:1px solid #fff
}

#testimonial .customNavigation a.prev {
    left:auto;
    right:50%
}

#testimonial .customNavigation a.prev:before{
	content: "\f104";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    right: 0;
    top: 3px;
    font-size: 20px;
	margin-left:auto;
	margin-right:auto;
}

#testimonial .customNavigation a.prev:hover {
    border:1px solid #fff
}

.image-hover-block .zoom, .image-hover-block .readmore,.information-blogger-blogs .zoom, .information-blogger-blogs .readmore_link {
    display:inline-block;
    float:none;
    height:48px;
    position:relative;
    width:48px;
    margin: 0 5px;
}

.product-image-inner-blog .post_hover .zoom:before, .product-image-inner-blog .post_hover .readmore:before {
    border:2px solid #FFFFFF;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -khtml-border-radius:50%;
    bottom:0;
    box-sizing:border-box;
    color:#FFFFFF;
    content:"\f00e";
    font-family:"FontAwesome";
    font-size:14px;
    height:40px;
    left:0;
    margin:auto;
    opacity:0;
    -moz-opacity:0;
    -webkit-opacity:0;
    -ms-opacity:0;
    -khtml-opacity:0;
    padding:10px 0;
    position:absolute;
    text-align:center;
    top:0;
    transform:scale(1.5);
    -moz-transform:scale(1.5);
    -webkit-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
    transition:all .4s ease 0s;
    -moz-transition:all .4s ease 0s;
    -webkit-transition:all .4s ease 0s;
    -ms-transition:all .4s ease 0s;
    -o-transition:all .4s ease 0s;
    width:40px
}

.image-hover-block .readmore::before {
    content:"\f0c1";
}

.product-image-inner-blog:hover .image-hover-block .readmore::before,.product-image-inner-blog:hover .image-hover-block .zoom::before,
.information-blogger-blogs .panel-body:hover .post_hover .readmore_link::before ,
.information-blogger-blogs .panel-body:hover .post_hover .zoom::before {
    opacity:1;
    -moz-opacity:1;
    -webkit-opacity:1;
    -ms-opacity:1;
    -khtml-opacity:1;
    transform:scale(1);
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
}

.product-image-inner-blog .image-hover-block .zoom:hover::before,.product-image-inner-blog .image-hover-block .readmore_link:hover::before {
    background:#f8d17a none repeat scroll 0 0;
    border-color:#f8d17a;
    color: #161b1e;
}

.blog_inner .slider-item .product-image-inner-blog:hover .post-author {
}

.product-block-image .post-author::before {
    content:"";
    display:block;
    left:0;
    margin:0 auto;
    position:absolute;
    text-align:center;
    width:35px
}

.product-block-image .post-author {
    color:#fff;
    display:inline-block;
    font-size:12px;
    font-weight:600;
    left:20px;
    position:absolute;
    text-transform:capitalize;
    transition:all 300ms ease 0s;
    -moz-transition:all 300ms ease 0s;
    -webkit-transition:all 300ms ease 0s;
    -ms-transition:all 300ms ease 0s;
    -o-transition:all 300ms ease 0s;
    z-index:9999
}


.date-time .month, .date-time .year {
    display:inline-block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 13px;
}

.date-time .day {
    font-size:30px;
    font-weight:700;
    margin: 7px auto 0px;
    text-align: center;
}

.date-time .day .date-value {
    display:inline-block;
    border-bottom:1px solid #161b1e;
    padding-bottom: 7px;
}

.date-time, .comments-link,.author-name {
 display:inline-block;

}

.author-name {margin-right:5px;}

.date-time {
    padding: 12px 16px;
    background-color:#f8d17a;
    color:#2d3234;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -khtml-border-radius:50%;
    text-align:center;
    margin-right:20px;
}
.date-time .fa{display:none}

.post-desc {
    display: inline-block;
    vertical-align: text-bottom;
}

.post-desc .blog-desc{display:none}

.comments-link a {
    color:#787878;
}

.post-content-inner {
    padding:20px 0 0;
    float: left;
    width: 100%;
}

.post-title a {
    color: #161b1e;
    font-family: "Lato",Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
}

.post-title a:hover, .comments-link a:hover, .testmonial-text .testimonial-title a:hover, .author-name a:hover, .write-comment a:hover, .read-more a:hover,.blog-title a:hover{
    color:#f8d17a;
}

.post-title {
    display: inline-block;
    margin-bottom: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.post-content-inner .post-author {
    color:#8c8c8c;
    margin:0;
    text-transform:capitalize;
    display: inline-block;
}

.post-content-inner .post-description {
    margin:15px 0;
    text-transform:initial
}

.testimonial_inner {
    position:relative;
    overflow:hidden

}

.homepage-testimonials-inner {
    background-color:#161b1e;
    padding: 30px 0 80px;
    position:relative;
}

.testmonial-text {
    color:#cdcccd;
    text-align:center;
    margin: 64px auto 10px;font-size: 15px;}

.testimonial-content:after {
    content:"";
    background-color:#433f30;
    width:32px;
    position:absolute;
    left:0;
    right:0;
    margin: 60px auto 0px;
    height:1px
}

.testimonial-content:before {
    content: "";
    color:#f8d17a;
    position:absolute;
    left:0;
    right:0;
    margin:0 auto;
    bottom: 85px;
    background:url(../image/megnor/icon.png) no-repeat scroll 0 0 transparent;
    width: 27px;
    height: 22px;
}

.testmonial-other {
    text-align:center
}

.testimonial-content {
    display:inline-block;
    color:#fff;
    font-size:20px;
    font-weight:700;
    position:relative;
    text-align:center;
    width:80%;
    margin:0 auto;
    padding-top: 60px;
    line-height: 28px;
}

.common-home .footer_top_outer {
    background-color:#f8f8f7;
    padding:27px 0;
    margin-top: 30px;
}

.footer_top_outer {
    background-color:#f8f8f7;
    padding:27px 0;
    margin-top:15px
}

.aboutme-read-more {
    float:right;
    margin:0
}

.tm-about-text {
    float:left;
    margin-top: 9px;
}

.aboutme-read-more > a {
    background-color:#f8d17a;
    color:#161b1e;
    font-size:15px;
    font-weight: 800;
    letter-spacing:.5px;
    padding:12px 27px;
    backface-visibility:hidden;
    box-shadow:0 0 1px rgba(0,0,0,0);
    -moz-box-shadow:0 0 1px rgba(0,0,0,0);
    -webkit-box-shadow:0 0 1px rgba(0,0,0,0);
    display:inline-block;
    position:relative;
    transform:translateZ(0px);
    -moz-transform:translateZ(0px);
    -webkit-transform: translateZ(0px);
    -ms-transform:translateZ(0px);
    -o-transform:translateZ(0px);
    transition-duration:.5s;
    -moz-transition-duration:.5s;
    -webkit-transition-duration:.5s;
    -ms-transition-duration:.5s;
    -o-transition-duration:.5s;
    transition-property:color;
    -moz-transition-property:color;
    -webkit-transition-property:color;
    -ms-transition-property:color;
    -o-transition-property:color;
    vertical-align:middle
}

.aboutme-read-more > a::before {
    background:#161b1e;
    bottom:0;
    content:"";
    left:0;
    position:absolute;
    right:0;
    top:0;
    transform:scaleY(0);
    -moz-transform:scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform:scaleY(0);
    -o-transform:scaleY(0);
    transform-origin:50% 100% 0;
    -moz-transform-origin:50% 100% 0;
    -webkit-transform-origin:50% 100% 0;
    -ms-transform-origin:50% 100% 0;
    -o-transform-origin:50% 100% 0;
    transition-duration:.4s;
    -webkit-transition-duration:.4s;
    -moz-transition-duration:.4s;
    -ms-transition-duration:.4s;
    -o-transition-duration:.4s;
    transition-property:transform;
    -moz-transition-property:transform;
    -webkit-transition-property:transform;
    -ms-transition-property:transform;
    -o-transition-property:transform;
    transition-timing-function:ease-out;
    -moz-transition-timing-function:ease-out;
    -webkit-transition-timing-function:ease-out;
    -ms-transition-timing-function:ease-out;
    -o-transition-timing-function:ease-out;
    z-index:-1

}

.aboutme-read-more > a:hover,.aboutme-read-more > a:focus {
    color:#fff
}

.aboutme-read-more > a:hover::before,.aboutme-read-more > a:focus::before,.aboutme-read-more > a:active::before {
    transform:scaleY(1);
    -moz-transform:scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform:scaleY(1);
    -o-transform:scaleY(1);
    transition-timing-function:ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}

.footer_title1 {
    font-size:25px;
    color:#787878;
    font-weight:400
}

.footer_title2 {
    font-weight: 400;
    color:#161b1e;
    font-size: 30px;
    font-family: 'Anton', sans-serif
;
    line-height: 30px;
}

.news-text {
    border-left:1px solid #bebebe;
    float:left;
    margin-left:30px;
    padding-left:30px;
    width:62%;
    font-size:21px;
    margin-top:12px;
    letter-spacing:.5px
}


.footer-percent .footer-percent-inner:hover .icon i {
    transform:translate(0px,-10px);
    -moz-transform:translate(0px,-10px);
    -webkit-transform:translate(0px,-10px);
    -ms-transform:translate(0px,-10px);
    -o-transform:translate(0px,-10px)
}

/*CMS End*/
/*BX slider CSS start*/
.bx-viewport .slider-item {
    display:block;
    margin-bottom:5px;
    margin-right:0;
    position:relative;
    vertical-align:top;
    width:100%;
    padding:7px 0;
    overflow:hidden
}

#column-right .bx-viewport .image,#column-left .bx-viewport .image {
    display:block;
    float:left;
    margin-bottom:0;
    margin-right:10px;
    position:relative;
    text-align:center
}

#column-right .bx-viewport .image {
    margin-bottom:3px
}

#column-right .bx-viewport .image a,#column-left .bx-viewport .image a {
    display:block;
    margin-bottom:0
}

#column-right .bx-viewport .image img,#column-left .bx-viewport .image img {
    display:block;
    height:auto;
    max-width:100%;
    width:auto
}

#column-left .bx-viewport .product-details,#column-right .bx-viewport .product-details {
    margin-left:87px;
    text-align:left;
    width:auto
}

#column-right .bx-viewport .rating,#column-left .bx-viewport .rating {
    display:none
}

.bx-viewport .slider-item .product-details h4 {
    color:#787878;
    font-size:13px;
    font-weight:400;
    margin:0 0 5px;
    text-align:left;
    text-transform:capitalize
}

.bx-viewport .slider-item .product-details h4 a {
    color:#787878
}

.bx-viewport .slider-item .product-details h4 a:hover,#column-left .bx-viewport .slider-item .product-details .button-group button:hover,#column-right .bx-viewport .slider-item .product-details .button-group button:hover {
    color:#161b1e
}

.bx-viewport .slider-item .product-details .price {
    color:#161b1e;
    font-size:16px;
    font-weight:700;
    margin:3px 0 2px;
    float:left
}

.bx-viewport .slider-item .product-details .price .price-old {
    color:#a6a6a6;
    float:left;
    font-size:16px;
    font-weight:400;
    margin-right:5px;
    text-decoration:line-through;
}

#column-right #special .button-group,#column-left #special .button-group {
    border:medium none;
    display:block;
    height:auto;
    width:auto;
}

#column-left .bx-viewport .slider-item .product-details .button-group button,#column-right .bx-viewport .slider-item .product-details .button-group button {
    background:transparent none repeat scroll 0 0;
    border:medium none;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    -khtml-border-radius:0;
    color:#787878;
    display:inline-block;
    float:none;
    font-size:13px;
    font-weight:400;
    line-height:23px;
    padding:0;
    text-transform:capitalize;
    width:auto
}

.bx-pager.bx-default-pager {
    display:none
}

#column-right .bx-controls-direction,#column-left .bx-controls-direction {
    position:absolute;
    right:20px;
    top:-29px
}

.bx-controls-direction a.bx-next::before {
    color:#000;
    content:"\f107";
    font-family:"FontAwesome";
    font-size:18px;
    line-height:25px;
    vertical-align:middle;
    top:0;
    position:absolute;
    left: 0;
    right: 0;
}

.bx-controls-direction a.bx-next {
    top:-28px;
    position:relative;
    text-align: center;
}

.bx-controls-direction a {
    display:block;
    font-size:0;
    height:18px;
    outline:0 none;
    width:18px;
    z-index:5
}

.bx-controls-direction a.bx-prev::before {
    color:#000;
    content:"\f106";
    font-family:"FontAwesome";
    font-size:18px;
    line-height:25px;
    vertical-align:middle;
    top:0;
    position:absolute;
    left: 0;
    right: 0;
}

.bx-controls-direction a.bx-prev {
    top:-27px;
    position:relative;
    text-align: center;
}

#special .box-content {
    padding:10px 25px 40px;
    position:relative
}

/*BX slider CSS end*/
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display:block;
    }
}

@media (max-width: 767px) {
    
#menu {
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -khtml-border-radius:0
}

#menu div.dropdown-inner > ul.list-unstyled {
    display:block
}

#menu div.dropdown-menu {
    margin-left:0!important;
    padding-bottom:10px;
    background-color:rgba(0,0,0,0.1)
}

#menu .dropdown-inner {
    display:block
}

#menu .dropdown-inner a {
    width:100%;
    color:#fff
}

#menu .dropdown-menu a:hover,#menu .dropdown-menu ul li a:hover {
    background:rgba(0,0,0,0.1);
}

#menu .see-all {
    margin-top:0;
    border:none;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    -khtml-border-radius:0;
    color:#fff
}
}

/* 1-col layout */
#column-left {
    width: 25.2%;
}

#column-right {
    width:25.2%
}

.layout-1 #content {
    padding:0 15px;
}

/* 2-col layout */
.layout-2.left-col #column-left {
    width: 25.2%;
}

.layout-2.right-col #column-right {
    width:25.2%;
}

.layout-2 #content {
    width: 74.8%;
}

.layout-2.left-col #content {
    padding: 0 15px 0 11px;
}

.layout-2.right-col #content {
    padding: 0 11px 0 15px;
}

/* 3-col layout */
.layout-3 #column-left {
    width:25.2%;
}

.layout-3 #column-right {
    width:25.2%;
}

.layout-3 #content {
    width:49.6%;
    padding:0 ;
}

/* content */
#content {
    min-height:200px;
}

/* footer */
footer {
    margin-top:0;
    padding-top:0;
    background-color:#161b1e;
    color:#b3b3b3;
}

@media (min-width: 1241px){
*[class^='product-category-'] footer, *[class^='product-product-'] footer
{
    background-image: url('../image/footerBg1.jpg');
 background-color:#161b1e;
background-repeat:repeat-x;
}
}

@media (min-width: 800px) and (max-width: 1240px){
*[class^='product-category-'] footer, *[class^='product-product-'] footer
{
    background-image: url('../image/footerBg2.jpg');
 background-color:#161b1e;
background-repeat:repeat-x;
}
}





footer hr {
    border-top:none;
    border-bottom:1px solid #666;
}

footer a {
    color:#b3b3b3;
    transition:all 300ms ease 0s;
    -moz-transition:all 300ms ease 0s;
    -webkit-transition:all 300ms ease 0s;
    -ms-transition:all 300ms ease 0s;
    -o-transition:all 300ms ease 0s;
}

#footer .col-sm-3.column.last > ul {
    list-style:outside none none;
    margin:0;
    padding:0;
}

#footer .column li {
    line-height:22px;
    padding:2px 0;
}

#footer .column li a:hover {
}

footer a:hover,footer a:focus {
    color:#f8d17a;
}

footer .social_block .facebook > a:hover {
    color:#3b5998;
}

footer .social_block .twitter > a:hover {
    color:#00aced;
}

footer .social_block .instagrm > a:hover {
    color: #3f729b;
}

footer .social_block .pinterest > a:hover {
    color:#cb2027;
}

footer .social_block .whatsapp > a:hover {
    color: #4dc247;
}

footer h5 {
    background: none;
    border:medium none;
    color:#fff;
    display:inline-block;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 30px;
    padding:0;
    position:relative;
    letter-spacing: 0px;
}

footer h5:before{
    content:"";
    height:1px;
    width:30px;
    background: #e64036;
    position:absolute;
    bottom: -17px;
}

.footer_inner1 {
    overflow:hidden;
}

.footer-percent {
    float:left;
    width:25%;
    border-bottom: 1px solid #313538;
}

.footer-percent-inner {
    padding:67px 30px 48px 0px;
}

.footer-percent-inner .icon::before {
    border-bottom:1px solid #e64036;
    bottom:-13px;
    content:"";
    display:block;
    left:0;
    margin:0 auto;
    position:absolute;
    right:0;
    text-align:center;
    width: 30px;
}

.footer-percent .icon {
    display:inline-block;
    float:left;
    margin:0 15px 10px 0;
    padding:0;
    transition:all 300ms ease 0s;
    -moz-transition:all 300ms ease 0s;
    -webkit-transition:all 300ms ease 0s;
    -ms-transition:all 300ms ease 0s;
    -o-transition:all 300ms ease 0s
}

.footer-percent .icon {
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    -khtml-border-radius:0;
    display:inline-block;
    font-size:20px;
    height:30px;
    line-height:30px;
    margin:0;
    position:relative;
    text-align:center;
    transition:all 500ms ease 0s;
    -moz-transition:all 500ms ease 0s;
    -webkit-transition:all 500ms ease 0s;
    -ms-transition:all 500ms ease 0s;
    -o-transition:all 500ms ease 0s;
    width:30px
}

.footer-percent-inner .icon {
    display:inline-block;
    float:left;
    margin:0 15px 10px 0;
    padding:0;
    transition:all 300ms ease 0s;
    -moz-transition:all 300ms ease 0s;
    -webkit-transition:all 300ms ease 0s;
    -ms-transition:all 300ms ease 0s;
    -o-transition:all 300ms ease 0s
}

.footer-percent .icon i {
    color:#e64036;
    display:inline-block;
    font-size:25px;
    width:23px;
    transition:all 500ms ease 0s;
    -moz-transition:all 500ms ease 0s;
    -webkit-transition:all 500ms ease 0s;
    -ms-transition:all 500ms ease 0s;
    -o-transition:all 500ms ease 0s;
    padding:0
}

.footer-percent-inner .service-content {
    display:table-cell;
    text-align:left;
    vertical-align:top
}

.footer-percent-inner .service-content .service-text {
    color:#fff;
    font-size:17px;
    font-weight: 700;
    margin:2px 0
}

.footer-percent-inner .service-content .description {
    margin:0
}

.description.other-font {
    margin-bottom:10px
}

.footer-percent.footer-percent4 {
    background:#2a2e31;
    border-bottom: 1px solid #2a2e31;
}

.footer-percent4 .footer-percent-inner {
    padding:67px 30px 48px
}

#footer .col-sm-3.column.first {
    padding-left:0
}

#footer .col-sm-3.column {
    padding:50px 30px 50px 0
}

#footer .col-sm-3.column.last {
    background:#2a2e31;
    padding:50px 30px 61px
}

#footer .col-sm-3.column.last .fa {
    clear:left;
    color:#e64036;
    float:left;
    font-size: 17px;
    margin-right:15px;
    margin-top:3px
}

#footer .col-sm-3.column.last .email .fa {
   font-size: 15px;
   margin-top:4px;
}

.address_content {
    overflow:hidden;
}

.contact_address {
    line-height:24px;
    padding-top:1px;
}

.footer li a,.social-icon li a {
    transition:all 300ms ease 0s;
    -moz-transition:all 300ms ease 0s;
    -webkit-transition:all 300ms ease 0s;
    -ms-transition:all 300ms ease 0s;
    -o-transition:all 300ms ease 0s
}

.footer_bottom {
    background:#0d1012;
    clear:both;
    overflow:hidden;
    padding:13px 0;
}

.footer_bottom_left {
    float:left;
    margin-top:0;
}

.footer_bottom_right {
    float:right;
    margin:6px 0 0;
}

.social_block {
    margin-top:6px;
}

.social_block > ul,.footer_right > ul {
    list-style:outside none none;
    margin:0;
    padding:0;
}

.social_block li {
    cursor:pointer;
    display:inline-block;
    margin:0 20px 0 0;
    padding:0;
}

.social_block li:last-child {
    margin-right:0
}

.footer_bottom_left .social_block .fa {
    font-size:17px
}

.footer_right .payment_block li {
    display:inline-block;
    height:22px;
    margin-left:9px;
    width:33px;
    position:relative
}

.footer_right .payment_block li.visa a,#footer .payment_block li.visa a {
    display:block;
    padding:11px 16px;
}

.footer_right .payment_block li.mastro a,#footer .payment_block li.mastro a {
    display:block;
    padding:11px 16px;
}

.footer_right .payment_block li.paypal a,#footer .payment_block li.paypal a {
    display:block;
    padding:11px 16px;
}

.footer_right .payment_block li.mastercard a,#footer .payment_block li.mastercard a {
    display:block;
    padding:11px 16px;
}

.footer_right .payment_block li.visa a::before,#footer .payment_block li.visa a::before {
    color:#b3b3b3;
    content:"\f1f0";
    font-family:"FontAwesome";
    font-size:15px;
    position:absolute;
    font-size:24px;
    top:0;
    right:1px
}

.footer_right .payment_block li.discover a::before,#footer .payment_block li.discover a::before {
    color:#b3b3b3;
    content:"\f1f2";
    font-family:"FontAwesome";
    font-size:15px;
    position:absolute;
    font-size:24px;
    top:0;
    right:1px;
}

.footer_right .payment_block li.paypal a::before,#footer .payment_block li.paypal a::before {
    color:#b3b3b3;
    content:"\f1f4";
    font-family:"FontAwesome";
    font-size:15px;
    position:absolute;
    font-size:24px;
    top:0;
    right:1px;
}

.footer_right .payment_block li.mastercard a::before,#footer .payment_block li.mastercard a::before {
    color:#b3b3b3;
    content:"\f1f1";
    font-family:"FontAwesome";
    font-size:15px;
    position:absolute;
    font-size:24px;
    top:0;
    right:1px;
}

.footer_right {
    float:left;
    color:#aaa9aa;
}

.footer_bottom_inner {
    text-align: center;
}

.footer_bottom_center{
    display: inline-block;
    margin: 6px auto 0;
}

.footer_bottom_center > p {
 float: none;
 display: inline-block;
 color: #aaa9aa;
}

@media (max-width: 979px) {
#footer .column ul {
    display:none;
}

#footer .column {
    width:100%;
}
}

/* alert */
.alert {
    padding:8px 14px;
}

/* breadcrumb */
.breadcrumb {
    margin:0 0 20px;
    padding:8px 0;
    border:medium none;
}

.breadcrumb i {
    font-size:15px;
}

.breadcrumb > li {
    position:relative;
    white-space:nowrap;
}

.breadcrumb > li + li:before {
    content:'';
    padding:0;
}

.breadcrumb a:hover,.breadcrumb li:last-child a {
    color: #161b1e;
}

.breadcrumb > li:after {
}

.pagination {
    margin:0
}

/* buttons */
.buttons {
    margin:1em 0;
    display:inline-block;
    width:100%
}

.btn {
    padding:6px 12px;
    font-size:14px;
    border:1px solid #ccc;
    border-radius:0;
    -webkit-border-radius:0;
    -khtml-border-radius:0;
    -moz-border-radius:0
}

.btn-xs {
    font-size:9px
}

.btn-sm {
    font-size:10.2px
}

.btn-lg {
    padding:10px 16px;
    font-size:15px
}

.btn-group > .btn,.btn-group > .dropdown-menu,.btn-group > .popover,.dropdown-menu.myaccount-menu{
    font-size: 14px;
}

#form-currency .dropdown-menu .btn-link {font-size: 13px;}

.btn-group > .btn-xs {
    font-size:9px
}

.btn-group > .btn-sm {
    font-size:10.2px
}

.btn-group > .btn-lg {
    font-size:15px
}

.btn-default {
    color:#161b1e;
    border:1px solid #ddd;
    background:transparent
}

.btn-primary {
    color:#fff;
    border:1px solid #161b1e;
    background:transparent
}

.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled] {
    color:#fff;
    border:1px solid #285e8e;
    background-position:0 -15px
}

.btn-warning {
    color:#fff;
    background-color:#faa732;
    background-image:linear-gradient(to bottom,#fbb450,#f89406);
    background-repeat:repeat-x;
    border-color:#f89406 #f89406 #ad6704
}

.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled] {
    box-shadow:inset 0 1000px 0 rgba(0,0,0,0.1);
    -moz-box-shadow:inset 0 1000px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow:inset 0 1000px 0 rgba(0,0,0,0.1)
}

.btn-danger {
    color:#fff;
    background:#d9534f
}

.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled] {
    box-shadow:inset 0 1000px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow:inset 0 1000px 0 rgba(0,0,0,0.1);
    -moz-box-shadow:inset 0 1000px 0 rgba(0,0,0,0.1)
}

.btn-success {
    color:#fff;
    background-color:#5bb75b;
    background-image:linear-gradient(to bottom,#62c462,#51a351);
    background-repeat:repeat-x;
    border-color:#51a351 #51a351 #387038
}

.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled] {
    box-shadow:inset 0 1000px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow:inset 0 1000px 0 rgba(0,0,0,0.1);
    -moz-box-shadow:inset 0 1000px 0 rgba(0,0,0,0.1)
}

.btn-info {
    color:#161b1e;
    background-color:#fff;
    border-color:#ddd
}

.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled] {
    background-image:none;
    background-color:#df5c39
}

.btn-link {
    border-color:rgba(0,0,0,0);
    cursor:pointer;
    color:#23A1D1;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    -khtml-border-radius:0
}

.btn-link,.btn-link:active,.btn-link[disabled] {
    background-color: transparent;
    background-image:none;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none


}

.btn-inverse {
    color:#fff;
    background:#363636;
    border:none;
}

.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled] {
    background-color:#222;
    background-image:linear-gradient(to bottom,#333,#111);
}

@media (max-width: 767px) {

}

/* list group */
.box .filterbox {
}

.list-group a {
    padding:4px 0;
}

.list-group a.active,.list-group a.active:hover,.list-group a:hover {
    color:#161b1e;
}

.list-group-item.title {
    color:#161b1e;
    font-size:14px;
    font-weight:700;
    padding:0 0 8px;
    text-transform:capitalize;
}

.filterbox .list-group-item {
    padding:0;
}

.filterbox .list-group-item label {
    color:#787878;
    font-size:14px;
    font-weight:400;
}

.filterbox .list-group-item label:hover {
    color:#161b1e;
}

.filterbox .panel-footer {
    border-top:medium none;
    padding:0 25px 30px;
    text-align:left;
}

/* carousel */
.carousel-caption {
    color:#FFF;
}

.carousel-control .icon-prev:before {
    content:'\f053';
    font-family:FontAwesome;
}

.carousel-control .icon-next:before {
    content:'\f054';
    font-family:FontAwesome;
}

/* product list */
.product-thumb {
    margin-bottom:20px;
    overflow:auto;
}

.product-thumb .image {
    text-align:center;
    position:relative;
}

.product-list .product-image-block-inner {
    float:left;
    margin-bottom:0;
    margin-right:30px;
}

.product-list .rating_list {
    display:block;
}

.product-list .rating {
    display:none;
}

.product-thumb .image a {
    display:block;
}

.product-thumb .image a:hover {
}

.product-list .product_hover_block {
    display:none;
}

.product-thumb .image img {
    margin-left:auto;
    margin-right:auto;
}

.product-grid .product-thumb .image {
    float:none
}

@media (min-width: 767px) {
.product-list .product-thumb .image {
    float:left;
    padding:0;
}
}

.product-thumb h4 {
    margin:5px 0 0;
    color:#161b1e;
    font-family:"Lato",Arial,Helvetica,sans-serif;
    font-size:16px;
    font-weight:400;
    text-transform: capitalize;
}

.product-list .product-details h4 {
    font-size: 16px;
    margin:0 0 5px;
    font-weight: 600;
}

.product-thumb h4 a {
    color:#161b1e;
}

.product-block:hover h4 a,.product-block:hover h4 {
    color:#787878;
}

.product-list .product-details h4 a{color:#787878}

.product-list .product-block:hover .product-details h4 a{color:#161b1e}

.product-thumb .caption {
    padding:0;
}

.product-list .product-details {
    margin-left:0;
}

.product-list .desc {
    border-top:1px solid #e8e8e8;
    clear:both;
    line-height:22px;
    margin:18px 0 18px;
    padding:24px 0 0;
}

.product-list .price {
    margin-bottom:8px
}

.product-grid .product-thumb .caption {
    padding:0;
    text-align:center;
}

.product-list .button-group.list .addtocart {
    background: url(../image/megnor/cart.png) no-repeat scroll 11px 11px transparent;
    width:auto;
    padding:10px 15px 10px 50px;
    border:1px solid #e8e8e8;
    margin:0 -1px 0 0;
    font-size:14px;
    color: #787878;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    -khtml-border-radius:0;
    line-height:22px;
}

.qty #button-cart {
    background:url(../image/megnor/cart_product.png) no-repeat scroll 11px 11px transparent;
    width:auto;
    padding:10px 15px 10px 50px;
    border:1px solid #161b1e;
    margin:0 -1px 0 0;
    font-size:14px;
    color:#161b1e;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    -khtml-border-radius:0;
    line-height:22px
}

.qty #button-cart {
    margin:0;
    background-color: #161b1e;
    color: #fff;
    background-position: 11px -51px;
}

.product-list .button-group.list .addtocart:hover {
    background: url(../image/megnor/cart.png) no-repeat scroll 11px -51px transparent;
    color: #161b1e;
}

.qty #button-cart:hover {
    background: url(../image/megnor/cart_product.png) no-repeat scroll 11px 11px;
    color: #161b1e;
}

.product-list .button-group.list .wishlist {
    margin-right:-1px;
    width:48px
}

.product-list .button-group.list .compare {
    width:48px
}

.product-list .button-group .fa,.productpage .wishlist .fa,.productpage .compare .fa {
    font-size:20px;
    margin-top:5px
}

@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
    padding:0 10px
}
}

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

.product-grid .product-thumb .caption {
    min-height:0
}
}

.product-thumb .rating {
    padding-bottom:0
}

.rating .fa-stack,#review .fa-stack,.rating_list .fa.fa-star {
    font-size:8px;
    width:10px
}

.rating .fa-star,#review .fa-star,.rating_list .fa.fa-star {
    color:#999;
    font-size:13px
}

.rating .fa-star,#review .fa-star {
    color:#c7c7c7;
    font-size:13px
}

.rating .fa-star + .fa-star,.rating-wrapper .fa-star + .fa-star,#review .fa-star + .fa-star,.rating_list .fa.fa-star + .fa-star {
    color:#f2b611
}

h2.price {
    margin:0
}

.product-thumb .price {
    color:#161b1e;
    display:inline-block;
    vertical-align:middle;
    font-size:16px;
    font-weight:900;
    margin-top:6px
}

.product-thumb .price-new {
    float:left
}

.product-thumb .price-old {
    color:#a6a6a6;
    text-decoration:line-through;
    margin-left:5px;
    float:left;
    font-size:16px;
    font-weight:700
}

.product-thumb .price-tax {
    color:#999;
    /* display:block!important; */
    font-size:14px;
    width:100%;
    display:none;
    font-weight: normal;
}

.product-list .product-thumb .button-group {
    overflow:hidden;
    float:left
}

.product-grid .button-group.list,.product-grid .rating_list {
    display:none
}

.product-list .product-thumb .button-group {
}

.banners-slider-carousel img {
    transition:all 500ms ease 0s;
    -moz-transition:all 500ms ease 0s;
    -webkit-transition:all 500ms ease 0s;
    -ms-transition:all 500ms ease 0s;
    -o-transition:all 500ms ease 0s;
    opacity:.6;
    -moz-opacity:.6;
    -webkit-opacity:.6;
    -ms-opacity:.6;
    -khtml-opacity:.6
}

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

@media (max-width: 768px) {
.product-list .product-thumb .button-group {
    border-left:none
}
}

.product-thumb .button-group button,#cart .text-right .addtocart,#cart .text-right .checkout {
    width:60%;
    border:1px solid #ddd;
    display:inline-block;
    float:left;
    background-color:#fff;
    color:#161b1e;
    padding:6px 12px;
    font-weight:700;
    text-align:center;
    text-transform:capitalize
}

#cart .text-right .addtocart,#cart .text-right .checkout {
    width:auto;
    float:left;
    font-size: 14px;
}

#cart .dropdown-menu .img-thumbnail {
    width:auto;
    max-width:none
}

#cart .text-right .addtocart {
    margin:0 5px 0 0
}

.product-thumb .button-group button + button,.productpage .wishlist,.productpage .compare {
    border:1px solid #e8e8e8;
    background-color:transparent;
    width:48px;
    padding:0;
    height:44px;
    color: #b3b3b3;
}

.product-thumb .button-group button:hover,#cart .text-right .addtocart:hover,#cart .text-right .checkout:hover {
    color:#fff;
    background-color:#161b1e;
    text-decoration:none;
    cursor:pointer;
    border: 1px solid #fff;
}

.product-list .button-group.list .wishlist:hover,.product-list .button-group.list .compare:hover {
    color: #161b1e;
    background-color:transparent;
    border:1px solid #e8e8e8

}

.productpage .wishlist:hover,.productpage .compare:hover {
    color:#fff;
    background-color:#161b1e;
    text-decoration:none;
    cursor:pointer;
    border:1px solid #161b1e
}

@media (max-width: 1200px) {
.product-thumb .button-group button,.product-thumb .button-group button + button {
    width:33.33%;
}
}

@media (max-width: 767px) {
.product-thumb .button-group button,.product-thumb .button-group button + button {
    width:33.33%
}
}

.thumbnails {
    overflow:auto;
    clear:both;
    list-style:none;
    padding:0;
    margin:0
}

.thumbnails > li {
}

.thumbnails {
}

.thumbnails > img {
    width:100%
}

.image-additional a {
    margin-bottom:20px;
    display:block;
}

.image-additional {
}

.thumbnails .image-additional {
    float:left
}

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

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

.product-info .image {
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -khtml-border-radius:0;
    display:block;
    margin-bottom:15px;
    text-align:center
}

.productpage h3 {
    margin-top:0
}

.product-info .zoomContainer {
    z-index:9
}

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

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

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

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

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

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

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

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

.bootstrap-datetimepicker-widget td span.active {
	background-color: #f8d17a !important;
    color: #161b1e !important;
}

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

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

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

.bootstrap-datetimepicker-widget td.day.active:before {
    border-bottom: 7px solid #161b1e !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: #f8d17a !important;
    color: #161b1e !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

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


/* It need for ie7 */
.product-info .additional-carousel {
    position:relative;
    margin-left:3px;
    margin-right:2px
}

.product-info .image-additional {
    clear:both;
    overflow:hidden;
    padding-left:30px;
    padding-right:30px;
    width: 403px;
}

.product-info .image-additional img {
height:50px;
}

.product-info .image-additional a {
    float:left;
    display:block
}

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

.form-group.qty {
    margin-bottom:30px;
    margin-top:30px
}

.form-group.qty .control-label {
    float:left;
    margin:12px 10px 0 0
}

.productpage #input-quantity {
    float:left;
    margin-right:15px;
    width:auto;
    height:44px;
    text-align: center;
}

.addthis_toolbox{min-height:initial}


.box {}

#column-left .box.category,#column-right .box.category {margin-bottom: 26px;border: 1px solid #161b1e;}

#column-left .box, #column-right .box{border-left: 1px solid #e8e8e8;width: auto; position:relative;border-right: 1px solid #e8e8e8;margin-bottom: -3px;}

#column-left .box:before, #column-right .box:before{
content:""; 
height: 3px; 
border-top: 1px double #e8e8e8; 
border-bottom: 1px solid #e8e8e8;
width:100%; 
position:absolute;
left:0;
right:0;
top:0;
display:block
}

#column-left .box:after, #column-right .box:after{
 content:"";
 height: 3px;
 border-top: 1px solid #e8e8e8;
 border-bottom: 1px solid #e8e8e8;
 width: 100%;
 position:absolute;
 left:0;
 right:0;
 bottom:0;
 display:block;
}

#column-left .box.category:before,#column-right .box.category:before,#column-left .box.category:after,#column-right .box.category:after {content:initial;}

#content {
}

.box .box-heading {
    padding: 25px 25px;
    font-size:18px;
    color:#161b1e;
    font-weight: 700;
    font-family: 'Lato',sans-serif;
}

#column-left .box .box-heading,#column-right .box .box-heading {
    position:relative;
    margin: 0;
    border-radius: 0;
}

#column-left .box .box-heading:before,#column-right .box .box-heading:before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #161b1e;
    position: absolute;
    bottom: 10px;
	left:25px;
	right:auto;
	display:block
}

#column-left .box.category .box-heading:before,#column-right .box.category .box-heading:before {
    background-color: #fff;
	bottom:10px;
}

.common-home .box .box-heading,.common-home .box .box-content{background:transparent;}

.common-home .box .box-content{ margin-left: -14px;margin-right: -14px;padding-left: 0;padding-right: 0;}

.common-home .box .box-heading{
    color: #161b1e;
    font-family: 'Anton',sans-serif;
    font-size: 30px;
    font-weight: normal;
    position: relative;
    text-align: center;
    letter-spacing: 0px;
    background: none;
    padding: 0 0 42px;
    text-transform: capitalize;
    line-height: 30px;
}

.common-home .box .box-heading:before{
    border-bottom: 1px solid #d0d2d2;
    bottom: 21px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
    margin: 0 auto;
}


.related .box-heading:before{
    border-bottom: 1px solid #d0d2d2;
    bottom: 21px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    text-align: center;
    width: 30px;
    margin: 0 auto;
}

.common-home .box .box-content .customNavigation a {
border: 1px solid #e8e8e8;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-khtml-border-radius: 0;
color: #787878;
display: inline-block;
float: none;
font-size: 14px;
font-weight: 700;
height: auto;
margin: 0 8px;
padding: 10px 20px;
position: relative;
text-transform: uppercase;
width: auto;
top: auto;
}

.box.related .box-content .customNavigation a {
border: 1px solid #e8e8e8;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-khtml-border-radius: 0;
color: #787878;
display: inline-block;
float: none;
font-size: 14px;
font-weight: normal;
height: 27px;
padding: 0px;
position: absolute;
text-transform: uppercase;
width: 27px;
top: -71px;
}

.common-home .box .box-content .customNavigation a:before{content:initial;}

.common-home .box .box-content .customNavigation a.prev{
    right: auto;
    padding-left: 40px;
}

.common-home .box .box-content .customNavigation a.prev::before{
	color: #787878;
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 25px;
    margin: 0 -4px 0 0;
    position: absolute;
    left: 20px;
    right: auto;
    top: 9px;
    vertical-align: middle;
}

.common-home .box .box-content .customNavigation a.prev:hover{
    background-color: #161b1e;
    color: #fff;
    border: 1px solid #161b1e;
}

.common-home .box .box-content .customNavigation a.prev:hover:before{
	color: #fff;
}

.common-home .box .box-content .customNavigation a.next{
    left: auto;
    padding-right: 40px;
}

.common-home .box .box-content .customNavigation a.next::before{
	color: #787878;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 25px;
    margin: 0 -4px 0 0;
    position: absolute;
    right: 24px;
	left:auto;
    top: 9px;
    vertical-align: middle;
}

.common-home .box .box-content .customNavigation a.next:hover{
    background-color: #161b1e;
    color: #fff;
    border: 1px solid #161b1e;
}

.common-home .box .box-content .customNavigation a.next:hover:before{
	color: #fff;
}

.box.category .box-heading {
    background: #161b1e;
    padding:25px 25px;
    font-size: 18px;
    color:#fff;
    font-weight: 700;
    font-family: 'Lato',sans-serif;
    position:relative
}

#column-left .box.category .box-content,#column-right .box.category .box-content {
    background: #161b1e;
    padding:10px 25px 30px;
    border:medium none;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    -khtml-border-radius:0;
}

.box .box-content {
    padding: 10px 25px 30px;
}

#content .box .box-content {
    background:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -khtml-border-radius:0;
    border-radius:0;
    border:none;
    padding:10px 0
}

.box .box-content ul,#content .content ul {
    padding:0;
    margin:0;
    list-style:none
}

.box .box-content ul li,#content .content ul li {
    line-height:22px;
    padding:4px 0;
    border-bottom:medium none
}

.box .box-content ul li a,#content .content ul li a {
    color:#fff;
    padding:0
}

.box .box-content ul li a.active{color: #f8d17a;}

.box .box-content ul li ul li a::before,#content .content ul li ul li a::before,.box .box-content ul li a::before, #content .content ul li a::before, .list-group a::before {
    content:"\f105";
    font-family:"FontAwesome";
    font-size:13px;
    position:relative;
    margin-right: 7px;
    float: left;
}

.box .box-content ul li ul li a::before,.box .box-content ul li a::before, #content .content ul li a::before, .list-group a::before{font-size:13px; margin-top:1px}

.box .box-content ul li a + a,.box .box-content ul li a + a:hover {
    background:none;
    padding-left:0
}

.box .box-content ul li a:hover,#content .content ul li a:hover {
    color: #f8d17a;
}

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

/*Product-tab start*/
.tabfeatured_default_width {
    width:210px
}

.tabbestseller_default_width {
    width:210px
}

.tablatest_default_width {
    width:210px
}

.tabspecial_default_width {
    width:210px
}

.hometab {
    position:relative;
    overflow:hidden;
    margin:57px auto 0
}

#content .box .box-heading {
    color:#161b1e;
    font-size:25px;
    font-weight: normal;
    position:relative;
    text-align:center;
    letter-spacing:-1px;
    background:none;
    padding:0 0 35px
}

.hometab-heading {
    color:#161b1e;
    font-size:25px;
    font-weight:700;
    position:relative;
    text-align:center;
    letter-spacing:-1px;
    background:none;
    padding:0 0 42px
}

.box .box-content .customNavigation a {
    top:-40px;
}

.blogs .cms-box-heading::before {
    border-bottom:2px solid #d0d2d2;
    bottom: 48px;
    content:"";
    display:block;
    left:0;
    position:absolute;
    right:0;
    text-align:center;
    width:40px;
    margin: 0 auto 0;
}

.hometab-heading::before,#content .box .box-heading::before {
    border-bottom: 1px solid #d0d2d2;
    bottom:20px;
    content:"";
    display:block;
    left:1px;
    position:absolute;
    right:0;
    text-align:center;
    width: 30px;
    margin:0 auto
}

#content .hometab .box-content {
    margin:0 -8px;
    padding:3px 0 0
}

.htabs {
    height:46px;
    line-height:16px;
    text-align:center;
    margin-bottom:19px
}

.etabs {
    display:inline-block;
    float:none;
    margin:3px 0 0;
    padding:0;
    text-align:center
}

.htabs .etabs li {
    display:inline-block;
    float:left;
    line-height:17px;
    list-style:none outside none;
    position:relative;
    text-align:center
}

.htabs li a {
    color:#787878;
    float:left;
    font-weight:700;
    line-height:22px;
    font-size:16px;
    margin-right:13px;
    padding:10px 30px 9px;
    text-align:center;
    background:transparent none repeat scroll 0 0;
    border:1px solid #d4d4d4;
    text-transform:capitalize
}

.htabs li:last-child a {
    margin-right:0
}

.htabs a.selected,.htabs a:hover {
    color:#fff;
    background:#161b1e none repeat scroll 0 0;
    border-color:#161b1e
}

.hometab .tab-content {
    position:relative;
    padding:0;
    z-index:2;
    overflow:visible;
    margin-bottom:0;
    border:medium none
}

.tab-content .tab {
    display:none
}

.hometab .box .box-content .customNavigation a.prev {
    color:#838383;
    right:auto
}

.hometab .box .box-content .customNavigation a.prev {
    background:#fff url(../image/megnor/sprite.png) no-repeat scroll 7px -262px;
    padding-left:64px
}

.hometab .customNavigation a.prev::before {
    content:none
}

.hometab .box .box-content .customNavigation a {
    border:1px solid #d4d4d4;
    border-radius:0;
    color:#161b1e;
    display:inline-block;
    float:none;
    font-size:14px;
    font-weight:700;
    height:auto;
    margin:0 3px;
    padding:10px 32px;
    position:relative;
    text-transform:uppercase;
    width:auto;
    top:auto
}

.hometab .box .box-content .customNavigation a.next {
    color:#838383;
    right:auto
}

.hometab .box .box-content .customNavigation a.next {
    background:#fff url(../image/megnor/sprite.png) no-repeat scroll 70px -321px;
    padding-right:64px
}

.hometab .box .box-content .customNavigation a.prev:hover {
    background-position:7px -233px;
    background-color:#161b1e;
    color:#fff
}

.hometab .box .box-content .customNavigation a.next:hover {
    background-position:70px -291px;
    background-color:#161b1e;
    color:#fff
}

.hometab .customNavigation a.next::before {
    content:none
}

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

.product_hover_block {
    bottom: -45px;
    left:0;
    position:absolute;
    right:0;
    transition:all .5s ease 0s;
    -moz-transition:all .5s ease 0s;
    -webkit-transition:all .5s ease 0s;
    -ms-transition:all .5s ease 0s;
    -o-transition:all .5s ease 0s;
    border: 2px solid #f5f5f7;
}

.product-block:hover .product_hover_block {
    bottom:0
}

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

.product-grid li,#content .box-product .product-items,#content .product-carousel .slider-item,.related .box-product .product-items,
.common-home .product-carousel .slider-item,.common-home .box-product .product-items{
    width:243px;
    float:left;
    display:inline-block
}

#related-grid.box-product.productbox-grid {
    overflow:hidden;
    position:relative;
    width:100%
}

.ie7 .product-grid li {
    width:192px!important
}

#content .image-additional .slider-item {
    display:inline-block;
    float:left
}

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

.product-block .product-image-block-inner .image .hover-image,
#column-right .bx-viewport .image .hover-image,
#column-left .bx-viewport .image .hover-image {
    position:absolute;
    right:0;
    text-align:left;
    top:0;
    transform:scale(0.8) rotateY(90deg);
    -moz-transform:scale(0.8) rotateY(90deg);
    -webkit-transform:scale(0.8) rotateY(90deg);
    -ms-transform:scale(0.8) rotateY(90deg);
    -o-transform:scale(0.8) rotateY(90deg);
    transition-duration:500ms;
    -webkit-transition-duration:500ms;
    -moz-transition-duration:500ms;
    -ms-transition-duration:500ms;
    -o-transition-duration:500ms;
    visibility:hidden;
    width:100%;
}

.product-block .product-image-block-inner .image:hover .hover-image,
#column-right .bx-viewport .image:hover .hover-image,
#column-left .bx-viewport .image:hover .hover-image {
    opacity:1;
    overflow:hidden;
    transform:scale(1) rotateY(0deg);
    -moz-transform:scale(1) rotateY(0deg);
    -webkit-transform:scale(1) rotateY(0deg);
    -ms-transform:scale(1) rotateY(0deg);
    -o-transform:scale(1) rotateY(0deg);
    transition-duration:500ms;
    -webkit-transition-duration:500ms;
    -moz-transition-duration:500ms;
    -ms-transition-duration:500ms;
    -o-transition-duration:500ms;
    visibility:visible
}

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

.product-block-inner {
    position:relative
}

.grid_default_width {
    width:250px
}

.featured_default_width {
    width:250px
}

.module_default_width {
    width:220px
}

.latest_default_width {
    width:250px
}

.special_default_width {
    width:250px
}

.related_default_width {
    width:250px
}

.bestseller_default_width {
    width:250px
}

.additional_default_width {
    width: 80px;
}

.blog_default_width {
    width:350px
}

.testimonial_default_width {
    width:1000px
}

.banners-slider-carousel .product-block-inner {
    text-align:center
}

#content .product-carousel .product-block,#content .product-grid .product-block,#content .box-product .product-block,
.related .product-carousel .product-block,.box.related #related-grid .product-block-inner,.box .productbox-grid .product-block,
.common-home .product-carousel .product-block,.common-home .productbox-grid .product-block{
    margin: 13px 14px 40px;
    background:#fff;
    clear:both;
    overflow:hidden
}

#content .product-grid .product-block,#content .product-list .product-block {
    margin: 13px 2px 20px;
}

.product-image-block-inner {
    margin-bottom:10px;
    overflow:hidden;
    position:relative
}

.category_description > p {
    margin:0 0 5px
}

.product_hover_block .actions {
    border:1px solid #e8e8e8;
    display:inline-block;
    margin-left:-1px;
    width:100%
}

.product_hover_block .action button {
    float:left;
    width:33.33%
}

.product_hover_block .action .cart_button {
    height: 41px;
    width:100%;
    background: #fff;
    border:none;
    width: 61.605%;
	width: 79.605%;
    padding: 6px 12px;
}
.product_hover_block .action { background:white; height:44px;}

.product_hover_block .action .cart_button span{
background: url(../image/megnor/cart.png) no-repeat scroll 0px -58px #fff;
color: #161b1e;
display: inline-block;
font-size: 13px;
font-weight: 600;
padding: 3px 0 0 33px;
}

.product_hover_block .action .cart_button:hover {
  
}

.product_hover_block .action .cart_button:hover span {
    background-position: 0px 4px;
    color: #8c8c8c;
}

.product_hover_block .action .wishlist_button {
    border-left: 2px solid #f5f5f7;
    border-right: 2px solid #f5f5f7;
    border-top:medium none;
    border-bottom:medium none;
    background:#fff;
    height: 41px;
    width: 19.2%;
}

.product_hover_block .action .compare_button {
    border:medium none;
    background:#fff;
    height: 41px;
    width: 19.2%;
}

.product_hover_block button .fa {
    font-size:20px;
    margin-top:4px;
    color: #161b1e;
}

.product_hover_block .wishlist_button:hover .fa,.product_hover_block .compare_button:hover .fa {
    color: #b5b5b5;
}

#content .product-carousel .product-block:hover,#content .product-grid .product-block:hover,#content .box-product .product-block:hover,
.common-home .product-carousel .product-block:hover,.common-home .product-carousel .productbox-grid:hover {
    overflow:hidden;
    clear:both
}

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

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

.product-grid .product-thumb .desc,.productbox-grid .product-thumb .price-tax,.product-carousel .product-thumb .price-tax {
    display:none
}

.product-list .product-details {
    overflow:hidden;
}

#content .product-carousel .product-block-inner,#content .product-grid .product-block-inner,
#content .box-product .product-block-inner,.related-products .product-block-inner,.common-home .product-carousel .product-block-inner,
.common-home .productbox-grid .product-block-inner {
    padding:0;
    text-align:center;
    overflow:hidden;
    position:relative;
    margin:0
}

.box.related .box-content .customNavigation a {
}

.box.related .box-content .customNavigation a.prev {
    right: 40px;
}

.box.related .box-content .customNavigation a.prev:hover { border-color:#161b1e; background-color:#161b1e; }

.box.related .box-content .customNavigation a.next {
    right: 14px;
}

.box.related .box-content .customNavigation a.next {}

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

.box.related .box-content .customNavigation a.next:hover{border-color:#161b1e; background-color:#161b1e; } 

#banner0 {
    margin-top:26px
}

.bannercarousel .owl-pagination {
 position: relative;
 bottom: initial;
 margin-top: 10px;
}

.bannercarousel .owl-controls .owl-page{width:12px; height:12px;margin:0 3px;}

.bannercarousel .owl-pagination .owl-page span{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
	box-shadow:0 0 0 2px #9e9e9e inset;
	-webkit-box-shadow:0 0 0 2px #9e9e9e inset;
	-moz-box-shadow:0 0 0 2px #9e9e9e inset;
	background-color:#444
}

.bannercarousel .owl-controls .owl-page span::after{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
	border:2px solid #9e9e9e;
}

.bannercarousel .owl-controls .owl-page.active span,.bannercarousel .owl-controls .owl-page:hover span{box-shadow: 0 0 0 2px #444 inset; -webkit-box-shadow: 0 0 0 2px #444 inset; -moz-box-shadow: 0 0 0 2px #444 inset;}

#carousel-0 .product-carousel .product-block {
    margin:50px 15px;
}

.sale {
    color:#fff;
    padding:5px 10px;
    text-align:right;
    text-transform:uppercase;
    position:absolute;
    top: 10px;
    left: 10px;
    font-weight:600;
	font-size:14px;
    letter-spacing: 1px;
    background-color: red;
}

/* box products for Left Column and Right Column */
#column-left .box-product,#column-right .box-product {
    width:100%;
    overflow:hidden
}

#column-left .box-product > div,#column-right .box-product > div {
    display:block;
    vertical-align:top;
    margin-right:0;
    margin-bottom:5px;
    width:100%
}

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

#column-left .box-product .image,#column-right .box-product .image {
    display:block;
    margin-bottom:0;
    float:left;
    margin-right:10px;
}

#column-left .product-items .product-details,#column-right .product-items .product-details {
    width:auto;
/* specify width as per your requirement */
}

#column-left .product-items .product-details,#column-right .product-items .product-details {
    margin-left:87px
}

#column-left .product-thumb .caption,#column-right .product-thumb .caption,#column-left .product-thumb .button-group,#column-right .product-thumb .button-group {
    padding:0;
    margin-left:87px
}

#column-left .product-thumb .price-old,#column-right .product-thumb .price-old {
    margin-left:0
}

#column-left .product_hover_block,#column-right .product_hover_block {
    display:none
}

#column-left .product-image-block-inner,#column-right .product-image-block-inner {
    float:left;
    border:medium none
}

.box .box-content .button-group {
    display:none
}

#column-left .box-product .product-thumb h4,#column-right .box-product .product-thumb h4 {
    font-weight:400;
    font-size:13px;
    margin:0 0 5px
}

#column-left .box-product .name,#column-right .box-product .name {
    display:block
}

#column-left .box-product .cart,#column-right .box-product .cart {
    display:block
}

#column-left .box-product .cart .button,#column-right .box-product .cart .button {
    padding:0;
    background:none;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    height:auto;
    font-weight:400;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    -khtml-border-radius:0;
    color:#555;
    display:block;
    text-align:left
}

#column-left .box-product .cart .button:hover,#column-right .box-product .cart .button:hover {
    text-decoration:underline
}

#column-left .box-product .image img,#column-right .box-product .image img {
}

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

#column-left .box .box-content,#column-right .box .box-content,#column-left .box .filterbox,#column-right .box .filterbox {}

#column-left .box-product .rating,#column-right .box-product .rating {
    display:none;
    margin-bottom:0
}

#column-left .product-thumb,#column-right .product-thumb {
    border:medium none;
    margin-bottom:5px;
    padding:7px 0;
    background-color: transparent;
    margin: 0 0 5px;
    overflow: visible;
}

#column-left .price .price-new,#column-right .price .price-new {
    color:#161b1e;
    font-size:16px;
    font-weight:900;
    float:left;
    margin-right:5px
}

#column-left .caption a,#column-right .caption a {
    word-wrap: break-word;
}

#column-left .product-block:hover .caption a,#column-right .product-block:hover .caption a {
    color:#787878
}

#column-left .product-block .caption a:hover,#column-right .product-block .caption a:hover {
    color:#161b1e
}

#column-left .sale,#column-left .price-tax,#column-left .wishlist,#column-left .compare,#column-right .sale,#column-right .price-tax,#column-right .wishlist,#column-right .compare {
    display:none!important
}

#column-left .product-thumb .button-group button,#column-right .product-thumb .button-group button {
    background: transparent;
    font-size: 13px;
    font-weight:400;
    line-height:22px;
    padding:0;
    text-transform:capitalize;
    width:auto;
    border: none;
    color:#787878
}

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

#column-left .product-thumb .button-group,#column-right .product-thumb .button-group {
    background:none;
    border:none;
    display:block
}

.top_button {
    right: 50px;
    bottom: 28px;
    display:none;
    position:fixed;
    z-index: 999;
    font-size:0;
}

.top_button:before {
    content:"\f106";
    font-family:"FontAwesome";
    background-color: #f8d17a;
    position:absolute;
    font-size: 18px;
    color: rgba(0,0,0,0.7);
    padding: 8px 12px 8px;
}

#content ul.list-unstyled {
    border:medium none;
    margin-bottom:10px;
    overflow:auto;
    padding:0
}

.product-description td {
    font-weight:700
}

.product-description .description-right {
    font-weight:400;
    padding-left:15px
}

.product-right .description {
    line-height:23px;
    padding:0;
    margin-bottom:10px
}

.productpage .product-right ul li span.old-price {
    float:left;
    margin-right:10px;
    color:#a6a6a6;
    font-size:16px
}

#content.productpage .special-price,#content.productpage .product-price {
    font-weight:700;
    font-size:20px;
    color:#161b1e
}

#content ul.list-unstyled li {
    line-height:22px;
    padding:4px 0
}

#content ul.list-unstyled li.rewardpoint,#content ul.list-unstyled li.discount {
    line-height: 15px;
    padding:4px 0;

}

.manufacturer-list {
    border:1px solid #dbdee1;
    margin-bottom:20px;
    padding:5px
}

.manufacturer-heading {
    background:none repeat scroll 0 0 #f3f3f3;
    font-size:15px;
    font-weight:700;
    margin-bottom:6px;
    padding:5px 8px
}

.manufacturer-content {
    padding:8px
}

.manufacturer-list ul {
    float:left;
    list-style:outside none none;
    margin:0 0 10px;
    padding:0;
    width:25%
}

.category_filter .sort .form-control {
    cursor:pointer
}

.productpage .box {
    margin-top:20px
}

.tab-content {
    border: 1px solid #e8e8e8;
    padding:25px;
    overflow:hidden;
    border-top: none;
}

.col-sm-4.total_amount {
    margin-top:70px
}

.product-tag {
    margin:5px 0
}

#content .aboutus {
    clear:both;
	margin-bottom:15px
}

#content .aboutus h3 {
    margin-bottom:5px
}

.modal-dialog .aboutus {
    margin-bottom: 15px;
}

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

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

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

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

.aboutus h2 {
    clear:both;
    font-size:20px
}

.about-content {
    overflow:hidden
}

.modal-dialog .aboutus {
    margin-bottom: 15px;
}

.information-information .right {
    float:right
}

.category_filter #grid-view,.category_filter #list-view {
    background:#eee;
    color:#666;
    border:medium none
}

.category_filter .btn-list-grid .btn-group {
    margin:4px 0 0
}

.category_filter #grid-view {
    background:url(../image/megnor/sprite.png) no-repeat scroll -7px -36px transparent;
    width:25px;
    height:25px;
    padding:0;
    margin-right:5px
}

.category_filter #list-view {
    background:url(../image/megnor/sprite.png) no-repeat scroll -35px -36px transparent;
    width:25px;
    height:25px;
    padding:0;
    margin-right:10px
}

.category_filter #grid-view:hover,.category_filter #grid-view.active {
    background-position:-7px -7px
}

.category_filter #list-view:hover,.category_filter #list-view.active {
    background-position:-35px -7px
}

.category_filter #grid-view:hover .fa,.category_filter #list-view:hover .fa {
    color:#333
}

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

.category_filter .btn-list-grid {
    float:left;
    width:auto;
    padding:0
}

.compare-total {
    float:left;
    margin:6px 10px 0
}

.pagination-right {
    float:right;
    margin:0;
    width:auto
}

.category_filter .sort-by {
    float:left;
    margin:6px 10px 0 0;
    width:auto;
    padding:0
}

.category_filter .show {
    float:left;
    margin:6px 10px 0;
    padding:0
}

.category_filter .sort {
    float:left;
    width:150px;
    padding:0
}

.category_filter .limit {
    float:right;
    width:100px;
    padding:0
}

.sort-by-wrapper,.show-wrapper {
    float:left
}

.category_filter .list.active,.category_filter .grid.active {
    background:#428bca
}

.category_thumb .category_img,.category_thumb .category_description {
    float:left;
    width:100%
}

.category_img img{margin-bottom:10px}

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

.refine-search ul {
    padding:0
}

.refine-search ul li {
    list-style:none
}

.category_list li a {
    border: 1px solid #f3f3f3;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    -khtml-border-radius:0;
    color: #161b1e;
    display:block;
    padding:5px 10px;
	background:#f3f3f3;
}

.category_list li a:hover {
    color: #787878;
}

.category_list li {
    float:left;
    list-style:outside none none;
    margin:0 5px 5px 0
}

.category_filter,.pagination-wrapper {
    display:inline-block;
    margin:10px 0 0;
    padding:10px 0;
    width:100%
}

.category_filter{}

.pagination-wrapper.top {
    float:right;
    margin:0;
    padding:0;
    width:auto
}

.pagination-left label {
    font-size:14px;
    font-weight:400
}

.pagination-wrapper .page-link {
    float:right;
    padding:0;
    width:auto
}

.pagination-wrapper .page-result {
    float:left;
    padding:0;
    width:auto;
    margin:0
}

.contact-info .left {
    float:left;
    width:50%
}

.contact-info .right {
    float:right;
    width:50%
}

.row.contact-info {
    padding:0 15px
}

.information-contact .panel-body {
    padding:30px;
    overflow:auto
}

.contact-info {
    color:#666
}

.contact-info .address-detail strong {
    background:url(../image/megnor/cms-sprite.png) no-repeat scroll -6px -235px transparent;
    padding:3px 0 0 35px;
    height:28px;
    margin: 10px 0 0;
    float:left;
    clear:both
}

.contact-info .address-detail,.contact-info .telephone,.contact-info .fax {
    float:left;
    width:100%
}

.contact-info .telephone strong {
    background:url(../image/megnor/cms-sprite.png) no-repeat scroll -5px -314px transparent;
    padding:3px 0 0 35px;
    margin: 10px 0 0;
    height:28px;
    float:left;
    clear:both
}
.contact-info .fax strong {
    background:url(../image/megnor/email-icon.png) no-repeat scroll -9px -12px transparent;
    padding:3px 0 0 35px;
    height:28px;
    margin: 10px 0 0;
    float:left;
    clear:both
}
.contact-info address {
    display:inline-block;
    margin:0 0 0 36px;
    float:left;
    clear:both
}

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

.owl-carousel .owl-buttons .owl-prev{cursor:url("../image/megnor/btn-prev.png"), pointer;}

.owl-carousel .owl-buttons .owl-next{cursor:url("../image/megnor/btn-next.png"), pointer;}

.main-slider {
    position:relative
}

.information-sitemap .sitge-map ul {
    padding:0 0 0 20px
}

.forget-password {
    margin:5px 0 0
}

.product-compare .btn-primary {
    margin:5px 0
}

.productpage .write-review,.productpage .review-count {
    margin:0 10px
}

.productpage .rating-wrapper {
    margin: 15px 0 10px;
}

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

.productpage .review-count {
    border-right:1px solid #d4d4d4;
    margin-right:0;
    padding-right:10px
}

.page-title {
    padding:0 0 10px;
    border-bottom:medium none
}
.page-title,.refine-search,.product-title,.product-option {
    font-size:16px;
    font-weight:400;
   /* text-transform:capitalize;*/
    color:#161b1e
}
.container .page-title,.container .product-title,.container h2,.container h1 {
    color:#787878;
    font-size:18px;
    font-weight:700;
    margin-top:21px;
    text-align:left;
    padding: 5px 0 18px;
}
#content h3 {
    color:#161b1e;
    font-weight:700;
}

.copy-right {
    border-top:1px solid #444;
    padding:10px 0;
    text-align:center
}

.container .product-right .product-title {
    margin:0 0 10px;
    font-weight:600
}

#content h3.product-title {
    padding-bottom: 0;
	font-size:16px;
}


#bottom-footer li {
    display:inline;
    padding:1px 7px 1px 2px;
    background:url(../image/megnor/pipe.gif) no-repeat scroll right center transparent
}

#bottom-footer li.contact {
    background:none
}

.account-address .table>tbody>tr>td {
    vertical-align:middle
}

.account-address .btn-info {
    margin:2px 0
}

.affiliate-account .btn-primary .list-group-item {
    padding:0;
    background:none;
    color:#787878
}

#content .affiliate-logout {
    padding:10px 0
}

.affiliate-account .btn-primary .list-group-item:hover,.affiliate-account .btn-primary:hover .list-group-item {
    color:#fff
}

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

#accordion label.col-sm-2.control-label {
    margin:7px 0 0;
    padding:0 15px 0 0
}

#accordion #collapse-shipping label.col-sm-2.control-label {
    padding:0 15px
}

.checkout-checkout #accordion label.col-sm-2.control-label {
    padding-left:15px
}

.checkout-cart .input-group-btn:last-child > .btn,.checkout-cart .input-group-btn:last-child > .btn-group {
    margin-left:5px;
    font-size:14px
}

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

.shopping-cart .input-group-btn {
float:left
}
.col-sm-3.search_subcategory {
    width:auto;
    margin-top:7px
}

.affiliate-tracking .dropdown-menu {
    margin-top:0
}

.affiliate-tracking .dropdown-menu li a:hover {
    background-color:transparent;
    color:#161b1e
}

.affiliate-tracking .dropdown-menu li a {
    background-color:transparent;
    color:#787878
}

#button-search {
    float:right
}

.sitemap-left ul,.sitemap-right ul{padding-left:30px;padding-bottom: 10px;}

.product-search h2 {
    clear:both
}

.container {
    position:relative
}

.col-sm-6.product-right {
    padding:0 25px 0 0;
    width:51.6%
}

.col-sm-6.product-left {
    width:48.4%;
    padding-right:25px
}

.box.related {
    clear:both;
    position:relative;
    margin:0 13px;
    overflow:hidden;
    padding:0 2px
}

.related .box-content {
    background:transparent none repeat scroll 0 0;
    margin: 0 -14px;
    padding: 0 0 30px;
}

.related .box-heading {
    color: #161b1e;
    font-size: 28px;
    font-weight: 400;
    position: relative;
    text-align: left;
    letter-spacing: 0px;
    background: none;
    padding: 20px 0 42px;
    line-height: 30px;
}

.address-detail .btn {
    clear:both;
    float:left;
    margin:20px 0 0 35px;
    background-color:#fff
}

.checkout-cart #content .pull-right .btn::before {
    font-family: "FontAwesome";
    content:"\f061";
    top: 8px;
    position:absolute;
    left: 108px;
    font-size:14px;
    transition:all .3s ease 0s;
    -moz-transition:all .3s ease 0s;
    -webkit-transition:all .3s ease 0s;
    -ms-transition:all .3s ease 0s;
    -o-transition:all .3s ease 0s
}

.checkout-cart #content .pull-right .btn:hover::before {
    left: 85px;
    transition:all .3s ease 0s;
    -moz-transition:all .3s ease 0s;
    -webkit-transition:all .3s ease 0s;
    -ms-transition:all .3s ease 0s;
    -o-transition:all .3s ease 0s
}

.checkout-cart #content .buttons .pull-right .btn {
    padding: 6px 18px;
    border: 2px solid #f8d17a;
    font-size: 14px;
    transition:all .3s ease 0s;
    -moz-transition:all .3s ease 0s;
    -webkit-transition:all .3s ease 0s;
    -ms-transition:all .3s ease 0s;
    -o-transition:all .3s ease 0s;
    background-color: #f8d17a;
    color: #161b1e;
}

.checkout-cart #content .buttons .pull-right .btn:hover {
    transition:all .3s ease 0s;
    -moz-transition:all .3s ease 0s;
    -webkit-transition:all .3s ease 0s;
    -ms-transition:all .3s ease 0s;
    -o-transition:all .3s ease 0s;
    padding: 6px 30px 6px 18px;
}

.checkout-cart #content .buttons .pull-right .btn:hover,.checkout-cart #content .buttons .pull-right .btn:focus {
}

.checkout-cart #content .buttons .pull-right {
    position:relative;
    overflow:hidden
}

.checkout-cart #content .buttons .pull-right .btn:hover::before {
    color: #161b1e;
}

#tabs_info.col-sm-12 {
    margin-top:0px;
    position:relative;
    margin-bottom: 50px;
}

.input-group.btn-block {
    height:36px
}

#top .inner-wishlist,#top inner-checkout {
    display:none
}

.banners-slider-carousel .customNavigation a {

}

.banners-slider-carousel:hover .customNavigation a {
    opacity:1;
    -moz-opacity:1;
    -webkit-opacity:1;
    -ms-opacity:1;
    -khtml-opacity:1;
    transition:all .3s ease 0s;
    -moz-transition:all .3s ease 0s;
    -webkit-transition:all .3s ease 0s;
    -ms-transition:all .3s ease 0s;
    -o-transition:all .3s ease 0s
}

.product-layout.product-grid,.product-layout.product-list {
    padding: 0 12px;
	min-height:526px;
}

.row.category_prod {
    margin: 0 15px;
}

.checkout-cart .text-right.total {
    color:#161b1e;
    font-weight:900
}

#collapse-checkout-option h2{margin-top:0; padding-bottom:10px}

#collapse-checkout-option h2 + p {
    font-weight: 700;
}

#collapse-checkout-option label {
    font-weight: normal;
}

/*Megnor Blog CSS */ 
.blogs {
    overflow: hidden;
    /*float: left;
    
    width: 66.666%;
    position:relative;*/
}
#content .box-product .blog-items { display:inline-block; float:left; }

.blog-left { float:left; position:relative; max-width: 100%;}
.blog-image {
    position: relative;
}

.information-blogger-blogs .blog-image {
margin-bottom: 20px;
background-position:center center;
height:400px;
overflow:hidden;
width:100%;
background-repeat:no-repeat;
}

.information-blogger-blogs .blog-image img{display:none}

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

.information-blogger-blogs .panel-body{padding:0}


.information-blogger-blogs .panel-body:hover .blog-date{}

.information-blogger-blogs .panel-body:hover .blog-date .fa{color:#f8d17a}

.information-blogger-blogs .panel-body:hover .blog-date {background-color:#f8d17a;}

.extension-megnor_blog-home .panel-body:hover .blog-date{}

.extension-megnor_blog-home .panel-body:hover .blog-date .fa{color:#f8d17a}

.extension-megnor_blog-home .panel-body:hover .blog-date {background-color:#f8d17a;}



.information-blogger-blogs .post-image-hover {
background: url("../image/megnor/blockhoverbg.png") repeat scroll 0 0 rgba(0,0,0,0.4);
}


.information-blogger-blogs .panel-body:hover .post_hover,.information-blogger-blogs .panel-body:hover .post-image-hover {
  opacity:1;
 -webkit-opacity:1;
 -moz-opacity:1;
 -khtml-opacity:1;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

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

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

.information-blogger-blogs .panel-default h4{
    font-size: 20px;
    margin-top: 0;
    display:none
}

.blog-left .blog-image img  { width: 373px; height: 260px; max-width:100%;} 
.blog-right { float:left; padding: 20px 0 3px;display: inline-block;}

.view-blog {display: block;}
.read-more {display: inline-block;text-transform: capitalize;}

.view-blog .read-more .fa{display:none}

.view-blog .write-comment{display:inline-block;}

.view-blog .read-more a:before{
	content: "\f02d";
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: 0px;
}

/*.view-blog .write-comment a:before{
content: "\f075";
display: inline-block;
font-family: "FontAwesome";
margin-right: 5px;
}*/

.information-blogger-blogs .read-more:before{ 
}

.information-blogger-blogs .read-more{
    float: none;
    display: block;
    margin-top: 20px;
}


.information-blogger-blogs .read-more a{
padding: 10px;
background-color: transparent;
border: 1px solid #e8e8e8;
font-weight: 600;
} 

.information-blogger-blogs .read-more a:hover{
background-color: #f8d17a;
color: #161b1e;
border-color: #f8d17a;
}

.blog-inner {
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
}

.read-more .fa{display:none}

.write-comment-count{margin-right:10px}

.write-comment, .write-comment-count { float:left;}

.information-blogger-blogs  .write-comment:before {
content: "\f075";
font-family: "FontAwesome";
margin-right: 5px;
float: left;}

.date-time {
    padding: 12px 16px;
    background-color: #f8d17a;
    color: #161b1e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    text-align: center;
    margin-right: 20px;
}

.date-time .day{
    font-size: 30px;
    font-weight: 700;
    margin: 7px auto 0px;
    text-align: center;
}

.date-time .fa{display:none}

.blog_default_width{ width: 600px;}

.blog-desc { margin: 20px 0 0;overflow: hidden;display: inline-block;}

.information-blogger-blogs .blog_desc{display:block;}

.blog-img { padding: 0px; margin-bottom: 20px;}

.blog-date { float: left; width: 72px;background-color: #f5f5f5;color: #161b1e;font-size: 12px;text-align: center;padding: 6px 0px 0;margin-right: 30px;
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;
margin-bottom: 20px;}

.blog-date .fa{
    height: 68px;
    background-color: #161b1e;
    color: #fff;
    font-size: 30px;
    padding: 19px 0px;
    display: block;
    margin-top: 3px;
}

.blog-title {
    font-size: 25px;
    margin-bottom: 20px;
}

.blog-title a{color:#161b1e}

#content #blog-carousel, #content #blog-grid {
	padding: 0px 0 40px;
	border:none;
	overflow: visible;
}

#content #blog-carousel .blog-desc, #content #blog-grid .blog-desc{display:none}

#content #blog .buttons{margin-top: 100px;display: none;}

#content #blog .buttons .btn{font-size: 15px;}

#content  .box.blogs .box-content {margin-left: -18px; margin-right: -18px;}

#content #blog-carousel .blog-item { display: inline;}	 
#content #blog-carousel .product-block, #content #blog-grid .product-block { margin: 0px 18px;  }
#content #blog-carousel .product-block:hover , #content #blog-grid .product-block:hover  { box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; }
#blog-carousel .owl-pagination { bottom: auto; display: none;}

#blog-carousel .owl-controls .owl-buttons .owl-prev{
  left: 41.75%;
  top: 5px;
  cursor: initial;
  height: auto;
  right: auto;
  line-height: 22px;
  width: auto;
  display: inline-block;
}
 
#blog-carousel .customNavigation a {
    border: 1px solid #d4d4d4;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    color: #838383;
    display: inline-block;
    float: none;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    margin: 0 14px;
    padding: 10px 32px;
    position: relative;
    text-transform: uppercase;
    width: auto;
    top: auto;
}

 
#blog-carousel .owl-controls .owl-buttons .owl-next{
  right: 41.75%;
  left: auto;
  top: 5px;
  cursor: initial;
  height: auto;
  width: auto;
  line-height: 22px;
  display: inline-block;
}
.single-blog .blog-desc { padding-bottom:10px; display: block;}

h4.your-comment {
    clear: both;
}

.single-blog .alert{
    clear:both;
    margin-top: 10px;
}

.single-blog .block-title {
    clear: both;
    margin-top: 20px;
    width: 100%;
}

.single-blog .block-title h3{  padding-top:10px; }
.single-blog .view-comment .panel-default { 
border-bottom: 1px solid #e8e8e8; 
border-left:none; 
border-right:none; 
border-top: 1px solid #e8e8e8; 
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
-khtml-border-radius:0; 
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none; 
padding: 20px 0;}

.user_icon {
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    float: left;
    margin: 2px 15px 15px 0;
    padding: 7px 13px;
}

.view-comment .name{
    color: #161b1e;
    font-weight: 700;
}
.view-comment .date {
    color: #161b1e;
    font-size: 12px;
}

.single-blog .view-comment .name, .single-blog .view-comment .date, .single-blog .view-comment .col-sm-8, .single-blog .view-comment .col-sm-3{

    width:100%
}

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

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

.information-blogger-blogs .blog-image {
    background-position: center center;
    float: left;
    height: 400px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.blog-wrapper {
    float: left;
    width: 100%;
}
.blog_page .blog-image .post-image-hover {
    background: #161b1e none repeat scroll 0 0;
     height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    visibility: hidden;
    width: 100%;
}
.blog_page .blog-image .post_hover .icon.zoom {
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -khtml-border-radius:50%;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -khtml-opacity: 0;
    padding: 10px 15px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 10;
}
.blog_page .blog-image .post_hover .icon.zoom .fa, .blog_page .blog-image .post_hover .icon.readmore_link .fa {
    color: #fff;
    font-size: 40px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.blog_page .blog-image .post_hover .icon.readmore_link {
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -khtml-border-radius:50%;
    color: #fff;
    display: inline-block;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -khtml-opacity: 0;
    padding: 10px 14px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 10;
}
.blog_page .blog-image:hover .post-image-hover {
    opacity: 0.3;
    -moz-opacity: 0.3;
    -webkit-opacity: 0.3;
    -ms-opacity: 0.3;
    -khtml-opacity: 0.3;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    visibility: visible;
}
.blog_page .blog-image:hover .post_hover, .blog_page .blog-image:hover .post_hover .icon.readmore_link, .blog_page .blog-image:hover .post_hover .icon.zoom {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -khtml-opacity: 1;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.blog_page .blog-image .post_hover .icon.readmore_link:hover, .blog_page .blog-image .post_hover .icon.zoom:hover {
    background-color: #f8d17a;
    border-color: #f8d17a;
}
.blog_page .blog-image .post_hover .icon.zoom:hover .fa, .blog_page .blog-image .post_hover .icon.readmore_link:hover .fa{
    color: #000;
}
.box.blogs .icon.zoom:hover .fa.fa-search-plus, .box.blogs .icon.readmore_link:hover .fa{
    color: #161b1e;
}
.blog_page .blog-image:hover .post_hover .icon.zoom .fa, .blog_page .blog-image:hover .post_hover .icon.readmore_link .fa {
    font-size: 14px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.information-blogger-blogs .panel-body{padding:0}


.information-blogger-blogs .panel-body:hover .blog-date{/* background-color:#fff */}

.information-blogger-blogs .panel-body .blog-date .fa{color:#fff}

.information-blogger-blogs .panel-body .blog-date {background-color:#ef5339; color:#fff; padding:0;}
/*.extension-megnor_blog-home .panel-body .blog-date{background-color:#ef5339; color:#fff; padding:0;}*/

.information-blogger-blogs .post-image-hover {
}

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

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

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

.information-blogger-blogs .panel-default h4{
    font-size: 20px;
    margin-top: 0;
    display:none
    
}

.blog-left .blog-image img  { width:419px; height:226px; } 
.blog-right { float:left; padding: 0px 0 0;display: inline-block; width:100%;}

.view-blog {display: block;}
.read-more {display: inline-block;text-transform: capitalize;}

.view-blog .read-more .fa{display:none}

.view-blog .write-comment{display:inline-block;}

/*.information-blogger-blogs .read-more:before, .blogs .view-blog .read-more::before{ 
content:"\f02d"; 
font-family:"FontAwesome";
margin-right: 5px;float: left;}*/

.information-blogger-blogs .read-more{
    float: none;
    margin-left: 0px;
}

.blog-inner {
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
}

.read-more .fa{display:none}

/*.information-blogger-blogs  .write-comment:before, .blogs .view-blog .write-comment::before{
content: "\f075";
font-family: "FontAwesome";
margin-right: 5px;
float: left;}
*/

.extension-megnor_blog-home .all-blogs .write-comment:before, .blogs .view-blog .write-comment::before{
content: "\f075";
font-family: "FontAwesome";
margin-right: 5px;
float: left;}

/*.common-home .date-time {
    border-radius: 0%;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    background-color: transparent;
    padding:0px;
}*/
/*.date-time {
    padding: 12px 16px;
    background-color: #ef5339;
    color: #161b1e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    text-align: center;
    margin-right: 20px;
}*/

.date-time .day{
    font-size: 30px;
    font-weight: 900;
    margin: 7px auto 0px;
    text-align: center;
}

.date-time .fa{display:none}

.blog_default_width{ width: 600px;}

.blog-desc { margin: 20px 0 0;overflow: hidden;display: inline-block;}

.information-blogger-blogs .blog_desc{display:block;}

.blog-img { padding: 0px; margin-bottom: 20px;}

.blog-date { float: left; width: 72px;background-color: #f5f5f5;color: #161b1e;font-size: 12px;text-align: center;padding: 6px 0px 0;margin-right: 30px;
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;
overflow:hidden;
}

.blog-date .fa{
    height: 65px;
    background-color: #000000;
    color: #fff;
    font-size: 30px;
    padding: 17px 0px;
    display: block;
    margin-top: 3px;
}



#content  .box.blogs .box-content{ margin:0px -13px;}
#content .box.blogs .box-product{overflow:visible;}
/*#content #blog-carousel .blog-item {border:1px solid #e8e8e8;  padding:8px; margin:13px 15px;}*/   
.static-menu ul li:hover a {
    color: #d0deed;
}

.blog-left {position:relative; }
.blog-right {margin:21px 0; position:relative; }

.blog-right > h4 { margin: 0px 0;} 
.blog-right h4 a, .information-blogger-blogs h4 a, .blogs .product-block:hover h4 a {
    color: #161b1e;
    font-weight: bold;
    font-size:16px;
    line-height:16px; 
    text-transform:capitalize;
}

.blog-right h4 a:hover, .blog-right h4 a:focus, .blogs .product-block:hover h4 a:hover , .blogs .product-block:hover h4 a:focus{color:#006cb4;}
.blog-image{overflow:hidden;}
.comments-link a:hover, .testmonial-text .testimonial-title a:hover{color:#8c8c8c;}
.read-more { display:inline-block; margin:0px 10px; margin-left:0px;}
.read-more:hover, .write-comment:hover{color:#f8d17a;}
.date-time { display:inline-block;  }
.blog-desc { margin: 10px 0; line-height:25px; display:none;} 
.blog-img { padding: 0px 0 0; }
.blog-date { float:left; }
.information-blogger-blogs  .blog-desc{display:block; clear:both; float:left; width:100%;}
#content .box-product .blog-items { display:inline-block; float:left; }
.write-comment {display:inline-block;}
.blog_default_width{ width:350px;}
#blog-carousel .owl-pagination { display:none;}
#content  .box.blogs .buttons{ display:none;}
.read-more-button{margin:15px 0px; clear:both; float:left; width:100%;}
.read-more-button > a {
    border: 1px solid #e8e8e8;
    padding: 7px 10px;
}
.read-more-button > a:hover {background:#f8d17a; color:#161b1e; border: 1px solid #f8d17a;}
#content #blog-carousel .product-block .view-blog::before {
    border-bottom: 1px solid #ffffff;
    bottom: -7px;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 35px;
}
#content #blog-carousel .product-block:hover .view-blog {
    bottom: 23px;
}
.post-inner > h4 {
    margin-bottom: 0;
    margin-top:0px;
}
.common-home .post-inner{float:left; padding-top:4px;}
/*#blog-carousel .owl-controls .owl-buttons .owl-prev{
  left: 10px;
  top: 50%; 
}
 
#blog-carousel .owl-controls .owl-buttons .owl-next{
  right: 10px;
  top: 50%;
}*/
.single-blog .blog-desc { padding-bottom:10px; display:block; }
.single-blog .block-title{clear:both;}
.single-blog .block-title h3{  padding-top:10px; }
.single-blog .view-comment .panel-default { border-bottom:1px solid #e8e8e8; border-left:none; border-right:none; border-top:1px solid #e8e8e8; border-radius:0;
-webkit-border-radius:0px;
-khtml-border-radius:0px;
-moz-border-radius:0px;
 box-shadow:none; }


.blog_inner {
    margin-right: 20px;
    position: relative;
    overflow:hidden;    
}
.blog_inner .slider-item .product-image-inner-blog {
    margin: 13px 18px;
}
.blog_inner .product-carousel {
    margin: 0 -18px;
}

.product-block-image .testi-image {
    overflow: hidden;
    position: relative;
}
.blog_inner .image-block {
    position: relative;
}
.blog_page .panel-body {
    border: medium none;
    padding: 0px 7px;
}
/*.blog_page .blog-image img {
    display: none;
}*/
.blog_page .blog-image {
    background-position: center center;
    float: left;
    height: 400px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.blog_page .blog-desc {
    clear: both;
    position: relative;
}
.blog_data_left {
    float: left;
    margin-right: 30px;
    position: relative;
}
.blog_page .panel.panel-default{border:medium none; margin-bottom:70px;}
.blog_data_left .blog-date {
    color: #454545;
    display: inline-block;
    font-size: 12px;
    background: #eeeeee;
    padding: 4px;
    width: 72px;
    text-align: center;
    float: none;
}
.blog_data_left .icon {
    background: #000000 none repeat scroll 0 0;
    display: block;
    height: 65px;
    position: relative;
    width: 72px;
}
.blog_data_left .icon .fa {
    font-size: 30px;
    line-height: 65px;
}

.box.blogs .owl-carousel .owl-buttons .owl-prev{ cursor:pointer;}
/*#blog-carousel .owl-controls .owl-buttons div {
    border:1px solid #e8e8e8;
    cursor: pointer;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    padding: 0 0 0 0px;
    top: 0px;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    width: 32px !important;
    z-index: 999;
    height:32px !important;
}*/
/*#blog-carousel .owl-controls .owl-buttons .owl-prev { left: auto; right: 48px; top:-39px;}*/
/*#blog-carousel .owl-controls .owl-buttons .owl-next { left: auto;  right: 13px; top:-39px}*/
.owl-carousel.blogcarousel .owl-buttons div i {
    color: #161b1e;
    font-size: 18px; padding:6px 10px;
}
#blog-carousel .owl-controls .owl-buttons .owl-next:hover, #blog-carousel .owl-controls .owl-buttons .owl-prev:hover{ background:#161b1e; border-color:#161b1e;}
#blog-carousel .owl-controls .owl-buttons .owl-next:hover i, #blog-carousel .owl-controls .owl-buttons .owl-prev:hover i{ color:#fff;}
/* End Megnor Blog css */

/*Megnor Blog light-box CSS */ 

.post-image-hover {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -khtml-opacity: 0;
    position: absolute;
    top: 0;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition:all 300ms ease 0s;
    width: 100%;
}
#content #blog-carousel .product-block:hover .post-image-hover, #content #blog-grid .product-block:hover .post-image-hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -khtml-opacity: 1;
}
.blog-image .post_hover {
    margin: 0;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -khtml-opacity: 0;
    position: absolute;
    text-align: center;
    top: 46%;
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease 0s;
    -webkit-transition: all 350ms ease 0s;
    -ms-transition: all 350ms ease 0s;
    -o-transition:all 350ms ease 0s;
    width: 100%;
}
.blog-wrapper .blog-title  a{
    font-size: 25px;
    font-weight:400;
    color:#161b1e;
}
.blog-wrapper .blog-title a:hover{color:#f8d17a;}
/*.blog_page .blog_comment, .blog_page .write-comment > a{font-size:12px;}*/
.blog-wrapper .blog-title{margin-bottom:12px;}
/*.blogs .date-time .day {
    color: #006cb4;
    display: inline-block;
    font-size: 30px;
    padding: 0px 0 0;
    vertical-align: top;
    width: 100%;
    line-height:28px;
    margin-top:0;
}*/
/*.blogs .date-time {
  
    color: #bebebe;
    display: inline-block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    border-right:1px solid #e8e8e8;
    margin-right:22px;
}*/
.product-block:hover .blog-left .post_hover, .product-block:hover .blog-left .zoom, .product-block:hover .blog-left .readmore_link {
    opacity:1;
    -webkit-opacity:1;
    -moz-opacity:1;
    -kkhtml-opacity:1; 
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
     transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.blog-left:hover .blog-image .zoom .fa, .blog-left:hover .blog-image .readmore_link .fa{
    font-size:14px; 
}
.blog-left .blog-image .zoom , .blog-left .blog-image .readmore_link {
 
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    padding: 10px 12px;
   transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 10;
    height:40px; width:40px;
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}
.blog-left .blog-image .zoom:hover,.blog-left .blog-image .readmore_link:hover{color:#fff;  }
.information-blogger-blogs .blog_title{ display:none;}
.information-blogger-blogs h4 { margin:0px 0 10px; padding:0px;}
/*.panel-body .write-comment{ margin:0 0px 0 10px; padding:0 0px 0 10px;}*/
#add-comment.panel-default {
    border: medium none;
}
.user_icon {
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    float: left;
    margin: 2px 15px 15px 0;
    padding: 7px 13px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    -moz-border-radius:4px;
}
.single-blog .view-comment .panel-default {
    border-top: medium none;
    border-bottom: 1px solid #f3f3f3;
    box-shadow: none;
    padding: 20px 0;
}
.user_icon .fa {
    color: #bbb;
    font-size: 20px;
    margin-top: 3px;
}
.single-blog .view-comment .name, .single-blog .view-comment .date, .single-blog .view-comment .col-sm-8, .single-blog .view-comment .col-sm-3 {
    width: 100%;
}
.view-comment .name {
    color: #161b1e;
    font-weight: 700;
}
.view-comment .date {
    color: #bbb;
    font-size: 12px;
}
#content.single-blog > h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom:0px;
    padding-bottom:10px;
    border-bottom:1px solid #f3f3f3;
}
.blog-image .post_hover .zoom::before, .blog-image .post_hover .readmore_link::before {
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -khtml-border-radius:50%;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    content: "\f00e";
    font-family: "FontAwesome";
    font-size: 14px;
    height: 40px;
    left: 0;
    margin: auto;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -khtml-opacity: 0;
    padding: 8px 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    width: 40px;
}
.blog-image .post_hover .readmore_link::before {
    content: "\f0c1";
}
.product-block:hover .blog-image .post_hover .readmore_link::before, .product-block:hover .blog-image .post_hover .zoom::before {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -khtml-opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.blog-item .blog-image .post_hover{top:43%;}

.blog-left .blog-image .zoom:hover::before, .blog-left .blog-image .readmore_link:hover::before{background-color:#f8d17a; border-color:#f8d17a;}

.information-blogger-blogs .blog-image:hover {}

/*Megnor Blog light-box CSS */ 

/* General styles */
.blog {
	margin-bottom:40px;
}
.blog .owl-carousel {
	box-shadow:none;
}
.blog .owl-wrapper-outer {
	border: 4px solid #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.blog img, .blog-module img {
	max-width:100%;
	height:auto;
}
.blog .main_description {
	margin-bottom:20px;
}
#column-left .blog_grid_holder, #column-right .blog_grid_holder {
	padding-top:5px;
}
.blog_grid_holder.related {
	padding-top:0px;
}
.column-3 .blog_item {
	width:33.33%; /* 3 columns */
}
.column-4 .blog_item {
	width:25%; /* 3 columns */
}
.carousel-1 .blog_item {
	width:100% !important; /* carousel */
	margin-bottom:0px;
}
#column-left .blog_item, #column-right .blog_item {
	width:100%; /* carousel */
	margin-bottom:17px;
}
.column-2 .blog_item .image, .column-3 .blog_item .image, .column-4 .blog_item .image, #column-left .blog_item .image, #column-right .blog_item .image {
	margin-bottom:17px;
}
.blog_item .image img {
	transition:all 400ms;
}
.blog_item .image img:hover {
	opacity:0.8;
	transition:all 400ms;
}
.blog_item .summary .blog_title {
	margin:0 0 10px;
	font-size:26px;
}
#column-left .blog_item .summary .blog_title, #column-right .blog_item .summary .blog_title {
	font-size:16px;
	margin:0 0 7px;
}
.column-2 .summary .blog_title, .column-3 .summary .blog_title {
	font-size:24px;
	margin:0 0 7px;
}
.column-4 .summary .blog_title {
	font-size:17px!important;
}
.blog_item .summary p {
	font-size:14px;
	line-height:21px;
}
#column-left .blog_item .summary p, #column-right .blog_item .summary p {
	font-size:13px;
	line-height:20px;
}
.blog_item .summary p .fa {
	color:#cccccc;
}
.blog_grid_holder {
	margin-left:-15px;
	margin-right:-15px;
	padding-top:13px;
	/*font-size:0;*/
}
#column-left .blog_grid_holder, #column-right .blog_grid_holder {
	padding-top:5px;
}
.blog_grid_holder.related {
	padding-top:0px;
}
.carousel-1 .blog_item {
	width:100% !important; /* carousel */
	margin-bottom:0px;
}
#column-left .blog_item, #column-right .blog_item {
	width:100%; /* carousel */
	margin-bottom:17px;
}
.column-2 .blog_item .image, .column-3 .blog_item .image, .column-4 .blog_item .image, #column-left .blog_item .image, #column-right .blog_item .image {
	margin-bottom:17px;
}
.blog_item .image img {
	transition:all 400ms;
}
.blog_item .image img:hover {
	opacity:0.8;
	transition:all 400ms;
}
.all-blogs .blog_grid_holder .blog_item .summary .image{
 background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
	float: left;
    position: relative;
}
.blog_item .summary .blog_title {
	margin: 0 0 10px;
    font-size: 26px;
    //width: 81%;
    //float: left;
}
#column-left .blog_item .summary .blog_title, #column-right .blog_item .summary .blog_title {
	font-size:16px;
	margin:0 0 7px;
}
.column-2 .summary .blog_title, .column-3 .summary .blog_title {
	font-size:24px;
	margin:0 0 7px;
}
.column-4 .summary .blog_title {
	font-size:20px;
}
.blog_item .summary p {
	font-size:14px;
	line-height:21px;
}
#column-left .blog_item .summary p, #column-right .blog_item .summary p {
	font-size:13px;
	line-height:20px;
}
.blog_item .summary p .fa {
	color:#cccccc;
}

/* Blog Post */
.blog_post .owl-carousel .owl-buttons .owl-next i {
    font-size: 18px;
    color: #787878;
    top: 3px;
    right: 9px;
    position: absolute;
}
.blog_post .owl-carousel .owl-buttons .owl-prev i {
    font-size: 18px;
    color: #787878;
    top: 3px;
    left: 8px;
    position: absolute;
    margin: 0;
}
.blog_post #blog-carousel .owl-controls .owl-buttons .owl-next {
    cursor: pointer;
    height: 26px;
    left: auto;
    right: 0;
    margin-top: 0;
    top: -51px;
    width: 26px;
    padding: 0;
    position: absolute;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    color: #787878;
    display: block;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
}
.blog_post #blog-carousel .owl-controls .owl-buttons .owl-prev {
    cursor: pointer;
    height: 26px;
    left: auto;
    right: 25px;
    margin-top: 0;
    top: -51px;
    width: 26px;
    padding: 0;
    position: absolute;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    color: #787878;
    display: block;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
}

.blog_post #blog-carousel .owl-controls .owl-buttons .owl-prev:hover, .blog_post #blog-carousel .owl-controls .owl-buttons .owl-next:hover {
    background: #161b1e none repeat scroll 0 0;
    border-color: #161b1e;
}

.blog_post #blog-carousel .owl-controls .owl-buttons .owl-prev:hover, .blog_post #blog-carousel .owl-controls .owl-buttons .owl-next:hover {
    background: #161b1e none repeat scroll 0 0;
    border-color: #161b1e;
}

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

.blog_stats {
	font-size:13px;
	text-transform:none;
	color:#999999;
	margin:0 0 15px;
	border-bottom:1px solid #f1f1f1;
	padding-bottom:5px;
}
.column-2 .blog_stats, .column-3 .blog_stats, .column-4 .blog_stats, .blog_post .related .blog_stats {
	font-size:12px;
	margin:0 0 12px;
	padding-bottom:1px;
}
#column-left .blog_stats, #column-right .blog_stats {
	font-size:11px;
	margin-bottom:-4px;
	border-bottom:none;
	padding-bottom:0;
}
.blog_stats span {
    display: inline-block;
	margin-right:5px;
	margin-bottom:8px;
	line-height:12px;
}
.blog_stats span + span {
	padding-left:7px;
	border-left:1px solid #eeeeee;
}
.blog_stats .fa {
	color:#bbbbbb;
	margin-right:5px;
}
.blog_stats .text {
	font-weight:inherit;
}
#column-left .blog_stats .text, #column-right .blog_stats .text, .column-2 .blog_stats .text, .column-3 .blog_stats .text, .column-4 .blog_stats .text {
	font-size:0;
}
.blog_stats .hl {
	color:#777777;
}
#column-left .blog_stats .hl, #column-right .blog_stats .hl, .column-2 .blog_stats .hl, .column-3 .blog_stats .hl, .column-4 .blog_stats .hl {
	font-weight:inherit;
}
.blog_post .blog_stats {
	margin:15px 0 22px;
}
.blog_post .tags {
	display:block;
	padding-top:5px;
	margin-bottom:25px;
	font-size:13px;
	color:#aaaaaa;
}
.blog_post .tags a {
	font-size:14px;
	margin-left:2px;
}
.blog_post h3 {
	margin:20px 0 18px;
	padding-bottom:6px;
	display:block;
	clear: both;
	border-bottom:1px solid #eeeeee;
}
.blog_post h3 i {
	vertical-align:middle;
	margin-right:7px;
}
.blog_post .share {
	margin-bottom:40px;
}
.blog_post .share .fa {
	font-size:19px;
	padding:0 10px;
	margin:0 5px 10px 0;
	color:#f5f5f5;
	height:36px;
	line-height:36px;
	width:120px;
	transition:all 300ms;
}
.blog_post .share .fa:hover {
	opacity:0.9;
	transition:all 300ms;
}
.blog_post .share .fa:after {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px; 
	vertical-align:top; 
	margin-left:10px;
}
.blog_post .share .fa-facebook {background:#3b5998;}
.blog_post .share .fa-facebook:after {content:"Facebook"}
.blog_post .share .fa-twitter {background:#00aced;}
.blog_post .share .fa-twitter:after {content:"Twitter"}
.blog_post .share .fa-google-plus {background:#dd4b39;}
.blog_post .share .fa-google-plus:after {content:"Google+"}
.blog_post .share .fa-navicon {background:#f1f1f1; color:#888888; text-align:center; font-size:17px;}
.blog_post .at15t_compact, .at16nc.at16t_compact {background-position:-9999px -9999px !important;}
/* Related blogs */
.blog_post .related .blog_item {
	margin: 0 10px;
    width: auto;
}

.blog_post .related .blog_title {
	font-size:18px;
}
.blog_post .related p {
	font-size:14px;
	line-height:20px;
}
.blog_post .related p a {
	color:#999999;
}
.blog_post .related p .fa {
	color:#cccccc;
}
/* Comments */

h3.comment_heading {
    border: 0;
    margin-bottom: 5px;
    color: #787878 !important;
}


.blog_post #comment {
	margin-bottom: 25px;	//55px;
    width: 100%;	
    float: left;
}
.blog_post .blog_comment {
	display:block;
	font-size:14px;
	margin-bottom:0px;
	border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 10px;
    padding: 18px 0;
    float: left;
        width: 100%;
    //margin-right: 15px;
}

.blog_post .blog_comment_top {
    float: left;
    width: 100%;
}
.blog_comment .blog_comment_top .name {
    font-weight: 700;
    color: #161b1e;
    width: 100%;
}

.blog_post .blog_comment_bottom {
    width: 100%;
    float: left;
}
.blog_comment .blog_comment_top .date {
    width: 100%;
    font-size: 12px;
    color: #bbb;
}
/* Modules */
.blog-module {
	margin-bottom:40px;
}
.blog-module.latest {
	margin-bottom:20px;
}
.blog-module h3 {
	margin:15px 0 10px 0;
	padding-bottom:6px;
	border-bottom:1px solid #f5f5f5;
}
.blog-module h3 a.all {
	float:right;
	font-size:13px;
	line-height:24px;
}
.blog-module h3 a.all .fa {
	color:#cccccc;
}
#column-left .blog-module h3 a.all, #column-right .blog-module h3 a.all {
	display:none;
}
/* Category Module */
.blog-category > ul > li {
	position:relative;
	border-bottom:1px solid #f5f5f5;
}
.blog-category ul > li > ul {
    display: none;
	padding-left:0;
}
.blog-category > ul > li.active > ul {
	display: block;
}
.blog-category > ul > li > a {
	display: block;
	line-height:34px;
	font-size:14px;
}
.blog-category .sign {
	position:absolute;
	right:0px;
	top:0px;
	line-height:34px;
	width:30px;
	text-align:center;
	cursor:pointer;
	color:#cccccc;
}
.blog-category li .sign .fa-minus,  
.blog-category li.open .sign .fa-plus {
	font-size:0;
}
.blog-category .sign .fa, 
.blog-category li.open .sign .fa-minus, 
.blog-category li.open ul li.open .sign .fa-minus, 
.blog-category li.open ul li .sign .fa-plus {
	font-size:11px;
}
.blog-category > ul > li ul > li {
	border-top:1px solid #f5f5f5;
	list-style:none;
}
.blog-category > ul > li ul > li {
	border-top:1px solid #f5f5f5;
	list-style:none;
}
.blog-category > ul > li ul > li a {
	line-height:34px;
	font-size:13px;
}
.blog-category > ul > li ul > li a .fa {
	color:#cccccc;
	font-size:10px;
	margin:0 6px;
}
.captcha_wrap img { 
	max-width:none;
}
.blog_grid_holder.blog_products {
	padding-top:5px;
}
.blog_product {
	font-size:14px;
}
.blog_product .image {
	margin-top:0;
}
.blog_product .name {
	display:inline-block;
	margin-bottom:5px;
}
.blog_product .price-old {
	text-decoration:line-through;
}
.blog_product .price-tax {
	font-size:11px;
	display:block;
	color:#aaaaaa;
}
@media screen and (max-width:767px){
.column-3 .blog_item, .column-4 .blog_item {width:50%;}
.blog_stats .text {font-size:0}
}
@media screen and (max-width:567px){
.column-2 .blog_item, .column-3 .blog_item, .column-4 .blog_item {width:100%; }
}

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

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	box-shadow: none;
    border-radius: 0;
    border: 0;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls .owl-buttons div {
	position: absolute;
}
.owl-controls .owl-buttons .owl-prev {
	left: 10px;
	top: 50%;
}
.owl-controls .owl-buttons .owl-next {
	right: 10px;
	top: 50%;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/* OpenCart Code */
.owl-carousel {
	margin: 0 0 20px;
	background: #fff;
	direction: ltr !important;
	z-index: 1;
}
.owl-wrapper-outer {
	border: 4px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.owl-carousel .owl-buttons div {
	/*opacity: 0;*/
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	transition: all .3s ease;
}
/*.owl-carousel:hover .owl-buttons div {
	opacity: 0.7;
}*/
.owl-carousel .owl-buttons .owl-prev {
	left: 10px;
}
.owl-carousel .owl-buttons .owl-next {
	right: 10px;
}
/*.owl-carousel .owl-buttons div i {
	font-size: 40px;
	margin: -20px 0 0;
}*/
.owl-pagination {
	text-align: center;
	top: 20px;
	position: relative;
}
.owl-controls .owl-page {
	display: inline-block;
	margin: 0px 6px;
}
.owl-controls .owl-page span {
	display: block;
	width: 11px;
	height: 11px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.owl-controls .owl-page.active span {
	background: rgba(0, 0, 0, 0.9);
}
/* New Blog End here*/



/*Megnor Blog light-box CSS */
/* Megnor Category CSS */

#nav-one .dropdown:hover .dropdown-menu, #nav-one .hiden_menu:hover .dropdown-menu {
    display: block;
}
#nav-one > li > .dropdown-menu {
    background: #262626 none repeat scroll 0 0;
    border: medium none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    padding: 0 22px;
    left:230px;
    top:0;
}
#nav-one > li.dropdown, #nav-one > li.hiden_menu, #nav-one > li.dropdown .column1 ul .dropdown{
    background:url(../image/megnor/menu_left.png) no-repeat scroll right 7px transparent;
}
#nav-one > li.hiden_menu > .dropdown-menu{padding:22px;}
.top_level.hiden_menu{position:relative;}
#nav-one li .megamenu ul.childs_1:first-child {
    padding: 30px 2px;
}
#nav-one li .megamenu ul.childs_1 {
    padding: 30px 2px 30px 20px;
}
#nav-one li .megamenu ul.childs_1:last-child {
}
#nav-one li ul {
    display: table-cell;
    float: none;
}
#nav-one ul {
    display: inline-block;
    float: none;
    margin: 0 auto;
    text-align: left;
}
#nav-one li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 13px;
    font-weight: 700;
    padding: 1px 8px;
}
#nav-one li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {
    width: 100%;
}
#nav-one > li ul > li > a {
    min-width: 188px;
}
#nav-one li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 1px 8px;
    text-transform: uppercase;
}
#nav-one li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {
    width: 100%;
}
#nav-one > li ul > li > a {
    min-width: 188px;
}
#nav-one li ul > li > a, .responsive-menu .main-navigation li a {
    color: #262626;
    display: block;
    font-size: 13px;
    padding: 8px;
    white-space: nowrap;
}
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu {
    background: #262626 none repeat scroll 0 0;
    border: medium none;
    margin: 0;
    padding: 6px 0 0;
    position: relative;
}
#nav-one li ul {
    display: table-cell;
    float: none;
}
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #b3b3b3;
    display: inline-block;
    font-family: Raleway;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    text-transform:capitalize;
}
#nav-one li .megamenu ul.list-unstyled.childs_2 a {
    min-width: 145px;
}
#nav-one li .megamenu.column1 ul.childs_1 {
    border: medium none;
    padding: 22px 0;
}
#nav-one li .megamenu.column1 ul.list-unstyled li > a, .hiden_menu .top_level > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color:#b3b3b3;
}
#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
    display: none;
    left: 188px;
    padding: 10px;
    position: absolute;
    top: 0;
}
#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
    display: block;
    padding:10px 22px;
}
#nav-one li .megamenu.column1 ul.list-unstyled li:hover > a, #nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li:hover > a, .hiden_menu .top_level:hover > a {
    color:#fff;
}
.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;}
.extension-megnor_blog-home h2 { margin: 0 0 12px;    padding:5px 0;font-weight: 500;}
.extension-megnor_blog-home #content h2 a{ font-size:25px; text-transform:capitalize;}
/*.extension-megnor_blog-home .panel-body:hover .blog-date {
    background-color: #ce2b2a;
    color: #fff;
}*/
/*end css*/
 
/* More Menu Background added*/
#menu .navbar-nav .hiden_menu .dropdown-inner li.top_level {
    width: 100%;
    float: left;
}
#menu .top_level.hiden_menu .dropdown-menu.megamenu.column4 {
    background: transparent;
    margin: 0;
    border: 0;
}
#menu .hiden_menu .top_level > a {
    color: #fff;
    padding: 15px 15px 10px;
    text-align: left;
    float: left;
}
#menu .hiden_menu .dropdown-inner li.level0.top_level.dropdown {
    float: left;
}
#menu .hiden_menu .dropdown-inner .megamenu {
    position: relative;
    margin: 0;
    padding: 0;
}
#menu .hiden_menu .dropdown-inner .list-unstyled.childs_1{
    background: transparent;
}
#menu .hiden_menu .dropdown-menu.megamenu.column4 .dropdown-inner {
    
    position: relative;
    margin-left: 20px;
}
#menu .dropdown-inner .dropdown-menu {
    background: transparent;
    border: 0;
    float: none;
}
/* menu in megamenumore tab*/
/*Megnor Blog CSS */ 



@media only screen and (max-width: 1240px) and (min-width: 1024px) {

    /*.zoomContainer .zoomWindow{
    	height: 350px !important;
        width: 350px !important;
    }
    */
    .date-time{margin-right:13px;}

    #blog-carousel .owl-controls .owl-buttons .owl-prev{left: 40%;}

    #blog-carousel .owl-controls .owl-buttons .owl-next{right: 40%;}

    .blog-right { width:100%; }

    .deal-title{
        font-size: 25px;
    }

    .order-text{
        margin: 0 15px;
        font-size: 20px;
    }

    #menu > ul > li > div{min-width:720px}

    .categorycolumn{margin-right:5px}

    .header_left.header_block{margin-right: 35px;}

    .header_right.header_block{margin-right:15px}

    .cms2 .one_third_inner.content_inner {
        margin: 0 3px;
    }

    .blog_inner .slider-item .product-image-inner-blog {
        margin:0 15px
    }

    .blog_inner .product-carousel {
        margin-left:-15px
    }

    #blog .customNavigation a.prev {}

    #blog .customNavigation a.next {}

    #blog .image-block > img,.category_img img {
        width:100%
    }

    .news-text {
        font-size:17px;
        letter-spacing:0
    }

    .footer-percent4 .footer-percent-inner {
        padding:67px 17px 48px
    }

    #footer .col-sm-3.column {
        padding:50px 17px 50px 0
    }

    #footer .col-sm-3.column.last {
        padding:50px 17px 61px
    }

    .layout-2.left-col #column-left,.layout-2.right-col #column-right {
        width:26%
    }

    .layout-2 #content {
        width:74%
    }

    .product-info .image-additional img {
        width:100%
    }

    .cms-banner-item .static-text,.parallex .content_inner .service-text {
        font-size:24px
    }

    .cms-banner-item .text3.static-text {
        font-size:12px
    }

    .product-info .image-additional {
        width:100%
    }

    #top-links li{ }

    .main-menu > ul > li > a{
        margin-left: 8px;
        margin-right: 8px;
    }

}


@media (min-width: 980px) {

    #menu > ul > li > div {
        display: none;
        position: absolute;
        z-index: 99999;

    }
    #menu > ul > li.hiden_menu > .categorybg {

    }
    #menu > ul > li:hover > div {
        display: block;
    }

    #menu > ul > li > div > li > a {
        white-space: nowrap;
    }
    #menu > ul > li > div > li > a:hover {
        color: #f8d17a;
    }
}


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

/*.zoomContainer .zoomWindow {
    height: 300px !important;
    width: 300px !important;
}
*/
.post-title{width:55%;}

.date-time .day{font-size:20px}

.date-time{padding:6px 11px;}

.date-time .month, .date-time .year{font-size:11px;}

.footer_title2{font-size:29px}

#blog-carousel .owl-controls .owl-buttons .owl-prev{left: 34.25%;}

#blog-carousel .owl-controls .owl-buttons .owl-next{right: 34.25%;}

.deal-title{
    font-size: 25px;
}

.order-text{
    margin: 0 15px;
    font-size: 20px;
}

.offer-btn{
}

.header_left.header_block{
    margin-right: 35px;
}

.header_center.header_block{
    width: 53%;
}

.header_right.header_block{}

.search{z-index: 999;}

#res-menu {
    display:block;
    width: 100%;
}

/*.main-menu {
    display:none
}*/
    
.cms2 .one_third_inner.content_inner {
    margin: 0 2.5px;
}

.blog_inner .slider-item .product-image-inner-blog {
    margin:0 15px
}

.blog_inner .product-carousel {
    margin-left:-15px
}

#blog .customNavigation a.prev {
    right:54px
}

#blog .customNavigation a.next {
    right:28px
}

.news-text {
    font-size:17px;
    letter-spacing:0
}

.footer-percent4 .footer-percent-inner {
    padding:67px 12px 48px
}

#footer .col-sm-3.column {
    padding:50px 12px 50px 0
}

#footer .col-sm-3.column.last {
    padding:50px 12px 61px
}

#blog .image-block > img,.category_img img {
    width:100%
}

.product-info .image-additional img {
    /*width:100%*/
}

.banners-slider-carousel img{width:auto}

.cms-banner-item .static-text,.parallex .content_inner .service-text {
    font-size:20px
}

.cms-banner-item .text3.static-text {
    font-size:12px
}

.layout-2.left-col #column-left,.layout-2.right-col #column-right {
    width:27%
}

.layout-2 #content {
    width:73%
}

.pagination-wrapper.top {
    float:left;
    clear:both;
    margin:15px 0 0
}

.product-info .image-additional {
    width:100%
}

#column-left .product-thumb .price-old,#column-right .product-thumb .price-old {
    margin-left:0
}

.owl-carousel .owl-buttons .owl-prev,.owl-carousel .owl-buttons .owl-next {
    width:200px !important
}

.product-block-inner img {
    width:100%
}

.banners-slider-carousel img{width:auto}

.productbox-grid .product_hover_block .cart_button,.product-carousel .product_hover_block .cart_button{width: 61.609%;}

#res-menu {
    display:block;
    width: 99%;
}

/*.main-menu {
    display:none
}*/

}

@media only screen and (min-width: 768px) and (max-width: 994px) {
.layout-2.left-col #column-left {
    width:100%
}


.header_center.header_block{
    width: 48%;
}

.header_left.header_block{
    margin-right: 35px;
}

.header_right.header_block{
}


#top-links li{margin-left: 12px;margin-right: 12px;}

nav.nav-container{width:100%; padding-right: 10px;}

#res-menu {
    display:block;
    width:89.3%
}

.main-menu {
    display:none
}

.layout-2.left-col #content {
    width: 100%;
}

.layout-2.right-col #column-right {
    width:34%;
    margin-top:50px
}

.layout-2.right-col #content {
    width:100%;
    padding-right:15px
}

    #column-left .product-items .product-details,#column-right .product-items .product-details {
        float:left;
        margin:10px 0 0;
        width:100%
    }
     /* remove icon of toggle*/
    #column-left .toggle a.mobile_togglemenu {
        background: none;
    }
    /* align center for banner */
    .swiper-viewport #banner0 .swiper-slide img.img-responsive {
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 994px) {

/*.zoomContainer .zoomWindow {
    height: 300px !important;
    left: 332px !important;
    width: 300px !important;
}
*/

    .nav-inner.container{
		background-color: transparent;
	}
	.common-home #column-left .box.category-left-column {
    	display: none;
	}
	#column-left .box.category-left-column {
    	display: none;
	}
	#column-left .box .list-group {
    	display: none;
	}
	/*for toggle in below column-left*/
	#column-left .box .box-heading.toggle {
    	position: relative;
    	border-radius: 0;
    	margin: 0;
	}
	#column-left .box .box-content {
    	display: none;
	}
        #column-left .list-group {
            display: none;
        }
    .header_center #menu.responsive-menu {
        width: 100%;
        float: left;
    }
    #menu .nav-responsive .expandable {
        float: none;
    }
/* css for responsive menu */	
	#menu .navbar-nav > li > .dropdown-menu.column2 , #menu .navbar-nav > li > .dropdown-menu.column3 ,#menu .navbar-nav > li > .dropdown-menu.column1{min-width:auto}
	.responsive-menu .top_level {padding: 0;width: 100%;}
	.nav.navbar-nav{display:none;}
	.responsive-menu .nav.navbar-nav {height:365px;overflow-y:scroll; border-top: 1px solid #787878; padding: 12px 25px;  background: #282d30 none repeat scroll 0 0;  position: absolute;  width: 100%;  z-index: 999;box-shadow: none;left:0;right:0;margin:0 auto;top: 98px;}
	#menu.responsive-menu ul li a.mobile_togglemenu { right:0;background:none;margin-top:0;float: right;    width: 33px;height:33px;}
	.responsive-menu li.toggle {  box-shadow:none;padding:0;float:left;width:100%; margin:5px 0;}
    .top_level.home.home_first {    display: none;}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a {  float: left;}
	#menu.responsive-menu .dropdown:hover .dropdown-menu {  display: none;}
	#menu > ul > li > div{height:auto;opacity: 1;}
	#menu.responsive-menu .dropdown .dropdown-menu {background:none;border: medium none;  box-shadow: none;  padding: 0;  position: relative;  width: 100%; margin-left:0 !important;}
	#menu.responsive-menu ul li a:hover, #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;  color: #878787;}
	#menu.responsive-menu ul li a , #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a{
    color: #cccccc;
    display: block;
    font-family: "Raleway",verdana,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 5px 0;
    text-transform: capitalize;float:left;width:100%;border:none;text-align:left;}
    #menu.responsive-menu .nav.navbar-nav > li { width: 100%;}
	#menu.responsive-menu .nav.navbar-nav {    padding: 12px 20px;}
	#menu.responsive-menu ul li a.mobile_togglemenu , #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a.mobile_togglemenu { right:0;background:none;margin-top:0;float: right;    width: 33px;height:33px;position:absolute;}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a {    margin: 0;}
	#menu.responsive-menu .top_level.dropdown.toggle {  margin: 0;}
	#menu.responsive-menu ul.nav li .megamenu.column1 ul.childs_1 {  padding: 0 15px 5px; float:left;width:100%;}
	.responsive-menu ul li .mobile_togglemenu:hover {  background-color: rgba(0, 0, 0, 0);}
	#menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {  display: none;}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled > li.dropdown .dropdown-menu {width:100%;float:left;border: medium none;    left: 0;  right: 0;  position: relative;    top: 0;font-size: 12px;    letter-spacing: 0.5px; margin-bottom: 10px;  padding: 0 0 0 10px;}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a{  color: #cccccc;font-size:12px;letter-spacing:0.5px;}
	.top_level.home {    display: none;}
    #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a:hover{
        color: #878787;
    }
	#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: #cccccc;;
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 12px;
    left: auto;
    right: auto;
    line-height: 33px;
    position: absolute;
    right: 0;top:0;
	}
	#menu.responsive-menu .toggle.active .mobile_togglemenu:before, #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle.active > a.mobile_togglemenu:before , #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle.active > a.mobile_togglemenu:before { 
	color: #cccccc;
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 12px;
    left: auto;
    line-height: 33px;
    position: absolute;
    right: 0;top:0;
	}
	#menu ul.nav li .megamenu.column1 ul.list-unstyled li.dropdown > a::after{content:"";}
	#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu { padding: 10px 0 3px 15px;}
	#menu.responsive-menu ul.nav li .megamenu ul.childs_1 {  display: block;
    float: left;
    padding: 0;
    width: 100%;}
	#menu.responsive-menu .list-unstyled.childs_1 > li{padding:0;margin:0;}
	#menu.responsive-menu .navbar-nav > li > .dropdown-menu{ margin-bottom: 10px; padding-left: 10px;  top: 0;}
	#menu ul li .megamenu.column1 ul li.dropdown::after { display:none; }
	#menu ul.nav li .megamenu.column1 ul.list-unstyled li .dropdown-menu { background-color:#282d30; box-shadow: none; }
	#menu .dropdown-menu.megamenu.column4 {min-width: auto;}
	/* end css for responsive menu */
    .nav-responsive span {
	    margin-left: 0;
	    padding: 21px 15px 20px;
        float: left;
        top: 17px;
	}
    
	.nav-responsive {
    	    width: 100%;
    	    float: left;
	}
.post-title{width:55%;}

footer h5:before{content:initial}

#blog-carousel .owl-controls .owl-buttons .owl-prev{
    left: 35%;
}

#blog-carousel .owl-controls .owl-buttons .owl-next{
    right: 44%;
}

.testimonial-content:before{bottom: 110px;}

.static-wrapper{padding:0 35px;}

#res-menu {
    display:block;
    width: 100%;
}

.main-menu {
    display:none
}

.cms2 .one_third_inner.content_inner {
    margin: 0 2.5px;
}

.cms1 .one_third_inner.content_inner {}

.cms3 .one_third_inner.content_inner {
}

.cms-banner-item.cms-banner1,.cms-banner-item.cms-banner4 {
}

.cms-banner-item .static-text {
    font-size:17px
}

.text3.static-text {
    font-size:11px
}


.box .box-content .customNavigation a {
    top:0
}

.parallex .content_inner .service-text {
    font-size:18px
}

.parallex .one_third_inner.content_inner {
    margin:0 15px
}

#blog .image-block > img,.category_img img {
    width:100%
}

.product-info .image-additional img {
}

.news-text {
    font-size:14px;
    width:42%;
    margin-top:0
}

.footer_inner1 {
    border-bottom:medium none
}

.footer-percent {
    width:50%;
    border-bottom: none;
}

.footer-percent-inner,.footer-percent4 .footer-percent-inner {
    padding:45px 0 0
}

.footer-percent.footer-percent4 {
    background:transparent;
    border-bottom: none;
}

#footer .col-sm-3.column,#footer .col-sm-3.column.last {
    padding:0
}

.footer_inner.container {
    margin-bottom:25px;
    padding-bottom:25px;
    border-bottom:1px solid #2a2e31;
    padding-left: 0;
    padding-right: 0;
}

#footer .col-sm-3.column.last {
    background:none;
    padding:0 0 25px
}

#column-left .product-thumb .caption,#column-right .product-thumb .caption,#column-left .product-thumb .button-group,#column-right .product-thumb .button-group {
    margin-left:84px
}

#column-left .caption .price-old,#column-right .capton .price-old {
    margin-left:0
}

.pagination-wrapper.top {
    float:left;
    margin:15px 10px 0
}

.compare-total {
    clear:both;
    margin:18px 10px 0 0
}

.product-list .product-image-block-inner {
    margin-right:0
}

.product-list .product-details {
    float:left;
    padding-top:30px;
    clear: both;
}

.account-wishlist .text-right .btn.btn-primary {
    margin-bottom:2px
}

.owl-carousel .owl-buttons .owl-prev,.owl-carousel .owl-buttons .owl-next {
    width: 26px !important;
}

.product-info .image-additional,.product-block-inner img {
    width:100%
}
.banners-slider-carousel img{width:auto}

#column-left .box-product .image,#column-right .box-product .image {
    margin-right:7px
}

.col-md-4.btn-list-grid {
    margin-bottom:10px
}

.pagination-right {
    clear:both;
    float:left;
    margin:5px 0
}

.product-compare .table-bordered {
    width:100%;
    float:left;
    overflow:auto;
    display:inline
}

#accordion .form-horizontal .control-label {
    width:100%
}

.col-sm-6.product-right {
    padding:0 15px 0 0
}

#content .hometab .box-content {
    margin:0
}

.deal-title{
    font-size: 20px;
    margin-right: 15px;
}

.order-text{
    margin: 0 15px;
    font-size: 20px;
}

.offer-btn {
    margin-top:10px
}

.cms-banner-inner:before{border: 13px solid #f3f5f7;}

.col-sm-3.sort{width:50%;}

.productbox-grid .product_hover_block .cart_button,.product-carousel .product_hover_block .cart_button{width: 61.605%;}

.shopping-cart .input-group .form-control{width:100%}

.shopping-cart .input-group-btn{clear:both; margin-top:5px}
.checkout-cart .shopping-cart .input-group-btn:last-child > .btn, .checkout-cart .shopping-cart .input-group-btn:last-child > .btn-group{margin-right:5px; margin-left:0;}

.information-blogger-blogs .blog-image img{display:inline-block; max-width:100%;}

.information-blogger-blogs .blog-image{height:auto}
}

@media (max-width: 767px) {
 .responsive-menu .nav.navbar-nav{
        top: 91px;
 }
 .swiper-viewport .swiper-button .swiper-button-next{
    width: 140px;
 }
 .swiper-viewport .swiper-button .swiper-button-prev{
    width: 140px;  
 }

.date-time .day{font-size:20px}

.date-time{padding:6px 11px;}

.date-time .month, .date-time .year{font-size:11px;}

.common-home .alert{top:200px !important; margin-left:15px; margin-right:15px;}

#form-currency .dropdown-menu, #form-language .dropdown-menu{top: 46px;}

#blog .owl-buttons{
    width: 240px;
    margin: 0 auto;
}

#blog-carousel .owl-controls .owl-buttons .owl-next,#blog-carousel .owl-controls .owl-buttons .owl-prev{}

#blog-carousel .owl-controls .owl-buttons .owl-prev{
    left: 7%;
    right: auto;
}

#content #blog-carousel .product-block, #content #blog-grid .product-block{margin:0 14px;}

#content .box.blogs .box-content{margin-left:-14px; margin-right:-14px;}

.checkout-cart #accordion .input-group-btn:last-child > .btn, .checkout-cart #accordion .input-group-btn:last-child > .btn-group{margin-left:5px; margin-right:0}

#blog-carousel .owl-controls .owl-buttons .owl-next{
right: 27%;width: auto;left: auto;}

.testimonial-content{padding-top:90px}

.testimonial-content:before{
    bottom: 150px;
}

.deal-title{
    margin-top: 5px;
    margin-bottom: 5px;
}

.order-text{
    margin-top: 5px;
    margin-bottom: 5px;
}


.layout-2 #content,.layout-3 #content {
    width:100%
}

.product-info .image-additional {
    width:100%
}

#form-currency button span, #form-language button span{display:inline-block !important}

.nav-responsive span{
    margin-top: 25px;
	padding:0;
}

.product-info .image-additional a {
}

.header-logo,.header-search,.header-cart {
    display:inline-block;
    float:none;
    width:100%
}

.header-logo {
    text-align:center
}

.header-cart {
    width:100%;
    display:inline-block;
    text-align:center
}

.header-logo > div {
    display:inline-block
}

#top-links{float: left;position: static;display: inline-block;margin: 3px 10px;z-index: 99;}

.col-sm-3.cart{
    position: static;
}

.btn-info {
    margin-bottom:3px
}

#input-search {
    margin-bottom:8px
}

#logo .img-responsive {
    margin:0 auto 15px
}

.col-sm-4.total_amount {
    margin-top:20px
}

#cart {}

#cart .dropdown-menu {
    width:350px;
    top: 59px;
}
#top-links .myaccount-menu{
    top: 56px;
}
.checkout-cart .table.table-bordered .input-group-btn {
    clear:both;
    margin:5px 0 0;
    float:left
}


.filterbox .list-group,.filterbox .panel-footer{padding-left: 0 !important; padding-right: 0 !important;}

.button_class {
    clear:both;
}

.col-sm-3.sort{width:100%;}

.show-wrapper {
    clear:both;
    margin:10px 0 0
}

.category_filter .show {
    float:left;
    margin:8px 10px 0 0
}

.product-compare .table-bordered {
    float:left;
    width:100%;
    overflow:auto;
    display:inline;
}

.product-info .image,.product-info .additional-carousel {
    margin:0 auto;
    width:300px
}

.addthis_toolbox.addthis_default_style {
    margin:10px 0
}

#content .category_list .filterbox {
    border:medium none;
    margin:10px 0
}

#content .category_list .filterbox .list-group a {
    border:none
}

.checkout-cart .input-group-btn:last-child > .btn,.checkout-cart .input-group-btn:last-child > .btn-group {
    margin-left:0;
    margin-right:5px
}

.header_block {
    width:auto;
    text-align:center;
    float:none;
}

header > .container{padding-bottom: 17px;}

.header_center.header_block{
    float: left;
    width: 70%;
    text-align: left;
    z-index: 9;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.header_left.header_block{margin-left:auto; margin-right:auto;}

.header_right.header_block{
    text-align: center;
    margin: 30px auto 0;
    position: relative;
    z-index: 999;
}

.header_right.header_block .header_search{
    position: static;
    display: inline-block;
    text-align: center;
    float: left;
}

.search{float:none;}

#search .btn-lg {
}

.cms_outer.container{padding:0 15px}

#search {
top: 41px;
right:80px
}

.searchtoggler{
}

#search .input-lg, #search:hover .input-lg, #search .input-lg:focus{

}

#search:hover .btn-lg, #search:focus .btn-lg,#search .btn-lg{
    background-position: -34px -202px;
    background-color: #282d30;
}

.nav-inner.container {
    margin:0 15px
}

#res-menu {
 height: auto;
}

.responsive-menu .main-navigation{top: 89px !important;}

.text1.static-text::before {
    display:none
}

.text1.static-text::before {
    bottom:-3px
}

.cms-banner-item .static-text {
    font-size: 14px;
    line-height:12px
}

.cms-banner-item .text3.static-text {
    font-size:10px
}

.cms-banner-inner .static-inner::after {
    left:-10px;
    top: -20px;
}

.cms-banner-inner:hover .static-inner::after {
    left:0
}

.text3.static-text,.static-wrapper,.cms-banner3 .static-wrapper {
    text-transform:capitalize
}

.common-home .box .box-content{padding-left:0; padding-right:0}

.product-carousel .product_hover_block .cart_button, .productbox-grid .product_hover_block .action button, .product-carousel .product_hover_block .action button,.product-grid .product_hover_block .action button{width: 33.33%;}

.product_hover_block .action .cart_button span{text-indent: -1000px;background-position: center -58px;padding-left: 0px; display:block}

.product_hover_block .action .cart_button:hover span{background-position: center 4px;}

.static-wrapper{padding:0 20px;bottom: 30px;}

.text1.static-text {}

.hometab-heading {
    float:none;
    text-align:center
}

.hometab-heading::before {
    left:0;
    right:0;
    margin:0 auto
}

.htabs {
    text-align:center;
    margin-right:0
}

.parallex.container,.blog_testimonial.container {
    padding:0
}

.parallex .one_third {
    padding: 115px 0;
}

.parallex .one_third_inner.content_inner {
    margin:0 5px
}

.blog_inner {
    margin-right:0
}

.blog_inner .product-carousel {
    margin-left:0
}

.blogs,.testimonials {
    width:100%
}

.blog_inner .slider-item .product-image-inner-blog {
    margin:0 10px
}

#blog .customNavigation a.next {}

.news-text {
    margin-top:12px;
    width:62%;
    padding-left:0;
    margin-left:0;
    border-left: none
}

.tm-about-text {
    float:none
}

.footer_bottom_inner.container {
    text-align:center
}

.footer_bottom_left,.footer_bottom_right,.footer_bottom_right > p,.footer_right {
    float:none;
    text-align:center
}

.footer_bottom_right > p {
    margin-right:0
}

.breadcrumb {
    left:15px!important;
    float:left!important;
    right:auto!important;
    top:46px!important
}

.container .page-title,.container .product-title,.container h2,.container h1 {
    padding:0 0 30px
}

.layout-2.left-col #content {
    padding-left:15px
}

.product-block:hover .product_hover_block,.product-block .product_hover_block {
    bottom:0
}

.product-layout.product-grid {
    width:50%
}

.col-sm-6.product-left,.col-sm-6.product-right {
    width:100%
}

.col-sm-6.product-right {
    padding:0 15px
}

.layout-2.right-col #content {
    padding-right:15px
}

.blogs {
    margin-bottom:60px
}

#blog .customNavigation a.prev {
}

.cms1 .one_third_inner.content_inner {}

.cms2 .one_third_inner.content_inner {
    margin: 0 2.5px;
}

.cms3 .one_third_inner.content_inner {}

.banners-slider-carousel .customNavigation a,.banners-slider-carousel:hover .customNavigation a {
    opacity:1
}

#top-links li.dropdown.myaccount {
 padding: 0;
 margin-left: 0;
 margin-right: 0px;
 text-align: left;
}

.col-sm-6.product-left {
    padding-right:15px
}

.hometab.container {
    padding:0
}

.caret {
    width:12px!important;
    height:12px!important
}

.blog-left .blog-image img{height:auto; width:100%}

.main-menu > ul > li ul > li > a, .responsive-menu .main-navigation li a{white-space:normal}

.banners-slider-carousel:hover .customNavigation a,.banners-slider-carousel .customNavigation a{opacity:1 !important; -webkit-opacity:1 !important; -moz-opacity:1 !important; -khtml-opacity:1 !important;}

.zoomContainer .zoomWindow, .zoomContainer, .zoomLens{display:none !important}

}

@media only screen and (max-width: 479px) {
.date-time{padding: 9px 13px;
    margin-right: 5px;}

.date-time .day{font-size:30px}

.date-time .month, .date-time .year{font-size:13px}

.dash{display:none}

.blog-date{margin-right:20px;}

#blog .owl-buttons{width:300px}
    
.product-info .image-additional a {
    float:none;
    text-align:center;
    padding:1px
}
.header_center.header_block{
    width: 59%;
}
.responsive-menu .nav.navbar-nav{
    top: 84px;
}


.table {
    float:left;
    margin-bottom:20px;
    overflow:scroll;
    width:100%
}

.product-layout.product-grid {
    width:100%!important
}

.shopping-cart .input-group .form-control {
    width:100%;
    padding:0;
    text-align:center
}

.account-wishlist .table-bordered,.account-return .table-bordered {
    float:left;
    width:100%;
    overflow:auto;
    display:inline
}

#cart .dropdown-menu table {
    display:inline-block;
}

.header_right.header_block .header_search{
}

#cart{}

#blog-carousel .owl-controls .owl-buttons .owl-prev{
left:15%;
}

#blog-carousel .owl-controls .owl-buttons .owl-next{
    right: 33%;
}

.search{margin:0 auto;display: inline-block;}

#search .btn-lg{position:absolute; left: auto; right: 0px;z-index: 999;}

#search .input-lg{right: auto;z-index: 0;width: 220px;}


#search:hover .input-lg, #search .input-lg:focus,#search .input-lg{}
#top-links{
    z-index: 999;
}

#top-links .list-inline{}

.col-sm-3.cart{}

.owl-pagination{bottom: 15px !important;}

.flex-direction-nav a:before {
    font-size:27px!important
}

#top-links .myaccount-menu{
    top: 49px;
    right: 0px;
}

#cart .dropdown-menu {
    width:290px;
    left: -255px;
    right: auto;
    top: 52px;
}

.dropdown-menu.pull-right {
    width:100%
}

#cart .dropdown-menu li > div {
    min-width:100%
}

.category_filter .limit {
    float:left
}

.contact-info .left,.contact-info .right {
    width:100%
}

.product-info .image,.product-info .additional-carousel {
    width:100%
}

.nav-tabs > li {
    width:100%
}

.nav-tabs > li > a {
    margin:0 0 2px
}

.productpage .write-review,.productpage .review-count {
    display:inline-block;
    margin:0 10px;
    width:auto
}

.pagination-wrapper .page-link {
    float:left
}

.pagination-wrapper .page-result {
    float:left;
    clear:both
}

.checkout-cart .pull-right {
    clear:both;
    float:left;
    margin:10px 0
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width:auto
}

.checkout-cart #accordion .input-group-btn {
    float:left;
    margin:5px 0 0
}

#res-menu {
}

.cms1 .one_third_inner.content_inner {
 margin-right: 5.5px;
}

.cms-banner-item.cms-banner1 {
    margin-bottom: 8px;
}

.cms2 .one_third_inner.content_inner {
    margin: 0 3px;
}

.cms3 .one_third_inner.content_inner {
 margin-left: 5.5px;
}

.common-home .box .box-content .customNavigation a{margin-left: 10px; margin-right: 10px;}

.common-home .box .box-content .customNavigation a.prev{
    padding-left: 40px;
}

.common-home .box .box-content .customNavigation a.next{padding-right:40px}

.cms-banner-inner:before{border: 5px solid #f3f5f7;}

.static-wrapper {
    display:none
}

.parallex .one_third {
    width:100%
}

.parallex .one_third {
    padding:15px 0 0
}

.parallex {
    height:700px
}

#blog .customNavigation a{margin:0 5px}

#blog .customNavigation a.prev {
}

.testimonial-content:before{bottom: 215px;}

.testimonial-content{
    padding-top: 90px;
    margin-top: 20px;
}

.tm-about-text {
    text-align:center
}

.news-text {
    width:100%;
    text-align:center;
    margin-bottom:15px
}

.aboutme-read-more {
    float:none;
    text-align:center
}

.footer-percent {
    width:100%
}

.product-info .image-additional img {}

.nav-tabs > li {
    text-align:center
}

.productpage #input-quantity {
    float:none;
    margin-bottom:15px;
    margin-right:0
}

.container .page-title,.container .product-title,.container h2,.container h1 {
    padding:0 0 50px
}

#top .inner-wishlist,#top inner-checkout {
    display:block
}

#top .top-wishlist,#top .top-checkout {
    display:none
}

#top-links li {
    border-left:medium none
}

#top-links li:last-child,#top-links li:first-child {}

#top-links .myaccount-menu > li:first-child {}

.nav-tabs > li > a {
    margin-right:0!important
}

.account-address .table-bordered {
    border:medium none!important
}

.contact_us {
    text-align:center
}

.htabs li a,.htabs .etabs li {
    width:100%
}

.htabs li a {
    margin-right:0;
    margin-bottom:2px
}

.htabs {
    height:135px
}
.blog-right { width:100%; }

.banners-slider-carousel img{width:100%}

.nav-responsive span{display: none !important;}

.nav-responsive .expandable::before{left:0;right: auto !important;}

#search{right:40px;top: 35px;}

header > .container{padding-bottom:10px}

.responsive-menu .main-navigation{top:82px !important}

}

@media only screen and (max-width: 319px) {
    .product-info .product-image .customNavigation {
        width:196px;
        margin:0 auto;
        position:relative;
    }

    .product-info .additional-carousel {
        width:196px;
        margin:0 auto;
    }

    .header-logo .img-responsive {
        width:100%
    }

    .btn-primary {
        margin-bottom:2px
    }

    .compare-total {
        clear:both;
        margin:8px 10px 10px 0
    }

    #cart .dropdown-menu {
        right:-28px;
        width:210px
    }

    #cart .dropdown-menu {
        width:210px
    }

    #cart .text-right .addtocart {
        margin:0 0 5px
    }

    #cart .text-right .checkout {
        margin:0
    }
}

#accordion .panel-title > a {
    color:inherit;
    display:inline-block;
    width:100%
}

#accordion .panel-title {
    padding:0px
}

.checkout-cart #accordion .panel-title > a,.checkout-checkout #accordion .panel-title{padding:10px}

#accordion .panel-heading .fa.fa-caret-down {
    float:right;
    margin-top:4px
}

#accordion .col-sm-10 {
    width:75%
}
#accordion .form-horizontal .control-label {text-align:left;}
.alert.alert-success.animated.fadeInDown{width:100%;text-align:center;margin:0 -5px;}
/* Megnor www.templatemela.com - End */



.footer-percent-inner .icon.miniLogo{
background: url(../image/megnor/miniLogo.png) no-repeat;
background-size:100%;
}

.img-thumbnail{
max-width:100%!important;
}
.cms-banner-inner{
background-color:black;
   
}

.cms-banner-inner::before {
    border: 2px solid #f3f5f7!important;
    
}
.cms-banner-inner:hover img {
opacity:1;
}

.cms-banner-inner img {
opacity:0.5;
}

.footer_inner.container{

}

.homeBanner{
width: 100%;
height: 768px;
background: url('../image/everythingu01.jpg');
background-position:center top;
}


.homeBanner h1{
text-align:center;
font-size:60px;
line-height:70px;
color:white;
padding-top:300px;
}

.homeBanner #homeSearch{
text-align:center;

}

.homeBanner .btn-primary{
color:black;
background:white;
font-size:16px;
text-transform:uppercase;
border-radius:2px;
border:1px solid white;
}


.homeBanner .btn {
    padding: 10px 15px 12px 15px;
}
.hplb{
margin-top:50px;
margin-bottom:-40px;
}

.hplb a{
text-align:center;
padding:10px 15px;
background-color:#000;
color:#fff;
font-size:22px;
}
.hplb a:hover{

background-color:#ef4036;
color:#fff;
}

#checkout-checkout h1, #common-success h1, #account-login h1{
color:#fff!important;
}

.acc_button{
display:none;
}

.compare_button {
    display: none;
}
.productpage .compare {
    display: none;
}
textarea.form-control {

    height: 30px!important;
    width: 50%;

}

#account-order h1{color:#fff;}
#account-order .btn-danger{display:none;}

.hbspt-form{
font-family:open sans;
}

@media print{
#column-left, #menu, .header_right, #footer,.footer_bttom, .breadcrumb, #topNav, .footer_bottom{
display:none;
}
}
.related .box-heading {
    margin-bottom: -50px;
}

.responsive-menu, .main-menu {
    background: #000!important;
}
@media (max-width:600px){
.img-thumbnail{
display:none!important;
}

.img-responsive {
    margin-top: -100px;
    margin-bottom: -80px;
}
.product-info .image-additional, .product-block-inner .img-responsive { margin-top: 0px!important; margin-bottom:  0px!important;}
}

#compare-total{display:none;}

/*--------------------- ADDITIONAL CSS ------------------------*/

.color-red{ color: #e64036!important }
.color-white{ color: #ffff!important }
.bg-red{ background-color: #e64036!important }
.bg-white{ background-color: #ffff!important }

.bg-light{ background-color: #f9f9f8!important }

.text-center{ text-align: center!important }
.m-0{ margin: 0!important }
.my-0{ margin-bottom: 0!important; margin-top: 0!important }
.mt-0{ margin-top: 0!important }
.mb-0{ margin-bottom: 0!important }
.p-0{ padding: 0!important }
.py-0{ padding-bottom: 0!important; padding-top: 0!important }
.pt-0{ padding-top: 0!important }
.pb-0{ padding-bottom: 0!important }

.covidSec{ background-color: #f6cd00!important; }
.covidSec p { animation: blinker 1.3s linear infinite; font-size: 16px; padding:6px 15px; font-weight: bold }
.covidSec a { color:#000!important; }
.covidSec p:hover{ animation: none; }
@keyframes blinker {
    50% {
      opacity: 0.2;
    }
  }

.ms-nav-next { background: url(../image/slider-next.png); background-size: cover; background-position: center top; background-repeat: no-repeat; height: 20px; top: 40%; position: absolute; right: 40px; width: 56px; height: 100px; cursor: pointer; }
.ms-nav-prev { background: url(../image/slider-previous.png); background-size: cover; background-position: center top; background-repeat: no-repeat; height: 20px; top: 40%; position: absolute; left: 40px; width: 56px; height: 100px; cursor: pointer; }
.ms-nav-next:after, .ms-nav-prev:after, .ms-nav-prev:before, .ms-nav-next:before{ content: ""!important }
.circle-arrows .ms-nav-prev:after, .circle-arrows .ms-nav-next:after{ display: none!important; }
.circle-arrows .ms-nav-prev:before, .circle-arrows .ms-nav-next:before{ display: none!important; }

/*--------------------- OFFICE FRUIT DELIVERY PAGE STYLING ------------------------*/

.fruit_delivery_page .cms_inner_wrapper{ box-shadow: none!important; background: none!important; margin-top: 0 }
.fruit_delivery_page .btn-get-started{ background-color: #cad227; color: #fff!important; border: none!important; padding: 13px 30px; font-size: 1.5em; font-weight: 500!important; }
.fruit_delivery_page .btn-cart{ background-color: #cad227; color: #fff!important; border: none!important; padding: 10px 25px; font-size: 1.2em; font-weight: 500!important; }
.fruit_delivery_page .fruit-section-2 p{ font-size: 20px; margin-top: 15px; }

.fruit_delivery_page .fruit-section h2,
.fruit_delivery_page .fruit-section-2 h2{ font-size: 3.5em; font-weight: 500; line-height: 1 }
.fruit_delivery_page .fruit-section .section-title h2::after{ border-bottom: 3px solid #cad227; top: 2.4em; content: ""; display: block; left: 0; margin: 0 auto; position: absolute; right: 0; text-align: center; width: 110px; }
.fruit_delivery_page .fruit-section .delivery-boxes{ margin-top: 35px }
.fruit_delivery_page .fruit-section .delivery-boxes p{ font-size: 17px; color: #000; line-height: 1.6 }
.fruit_delivery_page .fruit-section .delivery-boxes .innerbox{ border: 2px solid #cad227; padding: 15px; }
.fruit_delivery_page .fruit-section .delivery-boxes .innerbox h4{ font-size: 1.5em; margin-bottom: 10px; margin-top: -10px; }
.fruit_delivery_page .fruit-section hr{ width: 220px; border-top: 2px solid #cad227; margin-bottom: 10px }
.fruit_delivery_page .fruit-section .steps{ margin: 25px 0px; }
.fruit_delivery_page .fruit-section .steps h3{ color: #cad227; font-size: 1.8em; margin-bottom: 10px; }
.fruit_delivery_page .fruit-section .steps a, .fruit-section .steps span{ color: #000; font-weight: 600 }

.fruit_delivery_page .new-cat-section.parallex{ height: 500px; }
.fruit_delivery_page .new-cat-section.parallex .inner-container{ margin-top: 10%!important }
.fruit_delivery_page .new-cat-section.parallex p{ font-size: 26px; line-height: 1.4 }
.fruit_delivery_page .cat-new-circle { border-radius:100%; display:inline-block; background:#e6342a; color:#fff; height:120px; left:26%; top:-65px; position:absolute;  width:120px;}
.fruit_delivery_page .cat-new-circle  span { font-size: 32px; padding-top:47px; display:block}
.fruit_delivery_page .new-cat-section h1 { margin-top:1.2em; font-size: 3.5em; line-height: 1; padding-bottom: 0px!important; font-weight: 500 }

.fruit_delivery_page .fruit-section-2 .image-box{ width: 1000px; margin: 25px auto }
.fruit_delivery_page .fruit-section-2 .cat-new-circle span { font-size: 35px; padding-top: 55px;  line-height:32px;  display: block; text-align:center}
.fruit_delivery_page .fruit-section-2 .cat-new-circle { border-radius: 100%; display: inline-block; background: #e6342a; color: #fff; height: 150px; left: 24%; top: 212px; position: absolute; width: 150px; }
.fruit_delivery_page .fruit-section-2 .cat-fruit-crate-circle span { font-size: 35px; padding-top: 40px; text-align: center; display: block; line-height:32px; }
.fruit_delivery_page .fruit-section-2 .cat-fruit-crate-circle { border-radius: 100%; display: inline-block; background: #cad12b; color: #fff; height: 150px; left: 31%; top: 282px; position: absolute; width: 150px; }
.fruit_delivery_page .color-green {color:#cad227}

@media (max-width: 1024px){
    .fruit_delivery_page .fruit-section h2, .fruit-section-2 h2{ font-size: 3em; }
    .fruit_delivery_page .fruit-section .section-title h2::after{ border-bottom: 2px solid #cad227; width: 90px }
    .fruit_delivery_page .cms_inner_wrapper{ margin-top: 0 }
    .fruit_delivery_page .new-cat-section.parallex{ height: auto }
    .fruit_delivery_page .new-cat-section.parallex p, .new-cat-section.parallex a{ font-size: 1.5em }
    .fruit_delivery_page .cms_outer_wrapper{ padding-top: 30px; }
    .fruit_delivery_page .cms_outer_wrapper{ padding-bottom: 30px }
    .fruit_delivery_page .section-title{ margin-bottom: 20px }
    .fruit_delivery_page .nav-responsive span { display:none}
    .fruit_delivery_page .cat-new-circle {left:10%; height: 60px; width:60px; top:-62px; z-index:100 }
    .fruit_delivery_page .cat-new-circle  span { font-size: 20px; padding-top:18px;}
    .fruit_delivery_page .new-cat-section h2{ line-height: 0.8; margin-top: 0 }
    .fruit_delivery_page .cms-banner-item { position:relative}
    .fruit_delivery_page .fruit-section-2 .cat-new-circle span{ font-size: 20px; padding-top: 30px;line-height:20px }
    .fruit_delivery_page .fruit-section-2 .cat-new-circle { left: 27%; width: 90px; height: 90px; top:170px!important }
    .fruit_delivery_page .fruit-section-2 .cat-fruit-crate-circle span{ font-size: 20px; padding-top: 25px;line-height:20px }
    .fruit_delivery_page .fruit-section-2 .cat-fruit-crate-circle { z-index: 900; width: 90px; height: 90px; left: 32%; top: 220px }
    .fruit_delivery_page .fruit-section-2 .image-box{ width: 100%; }
    .fruit_delivery_page .fruit-section-2 a{ font-size: 1.2em }
    .fruit_delivery_page .btn-get-started { padding: 10px 25px; font-size: 1.2em; font-weight: 500!important; }
    .fruit_delivery_page .btn-cart { padding: 7px 15px; font-size: 1em; }
    .fruit_delivery_page .fruit-section .delivery-boxes .innerbox { margin:15px 0}
    
}
@media (max-width: 600px){
    .fruit_delivery_page .fruit-section h2, .fruit-section-2 h2{ font-size: 1.7em!important; line-height: 30px;}
    .fruit_delivery_page .fruit-section-2 p{ font-size: 14px; margin-top: 5px; }
    .fruit_delivery_page .fruit-section .delivery-boxes p{ font-size: 14px; }
    .fruit_delivery_page .fruit-section .section-title h2::after { top:3em}
    .fruit_delivery_page .fruit-section .delivery-boxes {margin-top:0px;}
    .fruit_delivery_page .fruit-section .delivery-boxes .col-md-4 { margin:15px 0}
    .fruit_delivery_page .fruit-section .steps h3{ font-size: 1.3em }
    .fruit_delivery_page .fruit-section-2 .cat-new-circle span{ font-size: 14px; padding-top: 14px; padding-left: 0px }
    .fruit_delivery_page .fruit-section-2 .cat-new-circle { left: 23%; top: 138px!important; width: 50px; height: 50px }
    .fruit_delivery_page .fruit-section-2 .cat-fruit-crate-circle span{ font-size: 14px; padding-top: 12px; line-height: 1 }
    .fruit_delivery_page .fruit-section-2 .cat-fruit-crate-circle { z-index: 900; width: 50px; height: 50px; left: 31%; top: 165px }
    .fruit_delivery_page .new-cat-section {padding:0px 20px}
    .fruit_delivery_page .responsive-menu{ height: 30px;}
    .fruit_delivery_page .responsive-menu .nav.navbar-nav{ top: 45px; }
    .fruit_delivery_page .cat-new-circle {left:0px; height: 60px; width:60px; top:-33px; }
    .fruit_delivery_page .new-cat-section h2{ margin-top:26px!important; font-size: 2.2em }
    .fruit_delivery_page .cms-banner-inner img { width:100%; height: 100% !important;}
    .fruit_delivery_page .clear-br { height:75px}
    .fruit_delivery_page .fruit-section-2 .image-box{ margin-top: 8em!important }
    .fruit_delivery_page .fruit-section-2 {padding:30px 20px}
    .fruit_delivery_page .fruit-section-2 h2 {line-height:30px}
    .fruit_delivery_page .clear-blank { clear:both; height:80px; }
}

@media (max-width: 400px){
    .fruit_delivery_page .fruit-section-2 p{ font-size: 13px!important; }
    .fruit_delivery_page .fruit-section h2, .fruit-section-2 h2{ font-size: 1.5em!important }
    .fruit_delivery_page .cat-new-circle { height: 50px;    width: 50px;    top: 5px!important; left: 5% }
    .fruit_delivery_page .cat-new-circle span { font-size:15px; padding-top: 13px;}
    .fruit_delivery_page .new-cat-section h2 { font-size:25px;}
    .fruit_delivery_page .new-cat-section.parallex p, .new-cat-section.parallex a{ font-size:18px;}
    .fruit_delivery_page .section-title { margin-bottom:0px}
    .fruit_delivery_page .new-cat-section h2 {margin-top:50px!important }
    .fruit_delivery_page .fruit-section-2 .cat-new-circle {top:125px!important}
    .fruit_delivery_page .fruit-section-2 .cat-fruit-crate-circle {top:154px}
    .fruit_delivery_page .img-responsive {margin-top: -75px; }
}

/*---------------- YOUR OFFICE FRUIT DELIVERY PAGE STYLING ------------------*/

#topNav{ font-weight: 700; text-transform: capitalize; }
.responsive-menu .nav.navbar-nav{ top: 74px; }
.office-delivery-crate {margin-top:20px; margin-bottom:30px} 
iframe { width: 100%!important}

@media (max-width: 600px){
    .responsive-menu{ height: 30px;}
    .responsive-menu .nav.navbar-nav{ top: 45px; }
}

/*---------------- HOME PAGE STYLING ------------------*/

/*---------------- GENERAL STYLING FOR ALL SECTIONS HOMEPAGE ------------------*/
.delivery-section h2,
.shop-now-section h2,
.new-cat-section h2,
.coffee-machine-section h2,
.our-blog-section h2{ font-size: 3em; font-weight: 500 }
.section-title{ margin-bottom: 2em }
#topNav{ font-weight: 700; text-transform: capitalize; }
.responsive-menu .nav.navbar-nav{ top: 74px; }
.new-cat-section h2{ padding-bottom: 0px!important }
.subscribe-message p{ margin-top: 50px!important; position: inherit; font-size: 18px!important; color: #e64036; font-weight: 500; }

 /*---------------- SLIDER ------------------*/
.ms-slide{ height: 600px!important }
.ms-view{ height: 600px!important }
.ms-slide-layers .ms-anim-layers .ms-parallax-layer .ms-layer.ms-caption,
.ms-slide-layers .ms-anim-layers .ms-parallax-layer .ms-btn-container{ width: 100%!important; text-align: center; left: 0px!important }
.ms-slide-layers .ms-anim-layers .ms-parallax-layer .ms-layer.ms-caption h2{ font-size: 60px; color: #fff; font-weight: 500; margin-top: 0px!important; text-align: center; padding: 0px!important; }
.ms-slide-layers .ms-anim-layers .ms-parallax-layer .ms-layer.ms-caption p{ font-size: 28px; line-height: 44px; }
.ms-slide-layers .ms-anim-layers .ms-parallax-layer .ms-btn-container .ms-btn.btn-white{ background: none!important; color: #e64036!important; font-size: 28px!important; }

.cms_inner_wrapper{ box-shadow: none!important; background: none!important; margin-top: 25px }

/*---------------- SHOP NOW SECTION STYLING ------------------*/
.one_fifth { float: left; width: 20%; }
.shop-now-section .section-title h2::after{ border-bottom: 3px solid #e64036; top: 1.2em; content: ""; display: block; left: 0; margin: 0 auto; position: absolute; right: 0; text-align: center; width: 110px; }
.shop-now-section .cms-banner-item .static-text{ font-size: 25px!important; font-weight: 400; line-height: 1.1; }
.shop-now-section .cms-banner-inner{ display: flex; }
.shop-now-section .static-wrapperr { left: 0; padding: 0px; position: absolute; align-self: center; width: 100%; z-index: 9999; display: block; }

/*---------------- DELIVERY SECTION STYLING ------------------*/
.delivery-section .section-title h2::after{ border-bottom: 3px solid #e64036; top: 1.2em; content: ""; display: block; left: 0; margin: 0 auto; position: absolute; right: 0; text-align: center; width: 110px; }
.delivery-section .inner-boxes{ margin-top: 35px }
.delivery-section .inner-boxes p{ font-size: 20px; color: #000 }

/*---------------- NEW CATEGORY SECTION STYLING ------------------*/
.new-cat-section.parallex{ height: 600px; }
.new-cat-section.parallex .inner-container{ margin-top: 10%!important }
.new-cat-section.parallex p, .new-cat-section.parallex a{ font-size: 24px; line-height: 1.3 }
.cat-new-circle { border-radius:100%; display:inline-block; background:#e6342a; color:#fff; height:100px; left:22%; top:-65px; position:absolute;  width:100px;}
.cat-new-circle  span { font-size: 26px; padding-top:38px; display:block}
.new-cat-section h2 { line-height:44px; margin-top:20px}

/*---------------- COFFEE MACHINE SECTION STYLING ------------------*/
.coffee-machine-section .links{ margin-top: 25px; }
.coffee-machine-section a{ font-size: 24px; border-bottom: 2px solid #787878 }
.coffee-machine-section a:hover{ border-color: #161b1e }
.coffee-machine-section .links .seprator{ border-right: 2px solid #e64036; margin-right: 8px; margin-left: 8px; font-size: 18px; }
.coffee-machine-section .image-box{ width: 900px; margin: 0 auto }

/*---------------- OUR BLOG SECTION STYLING ------------------*/
.our-blog-section{ background-color: #7b746e }
.our-blog-section p{ font-size: 24px; margin-top: 25px; }
.our-blog-section .form-subscribe{ font-size: 14px; padding-left: 22%; }
.our-blog-section .form-subscribe input[type="email"]{ width: 50%; height: 40px; font-size: 17px; float: left }
.our-blog-section .form-subscribe .btn-subscribe{ margin-left: 10px; width: 30%; color: #ffff; background-color: #e64036; float: left; font-size: 17px; height: 40px; border: none; font-weight: 400 }

/*---------------- TESTIMONIAL SECTION STYLING ------------------*/
.testimonial-section h3{ font-size: 2em; font-weight: 500; line-height: 1.2 }
.testimonial-section p{ font-size: 1.5em; line-height: 1.8; font-style: italic; }
.testimonial-section .customer-name{ font-size: 1.2em; line-height: 1.8; font-style: normal; }
.testimonial-section .testimonial-box{ margin-top: 4em; }

.new-icon { border-radius:100%; display:inline-block; background:#e6342a; color:#fff; height:60px; left:15px; top:15px; position:absolute;  width:60px; z-index:100}
.new-icon  span { font-size: 16px; padding-top:18px; text-align:center; display:block}
.cms-banner-item { position:relative}

.slider-new-circle { border-radius:100%; display:inline-block; background:#e6342a; color:#fff; height:100px; left:24%; top:-180px; position:absolute;  width:100px;}
.slider-new-circle  span { font-size: 26px; padding-top:36px; display:block}
.ms-slide-bgcont{ background: #000}
.ms-slide-bgcont img{ opacity: 0.7}

/*---------------- MOBILE RESPONSIVE STYLING ------------------*/
@media (max-width: 1100px){
    .ms-slide-layers .ms-anim-layers .ms-parallax-layer .ms-layer.ms-caption h2{ font-size: 50px }
    .ms-slide-layers .ms-anim-layers .ms-parallax-layer .ms-layer.ms-caption p{ font-size: 24px; line-height: 36px; }
    .ms-slide-layers .ms-anim-layers .ms-parallax-layer .ms-layer.ms-caption p{ margin-top: 30px; }
    .cat-new-circle{ top: -90px!important }
    .new-cat-section.parallex .inner-container{ margin-top: 20%!important }
}

@media (max-width: 1024px){
    .ms-slide-layers .ms-anim-layers .ms-parallax-layer .ms-layer.ms-caption h2{ font-size: 36px!important; }
    .ms-slide-layers .ms-anim-layers .ms-parallax-layer .ms-layer.ms-caption p{ font-size: 16px!important; line-height: 24px!important}
    .ms-slide-layers .ms-anim-layers .ms-parallax-layer .ms-btn-container .ms-btn.btn-white{ font-size: 20px!important; }
    .ms-slide-layers .ms-anim-layers .ms-parallax-layer .ms-btn-container{ left: -35px!important }
    .slider-new-circle { top:-120px; width: 80px; height: 80px; }
    .slider-new-circle span{ padding-top: 30px!important }
    .new-icon{ width: 45px; height: 45px; top: 10px;  }
    .new-icon span{ font-size: 13px; padding-top: 12px; }

    .ms-slide{ height: 400px!important }
    .ms-view{ height: 400px!important }
    .coffee-machine-section .image-box{ width: 100%; }
    .delivery-section h2,
    .shop-now-section h2,
    .new-cat-section h2,
    .coffee-machine-section h2,
    .our-blog-section h2{ font-size: 1.8em; font-weight: 500 }
    .coffee-machine-section a{ font-size: 1.2em }
    .coffee-machine-section .links .seprator{ margin: 0 4px; }
    .delivery-section .section-title h2::after{ border-bottom: 2px solid #e64036; top: 1.4em; width: 90px }
    .shop-now-section .section-title h2::after{ border-bottom: 2px solid #e64036; top: 1.4em; width: 90px }
    .cms_inner_wrapper{ margin-top: 0 }
    .new-cat-section.parallex{ height: auto }
    .new-cat-section.parallex p, .new-cat-section.parallex a{ font-size: 1.5em }
    .cms_outer_wrapper.testimonial-section{ padding-top: 30px; }
    .cms_outer_wrapper.testimonial-section { padding-bottom: 10px; }
    .testimonial-section h3{ font-size: 1.9rem }
    .testimonial-section .testimonial-box{ margin-top: 2em }
    .testimonial-section .customer-name{ font-size: 1em; line-height: 0.5 }
    .testimonial-section p{ font-size: 1.2em }
    .testimonial-box-inner{ margin-bottom: 2em; text-align: center }
    .our-blog-section .form-subscribe .btn-subscribe{ margin-left: 3%; width: 37% }
    .our-blog-section .form-subscribe input[type="email"]{ width: 60% }
    .our-blog-section .form-subscribe{ padding-left: 0 }
    .our-blog-section p{ margin-top: 10px; font-size: 1.2em }
    .shop-now-section .cms-banner-item .static-text{ font-size: 1em!important }
    .nav-responsive span { display:none}
    
    .cat-new-circle { left:18%; height: 60px; width:60px; top:-40px!important; z-index:0!important }
    .cat-new-circle  span { font-size: 20px; padding-top:18px;}
    .new-cat-section h2{ line-height:24px; }
    .cms-banner-item { position:relative}
    .new-cat-section.parallex .inner-container{ margin-top: 10%!important }
    
}
@media only screen and (max-width: 768px){
    #logo{ margin-top: 0!important }
}
@media (max-width: 600px){
    /*.ms-slide-layers .ms-anim-layers .ms-parallax-layer .ms-btn-container .ms-btn.btn-white,*/
    /*.ms-slide-layers .ms-anim-layers .ms-parallax-layer .ms-layer.ms-caption h2,*/
    /*.ms-slide-layers .ms-anim-layers .ms-parallax-layer .ms-layer.ms-caption p{ display: none; }*/
    /*.master-slider { display:none}*/
    .ms-slide-layers .ms-anim-layers .ms-parallax-layer .ms-layer.ms-caption h2{ margin-top: -65px!important; font-size: 26px!important; }
    .ms-slide-layers .ms-anim-layers .ms-parallax-layer .ms-layer.ms-caption p{ margin-top: -45px!important; font-size: 14px!important; }
    .ms-slide-layers .ms-anim-layers .ms-parallax-layer .ms-btn-container{ top: 210px!important }
    .ms-view{ height: 300px!important }
    .slider-new-circle{ width: 60px; height: 60px; top: -165px; left: 7% }
    .slider-new-circle span{ padding-top: 25px!important; font-size: 16px; }

    .covidSec p{ font-size: 12px!important }
    .subscribe-message p{ font-size: 15px!important }
    .coffee-machine-section .image-box{ margin-top: 8em!important }
    .cms_outer_wrapper.testimonial-section { padding-bottom: 10px; }
    .delivery-section h2{line-height: 30px;}
    .delivery-section .section-title h2::after { top:3em}
    .delivery-section .inner-boxes {margin-top:0px;}
    .delivery-section .inner-boxes .col-md-4 { margin:15px 0}
    .cms_inner_wrapper .one_fifth{ width: 100%!important; margin:10px 0}
    .shop-now-section .cms-banner-item .static-text {font-size:1.5em!important}
    .new-cat-section {padding:0px 20px}
    .coffee-machine-section {padding:30px 20px}
    .coffee-machine-section h2 {line-height:30px}
    .our-blog-section .form-subscribe input[type="email"] {margin-bottom:10px;width:100%}
    .our-blog-section .form-subscribe .btn-subscribe {width:100%; margin:0px;}
    .responsive-menu{ height: 30px;}
    .responsive-menu .nav.navbar-nav{ top: 45px; }
    .cat-new-circle {left:0px; height: 60px; width:60px; top:-33px!important; }
    .new-cat-section h2{ margin-top:26px!important }
    .cms-banner-inner img { width:100%; height: 100% !important;}
    .clear-br { height:75px}
}

@media (max-width: 400px){
    .fruit-section-2 p{ font-size: 13px!important; }
    .fruit-section h2, .fruit-section-2 h2{ font-size: 1.5em!important }
    .ms-slide-layers .ms-anim-layers .ms-parallax-layer .ms-layer.ms-caption h2{ font-size: 23px!important; }
    .ms-slide-layers .ms-anim-layers .ms-parallax-layer .ms-layer.ms-caption p{ font-size: 13px!important; }
	.product-layout.product-grid,.product-layout.product-list { min-height:auto!important}
}

#topNav a:hover{ border-bottom: 1px solid #e64036; }

/*.main-menu .nav.navbar-nav .level0.top_level.dropdown a:first-child::after{
	content: "\f067";
	font-size: 18px;
	margin-left: 4px;
}*/

.menu-icon{ 
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.menu-icon::before{ content: "\f067"; padding-left: 0; }
.main-menu > ul > li:hover .menu-icon::before { content: "\f068"; }

@media (max-width: 1100px){
    .menu-icon{ font-size: 10px; }
    .nav-responsive span, .main-menu > ul > li > a{ font-size: 13px!important }
}

@media (max-width: 768px){
	.menu-icon::before{ content: ""; }
	#account-login #content img { width:100%!important}
	#account-order #content img { width:100%!important}
	.account-account #content img { width:100%!important}
    img{
        max-width: 100%!important;
        height: auto!important;
    }
}



.freegiftblock { display:none}
.choosegift { display:none}

form.payment-form.adk-payment-form{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3)!important;
    filter: none!important;
    border: 0!important;
    padding: 15px!important;
    margin-bottom: 20px;
}
form.payment-form.adk-payment-form #msgBox{
    height: auto!important
}
form.payment-form.adk-payment-form .adk-method-item{
    height: auto!important
}
form.payment-form.adk-payment-form .adk-methods-footer>.adk-form-group{
    margin-bottom: 0!important;
}
form.payment-form.adk-payment-form .adk-methods-slider{
    margin-bottom: 15px!important;
}