body {
    font-family: Times New Roman, "Lato", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
}

.vid {
    background: #787878;
}

:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
}

/* default font size */
.fa {
    font-size: 14px;
}

.fa-stack {
    width: 10px;
}

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

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: #5e34da;
}

/*header*/

.main-header-wrapper {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.main-header {
    position: static;
    background-color: #09c697;
    z-index: 9999;
    border-bottom: 1px solid #09c697;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    width: 100%;
}

.common-home .main-header {
    background-color: transparent;
    z-index: 9999;
    border-bottom: 1px solid rgba(22, 27, 30, 0.9);
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    width: 100%;
    position: absolute;
    top: 0;
}

.main-header.fixed {
    background-color: #09c697;
    position: fixed;
    top: 0;
    animation: fixedAnim 0.9s ease 0s normal both 1 running;
    -webkit-animation: fixedAnim 0.9s ease 0s normal both 1 running;
    -moz-animation: fixedAnim 0.9s ease 0s normal both 1 running;
    -ms-animation: fixedAnim 0.9s ease 0s normal both 1 running;
    -o-animation: fixedAnim 0.9s ease 0s normal both 1 running;
    left: 0;
    right: 0;
}

@-webkit-keyframes fixedAnim {
    0% {
        top: -20px;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes fixedAnim {
    0% {
        top: -20px;
    }

    100% {
        top: 0;
    }
}

@keyframes fixedAnim {
    0% {
        top: -20px;
    }

    100% {
        top: 0;
    }
}

.header_block {
    float: left;
}

.header_center.header_block {
    width: auto;
    position: relative;
    z-index: 999;
    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: 26px;
}

.header_right.header_block {
    float: right;
    margin-top: 35px;
    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: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: 14px;
}

header>.container {
    width: 100%;

    padding: 0px 15px;

    padding-bottom: 18px;

    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 {
    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;
    display: none;
}

#top .container {}

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

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

#currency button span,
#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: #787878;
}

#currency {
    background-color: rgba(22, 27, 30, 0.9);
}

#language {
    background-color: rgba(22, 27, 30, 0.9);
}

#currency .dropdown-menu,
#language .dropdown-menu {
    padding: 0;
    border: medium none;
    margin-top: 0;
    top: 38px;
    border-top: 1px solid #5e34da;
    background-color: rgba(22, 27, 30, 0.9);
}

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

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

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

#top-links .myaccount-menu {
    padding: 15px 0 0;
    border: 1px solid black;
    margin-top: 0px;
    right: -3px;
    top: 65px;
    border-top: 1px solid #09c697;
    background-color: #ffffffeb;
    min-width: 220px;
}

.common-home #top-links .myaccount-menu {
    top: 64px;
}

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

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

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

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

#top .btn-link,
#top-links li,
#top-links a,
#language .dropdown-menu>li>a,
#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;
}

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

#top-links li {
    padding: 4px 0px;
    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: #09c697;
    background: transparent none repeat scroll 0 0
}

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

#currency .currency-menu>li,
#language .language-menu>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    padding: 0 5px;
    margin: 0;
    border-left: none;
    border-right: none;
}

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

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

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

#language .btn-link {
    padding: 7px 18px;
    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 */

#search {
    z-index: 2;
    width: 255px;
    float: right;
    margin: 13px 0 10px;
    border: 1px solid;
}

.header_search .searchtoggle {
    background: transparent;
    display: none;
    position: absolute;
    right: 0;
    top: 52px;
    width: 342px;
    z-index: 99;
}

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


#search .input-lg {
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    color: black;
    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 {}

#search:hover .input-lg,
#search .input-lg:focus {
    right: 50px;
    display: block;
    padding: 0 10px;
}

#search .btn-lg {
    line-height: 16px;
    margin: 0;
    padding: 0;
    height: 46px;
    border: none;
    width: 39px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    background-color: #fff;
}


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

#search:hover .btn-lg,
#search:focus .btn-lg,
#search:active .btn-lg {
    background-color: #09c697;
}

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

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

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

#cart {
    margin-bottom: 0;
    float: right
}

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

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

#cart-total {
    background-color: #787878;
    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: #ffffffeb;
    z-index: 1001;
    color: #787878;
}

#cart .dropdown-menu {
    width: 350px;
    padding: 10px;
    margin-top: 0;
    border-top: 1px solid #787878;
    right: 7px;
    top: 65px;
}

.common-home #cart .dropdown-menu {
    top: 64px;
}

.main-header.fixed #cart .dropdown-menu {
    top: 65px;
}

.main-header.fixed #top-links .myaccount-menu {
    top: 65px;
}

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

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

.responsive-menu,
.main-menu {
    background: transparent;
    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: transparent;
}

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

.main-menu>ul>li:hover,
.main-menu>ul>li:hover:first-child>a {
    background-color: transparent;
}

.nav-responsive span,
.main-menu>ul>li>a {
    font-size: 20px;
    color: #fff;
    display: block;
    padding: 40px 25px 40px;
    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 {
    color: #a5ffe8;
}

.main-menu>ul>li>ul,
.responsive-menu .main-navigation {
    display: none;
    background: #ffffffeb;
    border: 1px solid #09c697;
    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: #787878;
    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: #09c697;
}

.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;
    margin-right: 8px;
}

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



#menu>ul>li>div {
    left: 0;
    padding: 0;
    z-index: 12345;
    position: absolute;
    text-align: left;
    top: 100px;
    background: #ffffffeb;
    border-top: 1px solid #787878;
    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;

}

.common-home #menu>ul>li>div {
    top: 99px;
}

.main-header.fixed #menu>ul>li>div {
    top: 100px;
}

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

.categoryinner {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 24px;
    padding-bottom: 5px;
    padding-top: 15px;
    border: 1px solid #787878;
    columns: 2;
}

#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;
    margin-left: -100%;
}

#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: #787878;
    font-size: 16px;
    padding: 0;
    text-align: left;
    font-weight: 600;

}

li.categorycolumn {
    margin-top: 10px;
}

a:hover.submenu1,
a:focus.submenu1 {
    color: #09c697;
}

#menu .cate_inner_bg>ul>li a {
    /* padding: 5px 0 5px 0px; */
    padding: 0px 0 0px 0px;

    color: #787878;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-align: left
}

#menu .cate_inner_bg>ul>li a:hover {
    color: #5e34da;
}

#menu .cate_inner_bg>ul>li a:hover,
#menu .cate_inner_bg>ul>li a:focus {
    background: none;
    color: #09c697;
}

#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: 0 !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
}

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

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

/*Megamenu End*/

#slideshow .item {
    position: relative
}

.text-container {
    bottom: 0;
    height: 300px;
    left: 0;
    margin: auto;
    position: absolute !important;
    right: 0;
    text-align: center;
    top: 120px;
    width: 100%;
    z-index: 2;
}

.text-wrapper-one .text2,
.text-wrapper-one {
    text-align: center;
}

.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 .text1 {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    line-height: 53px;
    font-family: "Roboto";
    text-transform: capitalize;
}

.main-slider .text2 {
    color: #fff;
    font-weight: 700;
    font-size: 45px;
    line-height: 53px;
    font-family: "Roboto";
    text-transform: capitalize;
}

.main-slider .text3 {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
    font-family: "Roboto";
    text-transform: uppercase;
    margin-top: 50px;
}

.main-slider .middle_text {
    display: none
}

.main-slider .text4 {
    margin-top: 75px;
}

.main-slider .text4 a {
    color: #5e34da;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    font-family: "Roboto";
    text-transform: capitalize;
    border: 1px solid #5e34da;
    padding: 10px 20px;
}

.main-slider .text4 a:hover {
    background: #5e34da;
    color: #000;
}


#navbar,
#navbar-plx,
#navbar-slide1 {
    display: none
}

#navbar li,
#navbar-plx li,
#navbar-slide1 li {
    text-transform: capitalize
}

.first-slide1,
.first-slide {
    transition: transform 1s ease;
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    -o-transition: transform 1s ease;
}

.measurable,
.measurable-plx,
.measurable-slide,
.measurable-slide1 {
    position: absolute;
    visibility: hidden;
}

.parallex {
    background-position: 50% 0;
    background-repeat: repeat;
    height: 605px;
    margin: 0;
    position: relative;
    width: 100%;
    background-size: cover;
    float: left;
}

.parallex1 {
    background-color: rgba(22, 27, 30, 0.8);
}

.parallex2 {
    background-color: rgba(22, 27, 30, 0.5);
}

.parallex {
    text-align: center;
}

.parallex1 .middle_text,
.parallex2 .middle_text {
    display: none
}

.parallex2 {
    margin-bottom: 80px;
}

.parallex .inner-container {
    margin-bottom: 30px;
    position: absolute;
    left: 0;
    right: 0px;
    text-align: center;
    top: 200px;
    margin: 0 auto;
}

.parallex.parallex2 .inner-container {}

.parallex1 .parallax-content {
    text-align: right;
    display: inline-block;
    position: absolute;
    margin-right: 106px;
    right: 0;
}

.parallex2 .parallax-content {
    text-align: right;
    display: inline-block;
    right: 50.5%;
    margin: auto;
    position: absolute;
}

.parallax-content .text1 {
    font-size: 30px;
    text-transform: capitalize;
    color: #fff;
    font-family: "Roboto", sans-serif;
    line-height: 43px;
}

.parallax-content .text2 {
    font-size: 45px;
    text-transform: capitalize;
    color: #fff;
    font-family: "Roboto", sans-serif;
    line-height: 53px;
    font-weight: 700;
    display: inline-block;
    text-align: right;
    position: relative;
}

.static.first,
.static.second,
.static.first-plx,
.Third-off-plx {
    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;
}

.parallex1 .parallax-content .text3 {
    color: #5e34da;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    line-height: 28px;
    margin-top: 60px;
}

.parallex2 .parallax-content .text3 {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
    font-family: "Roboto";
    text-transform: uppercase;
    margin-top: 60px;
}

.parallex2 .parallax-content .text4 a,
.parallex1 .parallax-content .text4 a {
    border: 1px solid #5e34da;
    color: #5e34da;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    font-family: "Roboto";
    padding: 10px 20px;
}

.parallex2 .parallax-content .text4 a:hover,
.parallex1 .parallax-content .text4 a:hover {
    background: #5e34da;
    color: #000;
}

.parallex2 .parallax-content .text4 {
    margin-top: 10px;
}

.parallex1 .parallax-content .text4 {
    margin-top: 30px
}


.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: -1px;
    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;
}

#blog .owl-buttons 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: 0px;
    padding: 10px 32px;
    position: relative;
    text-transform: uppercase;
    width: auto;
    top: auto;
}

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

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

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

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



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

#testimonial .customNavigation a.next {
    left: 50%;
    background: url(../image/megnor/sprite.png) no-repeat scroll -10px -326px #161b1e;
    right: auto
}

#testimonial .customNavigation a.next:hover {
    background: url(../image/megnor/sprite.png) no-repeat scroll -10px -296px #161b1e;
    border: 1px solid #fff
}

#testimonial .customNavigation a.prev {
    left: auto;
    background: url(../image/megnor/sprite.png) no-repeat scroll -8px -267px #161b1e;
    right: 50%
}

#testimonial .customNavigation a.prev:hover {
    background: url(../image/megnor/sprite.png) no-repeat scroll -8px -237px #161b1e;
    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: "\f067";
    font-family: "FontAwesome";
    font-size: 14px;
    height: 45px;
    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: 45px
}

.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: #ffe400 none repeat scroll 0 0;
    border-color: #5e34da;
    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: #5e34da;
    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 {
    color: #787878;
}

.post-title {
    display: inline-block;
    margin-bottom: 2px;
}

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

.common-home .footer_top_outer {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 27px 0;
    margin-top: 0px;
}

.footer_top_outer {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 27px 0;
    margin-top: 15px
}

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

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

.aboutme-read-more>a {
    background-color: #5e34da;
    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: #474747;
    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: #5e34da;
}

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

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

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


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

.footer_title2 {
    font-weight: normal;
    color: #fff;
    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;
    color: #fff;
}

.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 {
    border: 1px solid #e8e8e8;
    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: 95
}

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

#column-right {
    width: 21%
}

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

.common-home #content {
    min-height: 00px
}

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

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

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

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

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

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

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

/* footer */
footer {
    margin-top: 0;
    padding-top: 0;
    background: url("../image/megnor/footer-bg.jpg") repeat scroll 0 0 transparent;
    color: #ccc;
}

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

footer a {
    color: #cccccc;
    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;
    font-size: 16px;
}

#footer .column li a:hover {}

footer a:hover,
footer a:focus {
    color: #09c697;
}

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: #787878;
    position: absolute;
    bottom: -17px;
}

.footer_inner1 {
    overflow: hidden;
}

.footer-percent {
    float: left;
    width: 25%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

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

.footer-percent-inner .icon::before {
    border-bottom: 1px solid #5e34da;
    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: #5e34da;
    display: inline-block;
    font-size: 25px;
    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: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid transparent;
}

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

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

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

#footer .col-sm-3.column.last {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 30px 5px;
}

#footer .col-sm-3.column.last .fa {
    clear: left;
    color: #8b8b8b;
    float: left;
    font-size: 17px;
    margin-right: 0px;
    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: rgba(0, 0, 0, 0.3);
    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 5px;
    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>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;
}

#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: "Times New Roman", "Lato", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.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 #e6e6e6;
    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: #09c697;
    color: #fff;
    background-position: 11px -51px;
}

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

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

.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: 0px
}

.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: inline-block;
    font-size: 12px;
    width: 100%;
    display: none
}

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

#cart .text-right .addtocart,
#cart .text-right .checkout {
    background-color: #09c697;
    color: #fff;
}

#cart .text-right .addtocart:hover,
#cart .text-right .checkout:hover {
    background-color: #161b1e;
    border-color: #161b1e;
}

.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: #09c697;
    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;
    height: 728px;
}

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

@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)
}

@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)
}

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

.mfp-wrap {
    z-index: 10000
}

.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 #5e34da !important;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
    background-color: #5e34da !important;
    color: #fff !important;
}

.bootstrap-datetimepicker-widget td.active.today:before {
    border-bottom-color: #fff !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: #5e34da !important;
    color: #fff;
}

.bootstrap-datetimepicker-widget td span.active {
    background-color: #5e34da !important;
    color: #fff !important;
}

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

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

.picker-switch.accordion-toggle .btn {
    border: none;
    background-color: #5e34da;
    color: #161b1e;
}

.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: #ce2b2a !important;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

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

.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: 100px;
}

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


.box {}

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

#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: 600;
    font-family: 'Times New Roman', 'Lato', sans-serif;
}

#column-left .box .box-heading,
#column-right .box .box-heading {
    position: relative
}

#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: 0px;
    margin-right: 0px;
    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: uppercase;
    line-height: 30px;
}

.common-home .box .box-heading:before {
    border-bottom: 1px solid #b9babb;
    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 #b9babb;
    bottom: 21px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    text-align: left;
    width: 30px;
}

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

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

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

.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: #09c697;
    color: #fff;
    border: 1px solid #09c697;
}

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

.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: #09c697;
    color: #fff;
    border: 1px solid #09c697;
}

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

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

#column-left .box.category .box-content,
#column-right .box.category .box-content {
    background: #09c697;
    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: 15px 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;
    font-size: 17px;
}

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

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

.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: 15px;
    position: relative;
    margin-right: 7px;
}

.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;
    float: left
}

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

.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 #d0d1d2;
    bottom: 20px;
    content: "";
    display: block;
    left: 1px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
    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
}

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

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

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

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

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

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


.box.related .box-content .customNavigation a.prev:hover:before,
.box.related .box-content .customNavigation a.next:hover:before {

    color: #fff
}

/*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 #262e33;
}

.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: rgba(22, 27, 30, 0.8);
    border: none;
    width: 61.5%;
    padding: 6px 12px;
}

.product_hover_block .action .cart_button span {
    background: url(../image/megnor/cart-icon.png) no-repeat scroll 0px 3px;
    color: #999999;
    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 -39px;
    color: #787878;
}

.product_hover_block .action .wishlist_button {
    border-left: 2px solid #252e33;
    border-right: 2px solid #252e33;
    border-top: medium none;
    border-bottom: medium none;
    background: rgba(22, 27, 30, 0.8);
    height: 41px;
    width: 19.2%;
}

.product_hover_block .action .compare_button {
    border: medium none;
    background: rgba(22, 27, 30, 0.8);
    height: 41px;
    width: 19.2%;
}

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

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

#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: 10px;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.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;
    background-image: none;
}

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

#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 8px #fff inset;
    -webkit-box-shadow: 0 0 0 8px #fff inset;
    -moz-box-shadow: 0 0 0 8px #fff inset;
    background-color: #444;
    border: 2px solid #444;
    transition: box-shadow 0.3s ease 0s;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -moz-transition: box-shadow 0.3s ease 0s;
    -ms-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
}

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

.bannercarousel .owl-controls .owl-page span::after {
    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, box-shadow 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s, box-shadow 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s, box-shadow 0.5s ease 0s;
    -ms-transition: transform 0.5s ease 0s, box-shadow 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s, box-shadow 0.5s ease 0s;
    cursor: pointer;
    height: 100%;
    left: 0;
    outline: none;
    position: absolute;
    text-indent: -999em;
    top: 0;
    width: 100%;
    border: 2px solid #000;
    content: "";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
}

.bannercarousel .owl-controls .owl-page.active span::after,
.bannercarousel .owl-controls .owl-page:hover span::after {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

#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: 500;
    font-size: 12px;
    background: #e25740;
}

/* 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: 14px;
    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;
    height: 113px !important;
}

#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: #09c697;
    position: absolute;
    font-size: 18px;
    color: #161b1e;
    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
}

.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 #09c697;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    color: white;
    display: block;
    padding: 5px 10px;
    background-color: #09c697;
}

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

.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/cms-sprite.png) no-repeat scroll -5px -272px 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: 999999;
    background: url(../image/megnor/ajax-loader.gif) 50% 50% no-repeat #000;
    bottom: 0;
    right: 0;
    display: block;
}

.main-slider {
    position: relative;
    clear: both;
    background-color: #161b1e;
}

.information-sitemap .site-map ul {
    padding-left: 30px;
    padding-bottom: 10px
}

.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 0px;
    border-bottom: medium none
}

.page-title,
.refine-search,
.product-title,
.product-option {
    font-size: 16px;
    font-weight: 400;
    color: #161b1e
}

.container .page-title,
.container .product-title,
.container h2,
.container h1 {
    color: #787878;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

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

#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,
#accordion label.col-sm-3.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: auto;
    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
}

.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-family: "Times New Roman", 'Anton', sans-serif;
    font-size: 30px;
    font-weight: 400;
    position: relative;
    text-align: left;
    letter-spacing: 0px;
    background: none;
    padding: 20px 0 22px;
    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 #09c697;
    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: #09c697;
    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: 30px;
    position: relative;
    margin-bottom: 0px;
}

#tabclick {
    position: absolute;
    top: -240px;
}

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

.row.category_prod {
    margin: 0 -12px;
}

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

/*Megnor Blog CSS */
#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;
    display: none;
}

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

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


.information-blogger-blogs .post-image-hover {
    background: rgba(22, 27, 30, 0.6);
}


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

.blog-right {
    float: left;
    padding: 20px 0 0;
    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;
}

.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: #787878;
    color: #161b1e;
    border-color: #787878;
}

.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: #5e34da;
    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;
    display: none;
}

.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;
    display: none;
}

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

.blog-title a {
    color: #161b1e;
    word-wrap: break-word
}

.blog-title a:hover {
    color: #787878
}

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

#blog-carousel .owl-pagination {
    bottom: auto;
    display: none;
}

#blog-carousel .owl-controls .owl-buttons .owl-prev {
    left: 38.75%;
    top: 50px;
    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: 38.75%;
    left: auto;
    top: 50px;
    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 light-box CSS */

.blog-left:hover .post-image-hover {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}

.product-image-inner-blog .post_hover {
    left: 0;
    margin: 0 auto;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 37%;
}

.information-blogger-blogs .post_hover {

    left: 0;
    margin: 0 auto;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 42%;

}

.product-image-inner-blog:hover .post_hover,
.product-image-inner-blog:hover .post_hover .zoom,
.product-image-inner-blog:hover .post_hover .readmore_link,
.information-blogger-blogs .panel-body:hover .post_hover,
.information-blogger-blogs .panel-body:hover .post_hover .zoom,
.information-blogger-blogs .panel-body:hover .post_hover .readmore_link {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -kkhtml-opacity: 1;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.information-blogger-blogs .blog-image:hover {}


.blog-left .icon.zoom .fa,
.blog-left .icon.readmore_link .fa,
.information-blogger-blogs .icon.zoom .fa,
.information-blogger-blogs .icon.readmore_link .fa {
    font-size: 14px;
    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;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    padding: 11px 0;
    height: 40px;
    width: 40px;
    bottom: 0;
    top: 0;
}

.information-blogger-blogs .icon.zoom .fa,
.information-blogger-blogs .icon.readmore_link .fa {
    padding: 13px 13px;
    width: 43px;
    height: 43px;
}

.blog-left .icon.zoom:hover .fa,
.blog-left .icon.readmore_link:hover .fa,
.information-blogger-blogs .icon.zoom:hover .fa,
.information-blogger-blogs .icon.readmore_link:hover .fa {
    background-color: #787878;
    color: #161b1e;
    border-color: #787878;
}

.product-image-inner-blog:hover .image-hover-block .icon.zoom .fa,
.product-image-inner-blog:hover .image-hover-block .icon.readmore_link .fa,
.information-blogger-blogs product-image-inner-blog:hover .image-hover-block .icon.zoom .fa,
.product-image-inner-blog:hover .image-hover-block .icon.readmore_link .fa {
    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-left .blog-image .zoom,
.information-blogger-blogs .blog-image .zoom {
    color: #fff;
    display: inline-block;
    margin: 0px 5px;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    padding: 0;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 10;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.blog-left .blog-image .readmore_link,
.information-blogger-blogs .blog-image .readmore_link {
    color: #fff;
    display: inline-block;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    padding: 0px;
    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;
    margin: 0 5px;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}



/*Megnor Blog light-box CSS */

/*Megnor Blog CSS */


@media only screen and (max-width: 1240px) and (min-width: 1024px) {

    /*.zoomContainer .zoomWindow{
	height: 350px !important;
    width: 350px !important;
}
*/
    #blog-carousel .owl-controls .owl-buttons .owl-prev {
        left: 36%;
    }

    #blog-carousel .owl-controls .owl-buttons .owl-next {
        right: 36%;
    }

    #tel-header {
        font-size: 140%;
    }

    .blog-right {
        width: 100%;
    }

    .categorycolumn {
        margin-right: 5px
    }

    .header_left.header_block {
        margin-right: 35px;
        width: 20%;
    }

    .header_right.header_block {
        margin-right: 0px
    }

    .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: 20px
    }

    .cms-banner-item .text3.static-text {
        font-size: 12px
    }

    .product-info .image-additional {
        width: 100%
    }


    #top-links li {
        margin-left: 12px;
        margin-right: 12px
    }

    .main-menu>ul>li>a {
        padding-right: 17px;
        padding-left: 17px;
    }

    .parallex {
        height: 450px;
    }

    .parallex .inner-container {
        top: 140px;
    }

    .parallex2 .parallax-content {
        right: 40.5%
    }

}


@media (min-width: 980px) {
    #menu>ul>li>div {
        display: none;
        position: absolute;
        z-index: 5;

    }

    #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: #5e34da;
    }
}


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

    /*.zoomContainer .zoomWindow {
height: 300px !important;
width: 300px !important;
}*/

    .responsive-menu .main-navigation {
        top: 99px !important
    }

    .common-home .responsive-menu .main-navigation {
        top: 99px !important
    }

    .common-home .main-header.fixed .responsive-menu .main-navigation {
        top: 100px !important
    }

    .footer_title2 {
        font-size: 29px
    }

    #top-links .myaccount-menu,
    #cart .dropdown-menu {
        top: 66px;
    }

    .common-home #top-links .myaccount-menu,
    .common-home #cart .dropdown-menu {
        top: 66px
    }

    .main-header.fixed #top-links .myaccount-menu {
        top: 67px;
    }

    .main-header.fixed #cart .dropdown-menu {
        top: 67px;
    }

    .parallex {
        height: 450px;
    }

    .parallex .inner-container {
        top: 140px;
    }

    .parallex2 .parallax-content {
        right: 40.5%
    }

    #blog-carousel .owl-controls .owl-buttons .owl-prev {
        left: 32.25%;
    }

    #blog-carousel .owl-controls .owl-buttons .owl-next {
        right: 32.25%;
    }

    .header_left.header_block {
        margin-right: 35px;
    }

    #tel-header {
        width: 23%;
    }

    .header_center.header_block {
        width: 15%;
    }

    .header_right.header_block {
        margin-top: 33px;
    }

    .search {
        z-index: 999;
    }

    #search {
        top: 53px
    }

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

    #blog .image-block>img,
    .category_img img {
        width: 100%
    }

    .product-info .image-additional img {
        width: 100%
    }

    .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 .product-block-inner 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: 89.3%
    }

    .main-menu {
        display: none
    }

}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .layout-2.left-col #column-left {
        width: 30%
    }

    .main-navigation {
        width: 220% !important
    }

    .header_center.header_block {
        width: 15%;
        margin-top: 0px;
    }

    .header_left.header_block {
        margin-right: 35px;
        width: 25%;
    }

    #tel-header {
        font-size: 160%;
        padding-right: 10%;
    }

    .header_right.header_block {
        margin-top: 33px;
    }


    #top-links li {
        margin-left: 12px;
        margin-right: 12px;
    }

    nav.nav-container {
        width: 100%;
    }

    #res-menu {
        display: block;
        width: 89.3%
    }

    .main-menu {
        display: none
    }

    .layout-2.left-col #content {
        width: 70%
    }

    .layout-2.right-col #column-right {
        width: 34%;
        margin-top: 50px;
        display: none;
    }

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

@media (max-width: 979px) {

    /*.zoomContainer .zoomWindow {
height: 300px !important;
left: 325px !important;
width: 300px !important;
}
*/
    .text-container {
        height: 160px;
        top: 0px;
    }

    .common-home .main-header {
        position: static;
        background-color: #09c697;
    }

    .parallex {
        height: 450px;
    }

    .parallex .inner-container {
        top: 140px;
        padding: 0;
    }

    .parallex2 .parallax-content {
        right: 20.5%;
    }


    #top-links .myaccount-menu,
    #cart .dropdown-menu {
        top: 67px;
    }

    .common-home #top-links .myaccount-menu,
    .common-home #cart .dropdown-menu {
        top: 67px
    }

    /*#blog-carousel .owl-controls .owl-buttons .owl-prev{
    left: 32%;
}


#blog-carousel .owl-controls .owl-buttons .owl-next{
    right: 42%;
}

.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 rgba(0, 0, 0, 0.3);
        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: 50px !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;
    }

    footer h5:before {
        content: initial
    }

    .information-blogger-blogs .blog-image {
        height: auto
    }

    .information-blogger-blogs .blog-image img {
        display: inline-block;
        max-width: 100%;
    }
}

@media (max-width: 767px) {

    .zoomContainer .zoomWindow,
    .zoomContainer,
    .zoomLens {
        display: none !important
    }

    .common-home .alert {
        top: 195px !important;
        margin-left: 15px;
        margin-right: 15px;
    }

    .parallax-content .text2 {
        padding: 0
    }

    .main-slider .text1 {}

    .main-slider .text1,
    .main-slider .text2 {
        font-size: 20px;
        line-height: 40px;
    }

    .main-slider .text4 {
        margin-top: 20px
    }

    .main-slider .middle_text,
    .parallex1 .middle_text,
    .parallex2 .middle_text {
        display: block;
        font-size: 25px;
    }

    .static.first,
    .static.second,
    .static.first-plx,
    .Third-off-plx,
    .static {
        display: none
    }

    .parallex2 .parallax-content .text3,
    .parallex1 .parallax-content .text3 {
        margin-top: 0px;
    }

    .parallax-content .text1 {
        font-size: 25px
    }

    .text-container {
        height: 180px;
        top: 0px
    }

    #currency .dropdown-menu,
    #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: 0%;
        right: auto;

    }

    #blog-carousel .owl-controls .owl-buttons .owl-next {
        right: 20%;
        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%
    }

    #currency button span,
    #language button span {
        display: inline-block !important
    }

    .nav-responsive span {
        margin-top: 38px;
    }

    .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: 63px;
    }

    #top-links .myaccount-menu {
        top: 60px;
    }

    .common-home #top-links .myaccount-menu,
    #top-links .myaccount-menu {
        top: 58px;
    }

    #cart .dropdown-menu,
    .common-home #cart .dropdown-menu {
        top: 61px;
    }

    .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 #accordion .input-group-btn:last-child>.btn,
    .checkout-cart #accordion .input-group-btn:last-child>.btn-group {
        margin-left: 5px;
        margin-right: 0
    }

    .checkout-cart .table.table-bordered .input-group-btn {
        clear: both;
        margin: 5px 0 0;
        float: left
    }

    .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_center.header_block {
        float: left;
        width: 70%;
        text-align: left;
        z-index: 9;
        margin-left: auto;
        margin-right: auto;
    }

    .header_left.header_block {
        margin-top: 15px;
        width: 55%;
    }

    #tel-header {
        font-size: 125%;
        margin-top: -15%;
    }

    .nav-responsive .expandable::before {
        margin-top: 30px !important;
    }

    .nav-responsive span {
        margin-top: 31px !important;
    }

    .header_right.header_block {
        text-align: center;
        margin: 10px auto 0;
        position: relative;
    }

    .header_right.header_block .header_search {
        position: static;
        display: inline-block;
        text-align: center;
        float: left;
    }

    .search {
        float: none;
    }

    .cms_outer.container {
        padding: 0 15px
    }

    #search {
        z-index: 9;
        top: 48px;
        right: 80px
    }

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

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

    .nav-inner.container {
        margin: 0 15px
    }

    #res-menu {
        height: auto;
    }

    .responsive-menu .main-navigation {
        top: 85px !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 3px;
        padding-left: 0px;
        display: block
    }

    .product_hover_block .action .cart_button:hover span {
        background-position: center -39px;
    }

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

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

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

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

@media only screen and (max-width: 479px) {

    .parallax-content .text1 {
        font-size: 15px;
        line-height: 20px;
    }

    .main-slider .text1,
    .main-slider .text2 {
        font-size: 15px;
        line-height: 20px;
    }

    .text-container {
        top: 0px;
        height: 110px;
    }

    .main-slider .middle_text,
    .parallex1 .middle_text,
    .parallex2 .middle_text {
        font-size: 14px;
    }

    .main-slider .text4 a {
        font-size: 15px;
        padding: 5px 10px
    }

    .parallex .inner-container {
        top: 80px
    }

    .parallex2 .parallax-content .text4 a,
    .parallex1 .parallax-content .text4 a {
        padding: 5px 10px;
        font-size: 15px
    }

    .parallex2 .parallax-content .text3,
    .parallex1 .parallax-content .text3 {
        font-size: 13px;
        line-height: 30px;
    }

    .parallex1 .parallax-content {
        margin-right: 50px
    }

    .parallax-content .text2 {
        line-height: 35px
    }

    #search {
        right: 40px;
    }

    .nav-responsive span {
        display: none !important
    }

    .nav-responsive .expandable::before {
        left: 0;
        right: auto !important;
        margin-top: 28px !important;
    }

    .blog-date {
        margin-right: 20px;
    }

    #blog .owl-buttons {
        width: 300px
    }

    .product-info .image-additional a {
        float: none;
        text-align: center;
        padding: 1px
    }

    .table {
        float: left;
        margin-bottom: 20px;
        overflow: scroll;
        width: 100%
    }

    .product-layout.product-grid {
        width: 100% !important
    }

    .shopping-cart .input-group .form-control {
        width: 100%;
        padding: 0;
        text-align: center
    }

    .account-wishlist .table-bordered,
    .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 {
        margin: 0 auto;
        top: 0px;
    }

    #cart {}

    #blog-carousel .owl-controls .owl-buttons .owl-prev {}

    #blog-carousel .owl-controls .owl-buttons .owl-next {
        right: 33%;
    }

    .search {}

    #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 {
        right: auto;
    }

    #top-links {}

    #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 {
        right: 0px;
    }

    #cart .dropdown-menu {
        width: 290px;
        right: 0px;
    }

    .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: 300px;
    }

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

}

@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
}

#tel-header {
    padding-top: 2%;
}

#tel>a {
    color: white;
    line-height: 22px;
}

#tel>a:hover {
    color: #a5ffe8;
}

.main-logo {
    display: none;
}

@media only screen and (max-width: 479px) {
    .vid {
        display: none;
    }

    .main-logo {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 1020px) {
    .vid {
        display: none;
    }

    .main-logo {
        display: block;
        width: 100%;
    }

    .responsive-menu .main-navigation {
        width: 100%;
    }
}

#number {
    font-size: 19px;
    font-weight: 800;
    color: #09c697;
}

.checkout-cart div#accordion {
    display: none;
}

//li.level0 {
display: none;
}

#menu-vertical {
    border-radius: 4px;
    margin-bottom: 10px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    z-index: 887;
    margin-top: 26px;
}

#menu-vertical .btn {
    padding: 10px 32px !important;
}

span.text-category {
    margin-right: 10px;
}

#menu-vertical #menu-vertical-list>li .dropdown-menu-simple .nsmenu-haschild>li>a,
a.parent-link.dropdown-img,
#menu-vertical #menu-vertical-list>li .dropdown-menu-simple .nsmenu-ischild-simple>li>a {
    padding: 8px 10px !important;
    text-align: left !important;

}

#menu-vertical #menu-vertical-list>li .dropdown-menu-simple {
    min-width: 180px;
}

ul#menu-vertical-list {
    margin-left: 0 !important;
}

#menu-vertical {
    box-shadow: none !important;
}

#d_quickcheckout #shipping_method .radio label .price,
#d_quickcheckout #payment_method .radio label .price {
    float: right;
    display: none;
}