body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #525252;
    font-size: 13px;
    line-height: 20px;
}

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

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

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #23a1d1;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 13px;
    font-weight: normal;
}

#qty-cart .form-control {
    float: left;
    margin-right: 25px;
    width: auto;
}

#qty-cart #button-cart {
    font-size: 14px;
    font-weight: 600;
    padding: 7px 12px;
    width: auto;

}

.table.table-bordered.table-cart {
    clear: both;
}

#content .panel-default .panel-title {
    font-weight: normal;
    margin-bottom: 0;
}

.telephone a {
    margin-left: 5px;
}

#carousel-0 .box-heading {
    margin-left: 5px;
}

#module-0-carousel {
    margin: 0 7px;
}

.col-sm-3 .list-group {
    line-height: 2;
}

.col-sm-6 .product-thumb:hover .button-group {
    width: 100%;
}

.col-sm-6 .pagination > li:first-child > span {
    margin-left: -10px;
}

.box .radio, .checkbox {
    margin-top: 0 !important;
    margin-bottom: 3px !important;
}

/*#related-carousel .product-thumb .button-group:hover {
width: 220px;}*/
#wishlist {
    margin: 0 10px;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

.filter a.list-group-item {
    padding-top: 0;
}

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

.checkout-checkout #accordion {
    margin-top: 15px;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

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

/* top */
#top {
    background-color: #a6c8cf;
    padding: 0px;
    margin: 0 0 0px 0;
    min-height: 34px;
}


.banner-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-col__1 {
    margin-right: 30px;
}

.banner-col__2 {
    margin-left: 30px;
}

.banner-col__1 p {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto;
}

.banner-col__2 p {
    font-size: 28px;
    font-weight: 900;
    margin-top: 12px;
}

.contact-header__info {
    display: flex;
    flex-flow: column wrap;
    align-items: baseline;
}


.contact-header__info a {
    margin-left: 8px;
}

#top .container {
    padding: 0px;
}

#latest-carousel .product-thumb .button-group {
    padding: 10px 0 10px 10px;
}

#featured-grid .product-thumb .button-group {
    padding: 10px 0 10px 10px;
}

#account-login .page-title {
    padding-left: 17px;
}

#cart .btn-xs {
    font-size: 15px;
}

#top #form-currency .currency-select {
    text-align: left;
}

#related-carousel .product-thumb .cart > button {
    margin-left: 14px;
}

#top #form-currency .currency-select:hover, #form-language .dropdown-menu > li > .btn:hover {
    text-shadow: none;
    color: #ffdae4;
    background-color: #fff;
}

#form-language .hidden-xs.hidden-sm.hidden-md, #form-currency .hidden-xs.hidden-sm.hidden-md {
    font-size: 12px;
    display: inline-block;
}

#form-currency .dropdown-menu, #form-language .dropdown-menu, .dropdown-menu.dropdown-menu-right.myaccount-menu {
    padding: 8px;
    border: 1px solid #1d1f1f;
}

.dropdown-menu.dropdown-menu-right.myaccount-menu {
    top: 139%;
}

#form-language .dropdown-menu > li > .btn {
    padding: 3px 8px;
    color: #bcbcbc;
    text-transform: uppercase;
}

#form-currency .dropdown-menu .btn, #form-language .dropdown-menu > li > .btn {
    font-size: 13px !important;
    padding: 2px !important;
}

#top .currency-select.btn.btn-link.btn-block {
    color: #bcbcbc;
}

#top .btn-link, #top-links li, #top-links a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

#form-currency .btn-link .fa.fa-angle-down, #form-language .btn-link .fa.fa-angle-down {
    font-size: 12px;
    margin-left: 3px;
}

.list-inline > li:first-child {
    display: none;
}

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

#top-links .dropdown-menu a {
    text-shadow: none;
    color: #bcbcbc;
    font-size: 13px;
}

#top-links .dropdown-menu a:hover {
    color: #ffdae4;
    background-color: #fff;
}

#top .btn-link strong {
    font-size: 14px;
}

#top-links {
    padding-top: 8px;
}

@media (max-width: 600px) {
    #top-links {
        display: none;
    }

    #top .pull-left:last-child {
        float: right;
    }
}


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

#form-language .btn.btn-link.dropdown-toggle {
    padding: 8px 0 7px;
}

#form-language .btn.btn-link.dropdown-toggle > img {
    position: relative;
    top: -2px;
}

/* logo */
#logo {
    margin-left: 0;
    padding: 0
}

.line-header {
    padding-top: 20px;
}

/* .logo {
	padding:33px 0 32px;
} */
#carousel_0 .customNavigation {
    position: fixed;
}

/* search */
/* #search {
	padding:29px 0 25px;
} */
#search .input-lg {
    height: 44px;
    line-height: 20px;
    padding: 0 10px;
    border: 2px solid #dcdcdc;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 5px 10px 9px 9px;
    color: #1d1f1f;
}

.blog-image a {
    padding: 3px 10px;
    background: url(../image/megnor/zoom1.png) no-repeat scroll 0px 0px transparent;
    float: right;
    position: relative;
    bottom: -9px;
    margin-right: 7px;
    padding: 10px;
    display: block;
}

#search .btn-default {
    background-color: #d4a1ad;
    color: #fff;
    border: medium none;
}

#search .input-group-btn {
    border: 2px solid #dcdcdc;
    border-left: medium none;
    padding-right: 4px;
}

#search .form-control {
    border-right: medium none;
}

/* cart */
.col-sm-5 {
    float: right;
}

#cart {
    width: auto;
    padding: 29px 0 25px;
}

.sklad {
    color: red;
    font-size: 11px;
    font-weight: 600;
}

input {
    outline: none;
}

#cart > .btn {
    font-size: 13px;
    line-height: 18px;
    color: #1d1f1f;
    background-color: #fff;
    text-shadow: none;
    padding: 9px 25px 9px 17px;
    margin: 4px;
    width: auto;
}

.box-content .product-thumb:hover .button-group {
    width: 220px;
}

.blog-image img {
    padding: 0;
}

.fa-arrow-left::before {
    content: "\f104";
}

.blog-date {
    float: left;
    padding-right: 20px;
    border-right: 2px solid;
    margin-right: 22px;
    height: 16px;
}

.blog-left-content {
    margin-bottom: 25px;
}

h5 a:hover {
    color: #000;
}

.col-sm-9 h5 {
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.blog-desc {
    padding-top: 5px;
    padding-bottom: 6px;
}

.row a {
    color: #898989;
}

#content .panel-body {
    padding-top: 10px;
}

#carousel-0 .customNavigation {
    margin-bottom: 7px;
}

#content .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #1d1f1f;
    color: #fff;
}

#content .btn-primary {
    background-color: #fff;
    color: #000;
}

#column-left a:hover.list-group-item {
    color: #a7a7a7;
}
.product-quantity {display: flex;justify-content: flex-start;color: red;font-size: 14px;margin-left: 15px;}

.about-content {
    margin-bottom: 7px;
}

.dropdown-menu li > a:hover {
    background-color: #000;
}

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

.product-info .product-image .customNavigation span.prev:hover {
    text-decoration: none;
    background-position: 0 -39px;
}

.product-info .product-image .customNavigation span.next:hover {
    text-decoration: none;
    background-position: -48px -39px;
}

#content .breadcrumb > li:last-child a {
    color: #1d1f1f;
}

#content h4 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 14px;
}

.write-comment a {
    color: #000;
}

.fa-arrow-right::before {
    content: "\f105";
}

.banners-slider-carousel .customNavigation a.prev:hover {
    background-color: #000000;
    color: #fff;
}

.banners-slider-carousel .customNavigation a.next:hover {
    background-color: #000000;
    color: #fff;
}

#cart .fa.fa-angle-down {
    margin-left: 7px;
}

#cart #cart-total {
    margin: 0 1px 0 12px;
    text-transform: none;
}

#cart > .btn:hover, .btn-group.btn-block.open > .btn:hover, .btn-group.btn-block.active > .btn:hover {
    background-color: #ffdae4;
}

#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open > .btn:hover {
    color: #444;
    background-color: #ffdae4;
}

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

element {
    width: auto;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.swiper-viewport .swiper-slide.swiper-slide-active {
    width: auto;
}

.swiper-viewport .swiper-container {
    width: 100%;
}

.col-sm-13 .img-thumbnail {
    border: 1px solid #ddd;
}

#column-left .swiper-viewport {
    border: none;
    box-shadow: none;
}

.col-sm-13 .btn-danger {
    background-color: #fff;
    border-color: #fff;
    color: #fff;
}

#cart .dropdown-menu {
    min-width: 102%;
}

#cart .dropdown-menu table {
    margin-bottom: 0px;
    /*clear:both;*/
}

/*#cart .dropdown-menu table.table-striped{
display:inline;
float:left;
overflow: scroll;
height:200px;
}*/
.col-sm-13 .text-right > a {
    background-color: #fff;
    color: #1d1f1f;
    padding: 5px 12px;
    border: 1px solid #1d1f1f;
}

.col-sm-13 .text-right > a:hover {
    background-color: #1d1f1f;
    color: #fff;
}

#cart .dropdown-menu li > div {
    min-width: 320px;
    padding: 0px;
}

#cart .dropdown-menu li p {
    padding: 20px;
    margin: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

#cart .dropdown-menu li p a {
    width: 100%;
    text-align: center;
    padding: 8px 20px;
}

#cart .text-right {
    padding-right: 20px;
    border: none;
}

/* #cart .btn.btn-danger.btn-xs{background:url(../image/megnor/trash_icon.png) no-repeat scroll 0px 0px transparent; margin-right:12px; padding:8px;} */
#cart .dropdown-menu.pull-right.cart-menu.fixed {
    position: fixed;
    right: 0;
    top: 0;
    min-width: none;
    max-width: 30%;
    overflow: auto;
    display: block;
}

#cart .table.table-bordered {
    border: medium none;
    background-color: #f5f5f5;
}

#cart .btn.btn-inverse.btn-block.btn-lg.dropdown-toggle > span {
    margin: 0 1px 0 16px;
}

.cart.image {
    padding: 3px 13px;
    background: url(../image/megnor/cart.png) no-repeat scroll 0px 0px transparent;
}

.table .table-heading td {
    padding: 8px 5px;
}

.banners-slider-carousel .product-block-inner a img {
    width: 100%;
}

#compare-info .text-center {
    text-align: left;
}

/* menu */
.nav-container {
    border-bottom: 2px solid #E8EDED;
    border-top: 2px solid #E8EDED;
    margin-bottom: 20px;
    display: none;
}

.list-group .text-right {
    text-align: left;
}

.list-group a:hover.list-group-item {
    color: #000;
}

.box a.list-group-item {
    font-size: 13px;

}

#filter-group2 .checkbox label {
    color: #525252;
}

.header-bottom {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}

.box-category-heading {
    background-color: #ffffff;
    border: 2px solid #E8EDED;
    float: left;
    max-width: 308px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 15px 13px 15px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    z-index: 22;
    margin: -2px 0 -2px -2px;
}

.heading-img {
    float: right;
    margin-left: auto;
    cursor: pointer;
    background: url(../image/megnor/menu_icon.png) no-repeat scroll 0px 3px transparent;
    padding: 9px 8px;
}

.nav-inner-cms {
    border-bottom: 2px solid #E8EDED;
    border-top: 2px solid #E8EDED;
    margin-bottom: 20px;
}

.nav-responsive {
    display: none;
}

.responsive-menu,
.main-menu {
    background: #fff;
    height: 46px;
    margin-bottom: 0px;
    padding: 0px 5px;
    border-left: 2px solid #E8EDED;
    border-right: 2px solid #E8EDED;
    /*overflow:hidden; HIDE CATEGORIES THOSE ARE OUT OF MANU.  */
}

#static-menu {
    padding: 0px;
}

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

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

#static-menu > ul > li {
    position: relative;
    float: left;
    z-index: 20;
    background-color: #fff;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}

#static-menu > ul > li:first-child {
    border-right: 2px solid transparent;
    border-left: medium none;
}

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

#static-menu > ul > li:hover {
    border-left: 2px solid #E8EDED;
    border-right: 2px solid #E8EDED;
}

#static-menu > ul > li:first-child:hover {
    border-left: medium none;
    border-right: 2px solid #E8EDED;
}

.icon.zoom {
    float: right;
    position: relative;
    bottom: 23px;
}

#content .col-lg-3 {
    width: 25%;
    padding: 0;
}

.nav-responsive span,
.main-menu > ul > li > a {
    font-size: 13px;
    color: #1d1f1f;
    display: block;
    padding: 9px 10px 10px 10px;
    margin: 4px;
    z-index: 6;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}

@media (min-width: 980px) and (max-width: 1199px) {
    .nav-responsive span,
    .main-menu > ul > li > a {
        font-size: 12px;
        padding: 9px 4px 10px 4px;
        margin: 4px 2px;
        line-height: 19px;
    }
}

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

.main-menu > ul > li:hover > a {
    background: #ffdae4;
}

.main-menu > ul > li > ul, .responsive-menu .main-navigation {
    display: none;
    background: #ffdae4;
    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: #ffdae4;
    position: absolute;
    z-index: 5;
    padding: 5px;
    margin-left: -13px;
}

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

.main-menu > ul > li > ul > ul {
    /*display: table-cell;*/
}

.main-menu > ul > li ul + ul {
    /*padding-left: 20px;*/
}

.main-menu > ul > li ul > li > a, .responsive-menu .main-navigation li a {
    padding: 8px;
    color: #FFFFFF;
    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: #333;
    background-color: #fff;
}

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

#slideshow0 .flex-direction-nav {
    display: none;
}

.common-home #banner0 {
    float: left;
    width: 450px;
    margin-bottom: 19px;
    position: absolute;
}

#banner1 {
    float: right;
    width: 450px;
    margin-bottom: 19px;
}

#banner0 div, #banner1 div {
    overflow: hidden;
}

#banner0 div img, #banner1 div img {
    display: block;
    opacity: 0.95;
    transform: scale(1);
    transition: transform 0.5s ease 0s;
    width: 100%;
}

#banner0 div:hover img, #banner1 div:hover img {
    transform: scale(1.08);
}

.box {
    clear: both;
}

#column-left {
    width: 260px;

}

#content .swiper-viewport {
    border: none;
    box-shadow: none;
    margin-bottom: 17px;
}

.swiper-pagination {
    display: none;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }

}

@media (max-width: 767px) {

    #menu {
        border-radius: 0px;
    }

    #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;
        color: #fff;
    }
}

/* 1-col layout */
#column-left {
    padding: 0;
    width: 21.7%;
}

#column-right {
    padding: 0;
    width: 21.7%;
    flex-shrink: 0;
}

.layout-1 #content {
    width: 100%
}

/* 2-col layout */
.layout-2 #column-left {
}

.layout-2 #column-right {
}

.layout-2.left-col #content {
    padding: 0 0 0 20px;
    width: 78.3%;
}

.layout-2.right-col #content {
    padding: 0 20px 0 0;
    width: 78.3%;
}

.layout-2 .col-sm-5 {
    padding: 0;
}

.layout-2 .product-layout.product-grid.col-lg-4.col-md-4.col-sm-6.col-xs-12 {
    padding: 0;
}

.layout-2 .product-layout.product-grid.col-lg-3.col-md-4.col-sm-6.col-xs-6 {
    display: inline-block;
    float: left;
    overflow: visible;
    padding: 0;
}

.layout-2 .productpage .col-sm-6 {
    padding: 0;
}

.col-sm-5.header-search {
    width: 24.55%;
}

.product-layout.product-list.col-xs-12 {
    padding: 0;
}

#newsletter .col-sm-10 {
    padding: 0;
}

.category_filter .col-md-3.text-right.sort, .category_filter .col-md-2.text-right, .category_filter .col-md-1.text-right {
    padding: 0;
}


/* 3-col layout */
.layout-3 #column-left {
}

.layout-3 #column-right {
}

.layout-3 #content {
    padding: 0 20px;
    width: 56%;
}

.layout-3 #carousel1, .layout-3 #carousel0 {
    width: 49%;
}

.layout-3 .product-thumb .button-group .cart {
    padding: 0 0 0 3px;
}

.layout-3 .sub_banner_block img {
    width: 100%;
}

.layout-3 .left_side {
    float: left;
    margin-right: 15px;
    width: 32%;
}

.layout-3 .right_side {
    width: 65%;
}

.layout-3 .right_top1_image {
    margin: 0 15px 19px 0;
    width: 48%;
}

.layout-3 .right_top2_image {
    float: right;
    width: 48%;
}


/* content */
#content {
    min-height: 600px;
    margin: 0 0 0px;
    padding: 0;
    width: 920px;
}

/* footer */
footer {
    /*margin-top: 30px;*/
    padding: 25px 0 30px 0;
    background-color: #a6c8cf;
    color: #000;
    margin-top: 3rem;
}

.footer-title {
    font-size: 16px;
    font-weight: 600;
    color: #1d1f1f;
    text-transform: uppercase;
    padding: 0 0 0 10px;
    margin-bottom: 15px;
}

.footer-top {
    margin-top: 4px;
    overflow: hidden;
    padding-top: 20px;
}

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

footer a {
    color: #fff;
}

#footer {
    padding: 0 15px;
}

#footer .column li a {
    background: url(../image/megnor/arrow.png) no-repeat scroll 11px 5px rgba(0, 0, 0, 0);
    padding-left: 23px;
    line-height: 29px;
    color: #000;
}

footer a:hover {
    color: #1d1f1f;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1d1f1f;
    text-transform: uppercase;
    padding: 0 0 0 10px;
    margin-bottom: 15px;
}

.footer-bottom-inner h2, #footer .row h2, header .row h2 {
    margin-bottom: 0;
}

#about-block > h5 {
    display: none;
}

.footer-bottom {
    background-color: #f5f5f5;
    padding: 16px 0 20px 0;
    width: 100%;
}

.footer-bottom-inner {
    margin: 0 auto;
    width: 1200px;
}

.footer-bottom-inner > p {
    margin-bottom: 0;
}

.footer-bottom-inner a {
    color: #1d1f1f;
}

#footer .col-sm-3.column.last {
    float: right;
    margin-right: 0;
    border-right: medium none;
}

/* #footer .column .list-unstyled > li:hover{background-color:#f5f5f5; } */
#footer .column .list-unstyled > li:hover a {
    color: #e06a82;
}

.row.account-login {
    margin-top: 30px;
}

.tab-item:not(.active-tab) {
    display: none;
}

.footer__tabs {
    margin: 64px 0 30px;
}

@media (max-width: 767px) {
    .footer__tabs {
        margin: 24px 0;
    }
}

.footer__tabs .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

@media (max-width: 575px) {
    .footer__tabs .tabs {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 8px;
    }
}

.footer__tabs .tab {
    padding: 4px 10px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #1d1f1f;
    text-transform: uppercase;
    cursor: pointer;
}

@media (max-width: 575px) {
    .footer__tabs .tab {
        font-size: 14px;
    }
}

.footer__tabs .tab::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
    transition: all .3s ease-in-out;
}

.footer__tabs .tab:hover::before {
    background-color: #1d1f1f;
}

.footer__tabs .tab.active::before {
    height: 2px;
    background-color: #e06a82;
}

.footer__tabs .tab_content {
    margin-top: 24px;
}

@media (max-width: 767px) {
    .footer__tabs .tab_content {
        margin-top: 16px;
    }
}

.footer__tabs-list {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    padding: 0;
    margin: 0;
    list-style: none;
    color: #1d1f1f;
}

@media (max-width: 991px) {
    .footer__tabs-list {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
}

@media (max-width: 767px) {
    .footer__tabs-list {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
}

.footer__tabs-list li + li {
    margin-top: 8px;
}

@media (max-width: 767px) {
    .footer__tabs-list li + li {
        margin-top: 4px;
    }
}

.footer__tabs-list a {
    color: inherit;
    transition: all .3s ease-in-out;
}

.footer__tabs-list a:hover {
    color: #e06a82;
}


@media (max-width: 979px) {
    #footer .column ul {
        margin: 10px 0 10px 0;

    }

    #latest-carousel .product-thumb .button-group {
        padding: 10px 0 10px 0;
    }

    #featured-grid .product-thumb .button-group {
        padding: 10px 0 10px 0;
    }

    .sale {
        position: absolute !important;
    }

    #content .product-thumb .cart > button {
        margin-left: auto;
    }

    #column-left {
        padding: 0;
        width: 100%;
    }

    .layout-2.left-col #content {

        padding: 0;
        width: 100%;

    }

    .container .box #category-box {
        display: none;
    }

    .box-category-heading {
        display: none;
    }

    #static-menu #cart {
        border-right: 2px solid #E8EDED;
    }

    .nav-inner-cms .responsive-menu, .main-menu {
        border-right: none;
        border-left: none;
    }

    #content .right_top2_image {
        position: relative;
        margin-left: 0;
    }

    #content .box .customNavigation a.prev:hover {
        color: #FFFFFF;
    }

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

    .content_footer_left .toggle .mobile_togglemenu {
        margin-top: -20px;
        top: auto;
    }

    #footer .toggle {
        background: none repeat scroll 0 0 #fff;
    }

    #content .right_bottom_image {
        width: 100%;
        margin-top: 0;;
    }

    .main-slider img {
        width: 100%;
    }
}

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

/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0 !important;
    padding: 8px 0 !important;
}

.category_img .img-thumbnail {
    padding: 0;
    width: 100%;
}

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

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 0px;
}

.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 {
    font-size: 12px;
}

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

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

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

.btn-default {
    color: #777;
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}

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

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
}

.btn-danger {
    color: #ffffff;
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
}

.btn-success {
    color: #ffffff;
    background-color: #f5f5f5;
    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] {
}

.btn-info {
    color: #ffffff;
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

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

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

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover span, .btn-inverse:hover i, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    /*background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);*/
    color: #ffdae4;
}

.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle:hover > span, .btn.btn-inverse:hover i {
    color: #1d1f1f;
}

@media (max-width: 767px) {
    .btn-list-grid {
        display: block;
    }

    .control-label {
        margin: 8px 0;
    }

    .container .col-sm-9 {
        left: auto;
    }
}

/* list group */

.box .filterbox {
    margin-bottom: 19px;
}

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

.filterbox label {
    color: #525252;
    font-size: 13px;
    font-weight: 400;
}

.filterbox div.list-group-item {
    color: #1d1f1f;
    font-size: 13px;
    font-weight: 600;
}

#cart .fa.fa-shopping-cart {
    display: none;
}

.filterbox .panel-footer.text-right {
    border-top: medium none;
    padding: 0 15px 10px;
}

#column-left .filterbox a.list-group-item:hover {
    color: #1d1f1f;
}

.filterbox .panel-footer.text-right {
    text-align: left;
}

#button-filter {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 8px;
}

.list-group a {
    border-top: medium none;
    color: #000;
    padding: 8px 14px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

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

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

/* product list */
.product-thumb {
    border: 2px solid #ededed;
    margin-bottom: 20px;
    overflow: hidden;
}

.product-list .product-thumb .button-group {
    display: block;
    background-color: transparent;
    border: medium none;
    display: block;
    left: auto;
    position: relative;
    top: auto;
    width: auto;
}

.product-list .name {
    padding: 0 0 5px;
}

.product-name a {
    font-size: 13px;
}

.caption > p {
    color: #6d6d6d;
}

.product-grid .product-thumb {
    background: none repeat scroll 0 0 #fff;
    border-radius: 0;
    clear: both;
    margin: 12px 5px 13px;
    /* overflow: visible; */
    padding-bottom: 15px;
}

/* .product-grid .product-thumb:hover{
	border: 2px solid #dfdfdf;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    clear: both;
    overflow: visible;
	margin: 12px 0px 13px;
	padding:0px 7px;
	} */
.product-grid .product-block-inner {
    margin: 0;
    /*padding: 10px 7px;*/
    padding: 0;
    position: relative;
    text-align: center;
}

.product-thumb .image {
    text-align: center;
    /* float: left; */
    padding: 0;
}

.product-thumb .image a {
    display: block;
    position: relative;
    z-index: 1;
}

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

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

@media (max-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 8px;
        padding-right: 28px;
    }

    .right_side {
        width: 64%;
    }

    .left_side {
        width: 32%;
    }

    .right_top1_image {
        width: 49%;
    }

    .header-cms {
        display: none;
    }

    .right_top2_image {
        width: 49%;
        position: absolute;
    }

    .right_top2_image img {
        width: 100%;
    }

    .col-sm-5.header-search {
        width: 100%;
    }

    #static-menu .col-sm-13 {
        float: left;
    }

}

#column-left .product-thumb h4, #column-right .product-thumb h4 {
    margin-bottom: 8px;
}

.product-thumb h4 {
    font-weight: bold;
    margin-bottom: 1px;
}

.product-thumb .caption {
    padding: 0 13px;
    text-align: left;
    position: relative;

}

.product-list .product-thumb .caption {
    margin-left: 230px;
    padding: 22px 44px 0;
}

@media (max-width: 1250px) {
}

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

        padding: 0 10px;
    }

    .product-list .product-thumb .button-group {
        margin-left: 269px !important;
    }

    #cart {
        border-right: none;
    }
}

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

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

.btn.btn-default {
    font-size: 14px;
}

#wishlist {
    margin-right: 10px;
    float: left
}

#wishlist span, #compare span {
    margin-left: 6px;
    text-transform: uppercase;
}

#compare.btn.btn-default, #wishlist.btn.btn-default {
    padding: 5px 12px;
}

#qty-cart #compare.btn.btn-default, #qty-cart #wishlist.btn.btn-default {
    padding: 6px 12px;
}

.btn-list-grid #list-veiw {
    margin-right: 3px;
}

.col-sm-3.category_list a {
    background-color: #e06a82;
    float: left;
    margin-right: 5px;
    padding: 10px 8px;
    font-weight: 600;
    font-size: 13px;
    width: auto;
    color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.col-sm-3.category_list a:hover {
    opacity: .7;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}

.row .category_filter label {
    margin: 8px 0;
}

.category_filter .col-md-2.text-right.limit {
    margin-left: 10px;
    float: right
}

.row.category_filter {
    background-color: #f6f6f6;
    padding: 8px;
}

.product-thumb .rating {
    padding-bottom: 11px;
}

.product-list .product-thumb .rating {
    padding-bottom: 1px;
}

.rating .fa-stack {
    font-size: 7px;
}

.rating .fa-star {
    color: #cdcdcd;
    font-size: 14px;
}

.rating .fa-star + .fa-star {
    color: #ffdae4;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #1d1f1f;
    font-size: 16px;
    font-weight: 600;
    margin: 2px 0;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-right: 10px;
    font-size: 13px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: none;
}

.product-list .price-tax {
    display: block;
}

.common-home #content .box .box-product .product-thumb .price-tax {
    display: none;
}

.product-thumb .button-group {
    /* border-top: medium none;
	border-left:2px solid #dfdfdf;
	border-right:2px solid #dfdfdf;
	border-bottom:2px solid #dfdfdf;
	background-color: #fff;
	overflow: auto;
	display:none;
	position:absolute;
	top:96%;
	left:-2px;
	z-index:95;
	padding: 10px 0 10px 0; */
    width: 100% !important;
}

.product-grid .product-thumb .button-group {
    left: -9px;
    padding: 10px 0;
    width: 108.55%;
}

.product-list .product-thumb .button-group .cart {
    padding: 0;
}

.product-grid .caption a {
    color: #898989;
    font-weight: 600;

}

.product-list .caption a {
    color: #1d1f1f;
    font-weight: 600;
}

.product-grid .caption a:hover {
    color: #1d1f1f;
}

.product-list .caption a:hover {
    color: #898989;
}

/* .product-thumb:hover .button-group{display:block;
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	-khtml-transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	width: 220px;
	} */
.product-list .product-thumb .button-group {
    border-left: medium none;
    box-shadow: none;
    margin-left: 254px;
    margin-top: 10px;
}

.button-group .cart span {
    text-transform: uppercase;
    font-weight: 600;
    color: #1d1f1f;
}

.product-thumb .button-group .compare {
    float: left;
    background-color: #fff;

}

.product-thumb .button-group .wishlist {
    float: left;
    margin: 0 5px;
    background-color: #fff;

}

.product-thumb .button-group .compare_button {
    background-color: #fff;
    border: 1px solid #1d1f1f;
    padding: 4px 9px;
}

.product-thumb .button-group .wishlist_button {
    background-color: #fff;
    border: 1px solid #1d1f1f;
    padding: 5px 9px 3px;
}

.product-thumb .button-group .wishlist_button:hover, .product-thumb .button-group .compare_button:hover {
    background-color: #1d1f1f;
    border: 1px solid #1d1f1f;
}

.product-thumb .button-group .wishlist_button:hover i, .product-thumb .button-group .compare_button:hover i {
    color: #fff;
}

.product-thumb .button-group .cart button:hover {
    padding: 4px 12px;
}

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

.product-thumb .cart > button {
    background-color: #fff;
    border: 1px solid #1d1f1f;
    padding: 4px 12px;
    margin-left: 19px;
}

.product-thumb .cart > button:hover {
    background-color: #1d1f1f;
    border: 1px solid #1d1f1f;
    padding: 4px 12px;
}

.product-thumb .cart > button:hover span {
    color: #fff;
}

.product-thumb .button-group .cart {
    float: left;
    background-color: #fff;
    width: auto;
}

#blog-carousel .owl-controls .owl-page span {
    background-color: #ddd;
    border: none;
    border-radius: 50%
}

#blog-carousel .owl-controls .owl-page.active span, .owl-controls .owl-page:hover span {
    background-color: #ffd200;
}

/*.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
*/
@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 100%;
    }

    .left_side {
        margin-right: 21px;
    }
}

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


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

.thumbnails > li {
    margin-left: 20px;
}

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 2px solid #ededed;
}

.image-additional {
}

.thumbnails .image-additional {
    float: left;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }

    .box-content .product-thumb .cart > button {
        margin-left: 0;
    }

    #content .box-content .customNavigation a.next:hover {
        color: #fff;
        background-color: #000;
    }

    #content .box-content .customNavigation a.prev:hover {
        color: #fff;
        background-color: #000;
    }

    #content .banners-slider-carousel .customNavigation a.prev:hover {
        background-color: #000000;
        color: #fff;
    }

    #content .banners-slider-carousel .customNavigation a.next:hover {
        background-color: #000000;
        color: #fff;
    }
}

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

}

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

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

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

.product-info a.thumbnail {
    cursor: zoom-in;
}

.productpage h3 {
    color: #1d1f1f;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
}

.col-sm-4 > h3 {
    color: #1d1f1f;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

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

/* It need for ie7 */
.product-info .additional-carousel {
    position: relative;
}

.product-info .image-additional {
    clear: both;
    overflow: hidden;
    padding: 0 33px;
    width: 438px;

}

.compare-total {
    padding-bottom: 7px;
}

.product-info .image-additional img {
}

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

.flexslider .slides img {
    width: inherit;
}

.flexslider.carousel .slides img {
    width: auto;
}

.slides {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slides li {
    text-align: center;
}

.slides li img {
    text-align: center;
}

.flex-direction-nav a:before {
    line-height: 40px;
}

/* Megnor Start */

.box {
    margin-bottom: 12px;
}

.box .box-heading {
    background: none repeat scroll 0 0 #fff;
    color: #1d1f1f;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 18px 0;
    text-transform: uppercase;

}

.box .box-content {
    background: #f5f5f5;
    padding: 10px 15px;
}

.box-heading {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}


.post-image a {
    padding: 3px 10px;
    background: url(../image/megnor/zoom1.png) no-repeat scroll 0px 0px transparent;
}

.main-slider .swiper-viewport {
    box-shadow: none;
}

.list-group-item {
    background-color: #f5f5f5;
    border: none;
}

#content .box .box-heading {
    margin-bottom: 11px;
    border: none;
    background: #fff;
    padding: 0px;
    font-size: 16px;
    color: #1d1f1f;
    text-transform: uppercase;
    font-weight: 600;
}

#content .box .box-content {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 7px;
}

.main-slider .swiper-pagination.slideshow0.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 5px;
    right: 5px;
    text-align: center;
    left: auto;
    width: auto;
    display: block;
}

.main-slider .swiper-pagination-bullet:hover, .swiper-viewport .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffdae4;
}

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

.box .box-content ul li ul li, #content .content ul li ul li {
    border-left: medium none;
}

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

.box .box-content ul .dropmenu__top:hover,
#content .content ul .dropmenu__top:hover {
    background-color: #f5f5f5;
    color: #2fb991;
}

.box .box-content ul .dropmenu__top:hover > a,
#content .content ul .dropmenu__top:hover > a {
    border-left: 4px solid #ffdae4;
}

.dropmenu li:hover ul,
.dropmenu li:hover div:not(.dropmenu__top) {
    display: block;
}

.panel-body .input-group .form-control {
    width: auto
}

.col-sm-9 h2 {
    color: #1d1f1f;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: auto;
}

.page-title {
    color: #1d1f1f;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: auto;
}

.alphabet-text {
    font-weight: 600;
}

.cat-heading {
    color: #1d1f1f;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

#content h1 {
    color: #1d1f1f;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    padding-bottom: 5px;
}

.cate-name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    padding-top: 5px;
}

.checkbox input[type="checkbox"] {
    margin-top: 6px;
}

.col-sm-9 h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
    padding: 0 0 11px;
    border-bottom: none;

}

.col-sm-3.category_list > ul {
    list-style: outside none none;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
}

.addthis_toolbox {
    display: flex;
    margin: 5px;
    align-items: center;
    justify-content: space-between;
}

.col-sm-3.category_list > ul li {
    margin: 8px 0;
}

.col-sm-12.category_list a {
    background: #f6f6f6;
    font-size: 13px;
    font-weight: 600;
    padding: 10px;
    float: left;
    margin: 3px;
}

.filterbox a.list-group-item {
    color: #1d1f1f;
    font-size: 13px;
    font-weight: 600;
}

#content .row.category_thumb {

    border-bottom: 1px solid #ddd;

}

#sitemap {
    border: 1px solid #ededed;
    margin-top: 30px;
    padding: 25px 5px;
}

#sitemap .col-sm-6 li {
    line-height: 28px;
}

.col-sm-12.category_list > ul {
    list-style: outside none none;
}

#search-page .col-sm-4 {
    margin: 0 10px 0 0;
    padding: 0;
    padding-bottom: 4px;
}

.map {
    float: left;
    margin: 10px;
}

.col-sm-3.address {
    width: 50%;
}

.left-content {
    float: left;
    width: 50%;
}

#search-page .col-sm-3.sort {
    margin: 0 15px 0 0;
    width: 25%;
    padding: 0;
}

#search-page .col-sm-3 {
    width: auto;
    padding-top: 7px;
}

#button-search {
    margin-bottom: 25px;
    margin-top: 5px;
}

.col-sm-2.category_img {
    margin-top: 7px;
    padding: 0;
    width: 100%;
}

.col-sm-10.category_description {
    padding: 0;
}

.list-unstyled1 {
    line-height: 30px;
    list-style: outside none none;
    margin: 5px 10px;
    padding: 0;
}

#edit-info, #chnge-password {
    margin-top: 15px;
}

.text-left1 {
    line-height: 30px !important;
}

.col-sm-3.category_list {
    margin-right: 0;
    width: auto;
    padding: 0;
}

.col-md-4.btn-list-grid {
    padding: 0;
    margin-top: 1px;
}

.category_filter .col-md-1.text-right {
    margin-left: 20px;
}

.btn-list-grid button:hover, .btn-list-grid button.active, .btn-list-grid button:focus {
    color: #1d1f1f;
    border: 1px solid #ededed;
    background-color: #fff !important;
}

.btn-list-grid button {
    background-color: #ededed;
    border: 1px solid #ededed;
    color: #898989;
}


#newsletter .form-group {
    margin-top: 15px;
}


/* Product Grid Start */
.product-grid-list {
}

#content .box-product,
.product-grid-list ul {
    list-style-type: none;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    overflow: visible;
}

.product-grid .caption > p {
    display: none;
}

.product-grid .caption .price {
    display: block;
}

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

#content .box-product .caption a {
    color: #898989;
    font-weight: 600;
}

#content .box-product .caption a:hover {
    color: #1d1f1f;
}

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

#latest-carousel.product-carousel .slider-item, #related-carousel.product-carousel .slider-item {
    margin-bottom: 30px;
}

.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 2px;
    background: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    clear: both;
    overflow: hidden;
}

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

.product-block-inner {
    position: relative;
}

.grid_default_width {
    width: 185px;
}

.featured_default_width {
    width: 185px;
}

.module_default_width {
    width: 185px;
}

.latest_default_width {
    width: 185px;
}

.special_default_width {
    width: 185px;
}

.related_default_width {
    width: 185px;
}

.bestseller_default_width {
    width: 185px;
}

.additional_default_width {
    width: 90px;
}

.testimonial_default_width {
    width: 260px;
}

#content #carousel-0 .product-block-inner {
    text-align: center;
    padding: 10px 7px;
}


#content .product-grid-list .product-block,
#content .box-product .product-block {
    margin: 12px 5px 13px 5px;
    background: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    clear: both;
    overflow: visible;
}


#content .product-grid-list .product-block:hover,
#content .box-product .product-block:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
    border: 2px solid #dfdfdf;
    overflow: visible;
}


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


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


#content .product-carousel .product-block-inner,
#content .product-grid-list .product-block-inner,
#content .box-product .product-block-inner {
    padding: 0px;
    text-align: center;
    position: relative;
    margin: 0;
}


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

.sale {
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    color: #fb522d;
    font-weight: bold;
    top: -20px;
    font-size: 14px;
}

.btn.btn-link.btn-block.language-select {
    width: auto;
}

.product-list .saleicon.sale {
    top: 10px;
    left: -200px;
    position: absolute;
}

#content .col-sm-3 {
    padding-left: 0;
}

.page-title {
    padding-left: 0;
    padding-bottom: 5px;
}

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

.product-list .caption h4 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 8px;
}


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

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

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

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

#column-left .box-product .product-thumb a, #column-right .box-product .product-thumb a {
    font-weight: 600;
    font-size: 13px;
}

#column-left .box-product .product-thumb a:hover, #column-right .box-product .product-thumb a:hover {
    color: #1d1f1f;
}

#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;
    height: auto;
    font-weight: normal;
    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 {
    width: 55px;
}

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

#column-left .box .box-content, #column-right .box .box-content {
    margin-bottom: 19px;
}

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

#column-left .product-thumb, #column-right .product-thumb {
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-style: none none solid;
    border-width: medium medium 1px;
    margin-bottom: 0;
    padding: 10px 0;
}

#column-left .sale, #column-left .rating, #column-left .price-tax, #column-left .wishlist_button, #column-left .compare_button,
#column-right .sale, #column-right .rating, #column-right .price-tax, #column-right .wishlist_button, #column-right .compare_button {
    display: none !important;
}

#column-left .product-thumb .button-group button, #column-right .product-thumb .button-group button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0;
    width: auto;
    line-height: 28px;
}

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

#column-left .product-thumb .price-old {
    display: block;
}


.top_button {
    /* background: url("../image/megnor/top_arrow.png") no-repeat scroll 0 0 transparent; */
    display: none;
    font-size: 0;
    height: 40px;
    position: fixed;
    width: 40px;
    z-index: 95;
    bottom: 5px;
    right: 5px;
    background: #e06a82;

}

.top_button::before {
    font-size: 2rem;
    color: #fff;
    line-height: 40px;
    text-align: center;
    width: 100%;
    display: block;
}

#content ul.list-unstyled {
    margin-bottom: 10px;
    overflow: auto;
}

.list-unstyled span {
    color: #B1B2B2;
    float: left;
    margin: 5px 8px 0 0;
    font-size: 22px;
}

#qty-cart.form-group {
    background-color: #f5f5f5;
    padding: 15px;
}

#qty-cart label {
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}

.description {
    border-bottom: medium none;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 7px 5px 10px;
}

.description span {
    color: #1d1f1f;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.description .product-description .description-right {
    padding-left: 10px;
}

.description-right {
    color: #898989;
    text-transform: uppercase;
    font-size: 14px;
}

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

.list-unstyled h2 {
    color: #1d1f1f;
    float: none;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

.option {
    color: #1d1f1f;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

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

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

.manufacturer-content {
    padding: 8px;
}

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

#column-left .flexslider, #column-right .flexslider {
    margin: 0 0 20px;
    box-shadow: 0 0;
    border-radius: 0;
    width: auto;
}

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

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

.tab-content {
    border-right: 2px solid #ededed;
    border-left: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
    border-top: 2px solid #ededed;
    padding: 10px;
    overflow: hidden;
}

#button-review {
    padding: 5px 12px;
}

.col-sm-4.total_amount {
    margin-top: 0px;
    float: right;
}

.col-sm-4.total_amount .col-sm-12 .table-bordered {
    border: medium none;
}

.collapsable.lastCollapsable {
    border: medium none;
}

.table-heading {
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    background-color: #f5f5f5;
}

thead {
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    background-color: #f5f5f5;
}

.manufacturer-list .manufacturer-content .col-sm-12 {
    margin-top: 0;
}

.col-sm-13-res {
    display: none;
}

.productpage .col-sm-12 {
    padding: 0;
}

.box .customNavigation a.prev {
    color: #000;
}

.box .customNavigation a.prev:hover {
    background-color: #000;
    color: #FFFFFF;
}

.box .customNavigation a {
    width: 20px;
    height: 25px
}

.box .customNavigation a.next {
    color: #000;
}

.box .customNavigation a.next:hover {
    background-color: #000;
    color: #FFFFFF;
}

/* CMS -Content */
.sub_banner_block {
    float: left;
    position: relative;
    margin-bottom: 23px;
    margin-top: 24px;
    padding-bottom: 10px;
    width: 100%;
}

#content. h1, .h2, .h3 {
    margin-bottom: 5px;
}

.left_side {
    float: left;
    margin-right: 22px;
}

#carousel-0 .customNavigation a.prev {
    left: auto;
    top: -21px;
    right: 32px;
}

.btn-group .dropdown-menu.language-menu {
    min-width: auto;
}

.swiper-pagination-clickable .swiper-pagination-bullet {

    cursor: pointer;
    border: 2px solid #000;
    background: #000;
    margin: 0 3px;
}

#carousel-0 .customNavigation a.next {
    top: -21px;
    right: 7px;
}

.right_top1_image {
    float: left;
    margin: 0 23px 23px 0;
    background-color: #c5c5c5;
}

.right_side {
    float: left;
}

.right_top2_image {
    overflow: hidden;
    float: right;
}

.left_sub_image {
    background-color: #c5c5c5;
}

.right_bottom_image {
    background-color: #c5c5c5;
    float: right;

}

.box-content .customNavigation a.next {
    color: #000;

}

.box-content .customNavigation a.next:hover {
    color: #fff;
    background-color: #000;
}

.box-content .customNavigation a.prev {
    color: #000;
}

.box-content .customNavigation a.prev:hover {
    color: #fff;
    background-color: #000;
}

.customNavigation a {
    color: #000;
    background-color: #f5f5f5;
}

.left_sub_image img, .right_top1_image img, .right_bottom_image img {
    width: 100%;
    display: block;
    opacity: 0.95;
    -o-opacity: 0.95;
    -moz-opacity: 0.95;
    -webkit-opacity: 0.95;
    -khtml-opacity: 0.95;
    transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    -khtml-transform-origin: 50% 50% 0;
    transition: transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    -moz-transition: transform 0.35s ease 0s;
    -webkit-transition: transform 0.35s ease 0s;
    -khtml-transition: transform 0.35s ease 0s;
}

.footer-top img {
    transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -khtml-transition: all 1s ease 0s;
    vertical-align: middle;
}

.right_top2_image img {
    transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -khtml-transition: all 1s ease 0s;
    vertical-align: middle;
}

.left_sub_image:hover img {
    transform: scale3d(0.969, 0.97, 2);
    -o-transform: scale3d(0.969, 0.97, 2);
    -moz-transform: scale3d(0.969, 0.97, 2);
    -webkit-transform: scale3d(0.969, 0.97, 2);
    -khtml-transform: scale3d(0.969, 0.97, 2);
}

.right_top1_image:hover img {
    transform: scale3d(0.969, 0.96, 2);
    -o-transform: scale3d(0.969, 0.96, 2);
    -moz-transform: scale3d(0.969, 0.96, 2);
    -khtml-transform: scale3d(0.969, 0.96, 2);
    -webkit-transform: scale3d(0.969, 0.96, 2);
}

.right_top2_image:hover img {
    transform: scale(1.085, 1.085);
    -o-transform: scale(1.085, 1.085);
    -moz-transform: scale(1.085, 1.085);
    -khtml-transform: scale(1.085, 1.085);
    -webkit-transform: scale(1.085, 1.085);

}

.right_bottom_image:hover img {
    transform: scale3d(0.985, 0.92, 2);
    -o-transform: scale3d(0.985, 0.92, 2);
    -webkit-transform: scale3d(0.985, 0.92, 2);
    -moz-transform: scale3d(0.985, 0.92, 2);
    -khtml-transform: scale3d(0.985, 0.92, 2);
}

.footer-top img:hover {
    transform: scale(1.08);
    -o-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -khtml-transform: scale(1.08);
    -webkit-transform: scale(1.08);
}


/*.right_top2_image img:hover {
    transform: scale(1.08);
}*/
.side-box-heading {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.post-title {
    margin: 10px 0;
    text-align: left;
}

.post-image a {
    padding: 3px 10px;
    background: url(../image/megnor/zoom1.png) no-repeat scroll 0px 0px transparent;
}

.blog-right a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

#content .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

    color: #fff;
}

.post-image > p {
    margin: 0;
    position: absolute;
    top: 200px;
    width: auto;
    left: 15.4%;
}

.tmcmsblockblog .flex-active-slide {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

.post-date, .post_comment {
    float: left;
    font-size: 12px;
    font-style: italic;
    margin-right: 20px;
    color: #898989;
}

.tmcmsblockblog .flex-control-nav {
    bottom: -19px;
    font-size: 0;
    position: absolute;
    left: 0px;
    text-align: left;
    width: 100%;

}

.tmcmsblockblog .flex-control-paging li a {
    background: none repeat scroll 0 0 #d0d0d0;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
    border: 2px solid transparent;
}

.tmcmsblockblog .flex-control-paging li a.flex-active {
    background-color: #ffdae4;
    cursor: default;
}

.cms_flexslider .flex-direction-nav {
    display: none;
}

.tmcmsblockblog .flex-control-nav {
    bottom: -19px;
    font-size: 0;
    left: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    padding: 0;
}

.tmcmsblockblog .flex-control-nav li {
    display: inline-block;
    margin: 0 3px;
}

.post-date i, .post_comment i {
    margin-right: 5px;
}

.readmore {
    color: #000;
    float: left;
    margin: 10px 0;
    padding-bottom: 19px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.readmore_button {
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #000;
    text-transform: capitalize;
}

#content .readmore_button:hover {
    background-color: #000;
    color: #fff;
}

.readmore a {
    color: #000;
}

.post-title > a, .post-title > a:hover {
    color: #1d1f1f;
    font-size: 14px;
    font-weight: 600;
}

#testimonialblog .fa.prev.fa-angle-left, #testimonialblog .fa.next.fa-angle-right {
    top: -43px;
}

.blog-content.box-content {
    padding: 0;
    background: none;
}

.header-cms {
    float: right;
    margin-right: 31px;
    margin-top: 32px;
    width: 23%;;
}

.freeship {
    color: #1d1f1f;
    font-size: 13px;
    font-weight: 600;

}

.box a.list-group-item {
    padding-bottom: 2px;
    padding-top: 5px;
}

.truck-img {
    background: url("../image/megnor/shipping_truck.png") no-repeat scroll 0 0 transparent;
    float: left;
    padding: 14px 24px;
    margin: 7px 8px 0 0;
}

#footer .row {
    margin-top: 30px;
}

.social-block {
    list-style: outside none none;
    margin: 8px 0 0 0;
    padding: 0;
}

#block_contact_infos > ul {
    list-style: outside none none;
    padding: 0;
}

.col-sm-3.column {
    line-height: 27px;
    width: 23.55%;
}

#footer #about-block {
    background-color: #f5f5f5;
    padding: 26px;
    width: 24%;
    margin-right: 3%;
    border-right: medium none;
    line-height: 23px;
}

.content_col {
    width: calc(25% - 2.4rem);
    margin-right: 2.4rem;
    float: left;
}

#footer .col-sm-3.column {
    width: calc(25% - 2.4rem);
    line-height: 22px;
    position: relative;
    padding: 0;
    margin-left: 2.4rem;
}

#footer .col-sm-3.column:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 0;
    right: -1.2rem;
    width: 1px;
    height: 100%;
    background-color: #e3e3e3;
}

#footer .social-block li a {
    font-size: 0;
    padding: 0;
    margin-right: 5px;
}

#footer #block_contact_infos .email > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    padding-left: 0;
}

#block_contact_infos > h5 {
    padding: 0;
}

#footer .social-block .facebook > a {
    background: url(../image/megnor/sprite.png) no-repeat scroll -13px -198px transparent;
    width: 30px;
    height: 30px;
    float: left;
}

#footer .social-block .facebook > a:hover {
    background-position: -13px -241px;
}

#footer .social-block .twitter > a {
    background: url(../image/megnor/sprite.png) no-repeat scroll -13px -283px transparent;
    width: 30px;
    height: 30px;
    float: left;
}

#footer .social-block .twitter > a:hover {
    background-position: -13px -326px;
}

#footer .social-block .google > a {
    background: url(../image/megnor/sprite.png) no-repeat scroll -13px -369px transparent;
    width: 30px;
    height: 30px;
    float: left;
}

#footer .social-block .google > a:hover {
    background-position: -13px -412px;
}

#footer .social-block .linkedin > a {
    background: url(../image/megnor/sprite.png) no-repeat scroll -13px -455px transparent;
    width: 30px;
    height: 30px;
    float: left;
}

#footer .social-block .linkedin > a:hover {
    background-position: -13px -498px;
}

#footer #block_contact_infos.col-sm-3.column {
    margin-right: 0%;
    width: 16%;
    line-height: 20px;
    color: #6d6d6d;
    padding: 0;

}

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

.box-content .customNavigation a {
    height: auto;
    width: 20px;
    padding: 4px 6px 4px 7px;
    top: -35px;
}

#footer #block_contact_infos ul li {
    margin: 0;
    padding: 5px 0 0 20px;
}

#carousel-0 .customNavigation a {

    width: 20px;
    height: auto;
    padding: 4px 6px 4px 7px;
}

#footer #block_contact_infos ul .address {
    background: url(../image/megnor/icon-sprite.png) no-repeat scroll 0px -110px transparent;
}

#footer #block_contact_infos ul .skype {
    background: url(../image/megnor/icon-sprite.png) no-repeat scroll 0px 9px transparent;
}

#footer #block_contact_infos ul .contact {
    background: url(../image/megnor/icon-sprite.png) no-repeat scroll 0px -31px transparent;
}

#footer #block_contact_infos ul .email {
    background: url(../image/megnor/icon-sprite.png) no-repeat scroll 0px -67px transparent;
}

#footer #block_contact_infos .social-block li {
    margin: 0;
    padding: 0px;
}

.footer-top img {
    width: 100%;
}

.footer-bottom {
    background: none repeat scroll 0 0 #f5f5f5;
    float: left;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}

#accordion .panel-title > a {
    color: inherit;
    display: inline-block;
    padding: 0;
    width: 100%;
}

#accordion .panel-heading .fa.fa-caret-down {
    float: right;
}

#accordion-checkout {
    margin-top: 15px;
}

.footer-bottom-inner {
    clear: both;
}

.payment_block1 li:last-child {
    margin-right: 0;
}

.payment_block1 li {
    display: inline-block;
    margin-right: 10px;
}

.payment_block1 > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.payment_block1 {
    float: right;
    width: auto;
}

.powerd-inner {
    float: none;
    width: auto;
    text-align: center;
}

.tm-about-description > p {
    color: #6d6d6d;
}


/*Category smart menu css start */

ul.dropmenu {
    position: relative;
    margin: 0px;
    padding: 1px 0px 0px 0px;
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    z-index: 9;
}

.dropmenu li {
    position: relative;
    list-style: none;
    margin: 0px;
    display: block;
    cursor: pointer;
    padding-bottom: 1px;
}

.dropmenu li:hover {
    background-color: #fff;
}

.dropmenu .dropmenu__top {
    display: flex;
    align-items: center;
}

.dropmenu li a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
}

.dropmenu li:hover a {
    color: #1d1f1f;
}

.dropmenu__top-btn {
    background-image: url(../image/megnor/category_arrow-gray.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    background-color: transparent;
    padding: 0;
    transition: all .2s ease-in-out;
    margin-left: auto;
    border: none;
    outline: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.dropmenu__top-btn.active {
    background-image: url(../image/megnor/category_arrow-black.png);
    transform: rotate(90deg);
}

.dropmenu li span {
    display: block;
    float: right;
    height: 10px;
    width: 6px;
    position: absolute;
    top: 18px;
    right: 10px;
}

.dropmenu ul, .dropmenu div:not(.dropmenu__top) {
    position: absolute;
    display: none;
    width: 197px;
    left: 182px;
    top: -2px;
    margin: 0px;
    padding: 0px;
}

.dropmenu li div ul {
    border: none;
    background: none;
    position: relative;
    display: block;
    left: 0px;
}

.dropmenu ul li {
    border: medium none;
    float: none;
}

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

.dropmenu li div:not(.dropmenu__top) {
    background-color: #cccccc;
    padding: 5px;
    display: none;
    position: absolute;
}

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


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

.box .box-content ul li,
#content .content ul li {
    line-height: 22px;
    padding: 0;
}

.box .box-content ul li ul li + li {
    border-top: medium none;
}

.box .box-content ul li a, #content .content ul li a {
    padding: 6px 0px 6px 14px;
    font-size: 14px;
    border-left: 4px solid transparent;
    transition: padding-top .2s ease-in-out, padding-bottom .2s ease-in-out, overflow .2s ease-in-out, opacity .2s ease-in-out, line-height .2s ease-in-out;
}

#category-box {
    padding: 0;
    display: block;
    background-color: #f0f2f5;
}

#category-box .dropmenu li:hover {
    background-color: #f5f5f5;
}

#category-box ul li a {
    color: #1d1f1f;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}

#category-box ul .dropmenu__top:hover > a {
    color: #e06a82;
}

#cart .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    color: #fff;
}

.dropdown.myaccount .fa.fa-angle-down {
    margin-left: 5px;
    font-size: 12px;
}

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

.box .box-content ul ul {
    display: none;
    position: static;
    font-size: 13px;
    margin-left: 0;
    width: 100%;
}

.box .box-content ul ul li:hover > a,
#content .content ul ul li:hover > a {
    border-left-color: transparent;
}

.product-block-inner a img {
    vertical-align: middle;
}


/* CAtegory smart menu End */

/*@media (min-width:1200px) and  (max-width:1250px){
    .container, .footer-bottom-inner {
        width: 1000px;
		padding:0 15px;
    }
	.header-bottom {
    margin: 0 auto;
    width: 1000px;
	padding:0 15px;
}
#top .container{padding:0 15px;}
.product-grid .product-thumb .button-group{width:101%;}
.col-sm-3 { width: 17%;}
.product-grid .product-thumb .button-group .cart{padding:0 0 0 16px;}
.product-info .image-additional{width:94%;}
.banners-slider-carousel{width:auto;}
.col-sm-3.column {margin-right: 9%; width: 18%;}
#search-page .col-sm-3.sort{width:17%;}
#qty-cart .form-control{margin-right:10px;}
.layout-2 .product-layout.product-grid.col-lg-3.col-md-4.col-sm-6.col-xs-6{width:33.3333%;}

/*.featured_default_width { width:245px;}
.latest_default_width { width:245px;}
.related_default_width{width:245px;}
}
*/

/*@media(max-width:1249px){

.common-home #banner0 {width: 49%;}
#banner1 {width: 49%;}
.left_side{ /*width:59%; margin: 0;}
.featured_default_width{width: 200px;}
.latest_default_width {width: 200px;}
.right_side{ display: inline-block; width: 37%;}
.right_top1_image {
	float: left;
	margin: 0 0 20px;
	width: 100%;
}
.category_filter .col-md-1.text-right {
    margin-left: 12px;
}
.product-grid .product-thumb .button-group {
    width: 108%;
}
#cart > .btn {padding: 9px 17px 9px 4px;}
.col-sm-3 {
    margin-right: 0;}
.box .box-content ul li a, #content .content ul li a {
    background-position: 185px 7px !important;
}
.box .box-content ul ul li:hover ul {
	left: 192px;}
	box .box-content ul ul li ul {
		margin-left: 0;}
#cart {height: 46px;}

.right_top2_image {
	position:relative;
	width: 100%;
}
.box .box-content ul ul{ margin-left: 13px; }
#content .customNavigation a.prev:hover {color:#fff;}
#content .customNavigation a.next:hover {color:#fff;}
.box-content .product-thumb:hover .button-group {width: 254px;}
.right_top2_image img{ max-width: 100%; width: 100%; }
.right_bottom_image {
	background-color: #c5c5c5;
	float: right;
	width: auto;
	position: relative;
	margin-top: 20px;
}
}
*/


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

    .container, .footer-bottom-inner {
        width: 970px;
        padding: 0 15px;
    }

    .left_side {
        width: 32%;
    }

    .right_side {
        width: 65%;
    }

    .right_top1_image {
        width: 49%;
    }

    .sub_banner_block img {
        max-width: 100%;
    }

    .right_top2_image {
        margin-left: 244px;
        position: absolute;
    }

    .box-content .product-thumb:hover .button-group {
        width: 231px;
    }

    .left_side {
        margin-right: 9px;
    }

    .header-bottom {
        margin: 0 auto;
        padding: 0 15px;
        width: 970px;
    }

    #content {
        width: 690px;
    }

    #top .container {
        padding: 0 15px;
    }

    .sub_banner_block img {
        width: auto;
    }

    .common-home #banner0, #banner1 {
        width: 49%;
    }

    #column-left .product-thumb:hover .caption {
        padding: 0 13px;
    }

    .product-thumb .cart > button {
        padding: 4px 8px;
    }

    .product-thumb .button-group .cart button:hover {
        padding: 4px 8px;
    }

    .product-thumb .button-group {
        width: 108%;
        top: 96%;
        padding: 10px 0;
    }

    .product-grid .product-thumb .button-group {
        width: 108.11%;
        top: 97%;
    }

    .product-grid .product-thumb .button-group .wishlist, .product-list .product-thumb .button-group .wishlist {
        margin: 0 5px;
    }

    .product-grid .product-thumb .button-group .cart {
        padding: 0 0 0 16px;
    }

    .product-grid .product-thumb .cart > button, .product-list .product-thumb .cart > button {
        padding: 4px 12px;
    }

    .product-grid .product-thumb .cart > button:hover, .product-list .product-thumb .cart > button:hover {
        padding: 4px 12px;
    }

    .product-info .image-additional {
        padding: 0 24px;
    }

    .product-info .image-additional {
        width: 93%;
    }

    .header-cms {
        width: 30%;
    }

    .heading-img {
        margin-left: 78px;
    }

    .footer-top {
        margin-top: 10px;
    }

    .category_filter .col-md-1.text-right {
        margin-left: 5px;
    }

    #footer #block_contact_infos.col-sm-3.column {
        width: 20%;
    }

    /* .product-grid .product-thumb:hover .caption{padding:0 8px;} */
    #footer #about-block {
        margin-right: 1%;
        width: 21%;
        padding: 14px;
    }

    .tm-about-text img {
        width: 100%;
    }

    .col-sm-3.address {
        width: 100%;
    }

    .left-content {
        width: auto;
    }

}

@media (min-width: 980px) and (max-width: 991px) {
    .product-grid .product-thumb .button-group {
        width: 105.11%;
        top: 97%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .container, .footer-bottom-inner {
        width: 750px;
    }

    .header-bottom {
        margin: 0 auto;
        width: 750px;
    }

    .tm-about-text img {
        width: auto;
    }

    .main-menu > ul > li > a {
        padding: 8px 7px 10px;
    }

    .heading-img {
        margin-left: 30px;
    }

    #content .product-grid-list .product-block:hover, #content .box-product .product-block:hover {
        padding: 0 5px;
    }

    .product-thumb:hover .caption {
        padding: 0 13px;
    }

    #content {
        width: 515px;
    }

    .common-home #banner0, #banner1 {
        width: 49%;
    }

    .product-thumb .button-group .cart {
        padding: 0 0 0 16px;
    }

    .product-thumb .button-group .wishlist {
        margin: 0 5px;
    }

    .right_side {
        width: 63%;
    }

    .right_top1_image {
        width: 47%;
        margin: 0 18px 24px 0;
    }

    .col-sm-3 {
        margin-right: 0;
        width: 22%;
    }

    .readmore {
        margin-right: 22px;
    }

    .post-date, .post_comment {
        margin-right: 30px;
    }

    .product-thumb .button-group {
        width: 105%;
        top: 96%;
        padding: 10px 0;
        left: -7px;
    }

    .product-grid .product-thumb .button-group {
        width: 106.55%;
        top: 97%;
        padding: 10px 0px !important;
    }

    #right-part, #left-part {
        width: 100% !important;
    }

    .product-list .product-thumb .caption {
        padding: 13px 13px 0;
    }

    #search-page .col-sm-3.sort .form-control {
        width: auto;
    }

    #search-page .col-sm-3.sort {
        width: 28%;
    }

    .toggle .mobile_togglemenu {
        padding: 0 0 5px;
    }

    footer h5 {
        margin-bottom: 3px;
    }

    .product-grid .product-thumb .button-group .compare, .product-grid .product-thumb .button-group .wishlist, .product-list .product-thumb .button-group .compare, .product-list .product-thumb .button-group .wishlist {
        display: block;
    }

    .sub_banner_block img {
        width: 100%;
    }

    .left_side {
        float: left;
        margin-right: 15px;
        width: 32%;
    }

    .right_side {
        width: 64%;
    }

    .right_top1_image {
        margin: 0 0 19px;
        width: 49%;
    }

    .right_top2_image {
        float: right;
        width: 49%;
    }

    .freeship {
        font-size: 11px;
    }

    .date {
        font-size: 10px;
    }

    #block_contact_infos.col-sm-3.column {
        margin-right: 0%;
        width: 100%;
    }

    #block_contact_infos > h5 {
        padding: 8px 8px 0;
    }

    #block_contact_infos > ul {
        margin: 8px 12px 0;
    }

    #column-left .box-product .image, #column-right .box-product .image {
        margin-right: 4px !important;
    }

    .productpage .col-sm-12 {
        margin-top: 30px;
    }

    .category_filter .col-md-3.text-right.sort, .category_filter .col-md-2.text-right, .category_filter .col-md-1.text-right {
        text-align: left;
    }

    .category_filter .col-md-1.text-right {
        margin-left: 0px;
    }

    .category_filter .col-md-2.text-right.limit {
        float: none;
        margin-left: 0;
    }

    #footer #block_contact_infos.col-sm-3.column {
        width: 100%;
    }

    #footer .content_col {
        width: 100%;
        margin: 0 0 30px;
    }

    #footer .content_col-inner {
        max-width: 270px;
    }

    #footer :nth-child(1 of .col-sm-3.column) {
        margin: 0;
    }

    #footer .col-sm-3.column {
        width: calc(33.3% - 1.6rem);
    }

    #footer #about-block {
        margin: 0;
        padding: 0;
        width: 100%;
        background-color: #fff;
    }

    .tm-about-text, .tm-about-description {
        padding: 0 8px;
    }

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

    #about-block > h5 {
        display: block;
    }

    #column-left .product-thumb:hover .caption, #column-right .product-thumb:hover .caption {
        padding: 0 13px;
    }

    .product-grid .product-thumb:hover .caption {
        padding: 0 8px;
    }

    .col-sm-3.address {
        width: 100%;
    }

    .left-content {
        width: auto;
    }

    .map {
        float: right
    }

    .featured_default_width {
        width: 245px;
    }

    .latest_default_width {
        width: 245px;
    }

    .related_default_width {
        width: 245px;
    }

    .box .box-content ul li a, #content .content ul li a {
        padding: 0 4px;
    }

}

@media (max-width: 767px) {
    #logo {
        max-width: 120px;
    }

    /*col-sm-13 {float: left;}
    .col-sm-5 .header-search {width: 100%;}
    .header-cms {display: none;}*/
    .container, .footer-bottom-inner {
        width: auto;
    }

    .header-bottom {
        width: auto;
    }

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

    #content {
        width: auto;
    }

    .col-sm-5 {
        float: none;
    }

    .main-menu {
        display: none;
    }

    .nav-container {
        display: block;
        border: medium none;
    }

    .responsive-menu {
        border: medium none;
        background-color: #1d1f1f;
    }

    .nav-responsive span {
        color: #fff;
    }

    .responsive-menu .main-navigation li a {
        color: #6d6d6d;
    }

    .responsive-menu .main-navigation li:hover a {
        color: #1d1f1f;
    }

    .responsive-menu .main-navigation li a:hover {
        background-color: #f5f5f5;
    }

    .common-home #banner0, #banner1 {
        width: 49%;
    }

    .left_side {
        width: 32%;
        margin-right: 13px;
    }

    .right_side {
        width: 65%;
    }

    .box-product .hidden-xs.hidden-sm.hidden-md {
        display: block !important;
    }

    .product-thumb .button-group {
        display: block;
        position: relative;
        width: auto;
        border: medium none;
        left: auto;
    }

    .product-thumb .button-group .cart {
        padding: 0 0 0 12px;
    }

    .right_top1_image {
        margin: 0 15px 19px 0;
    }

    .product-thumb .button-group .compare, .product-thumb .button-group .wishlist {
        display: none;
    }

    .product-grid .product-thumb .button-group .compare, .product-grid .product-thumb .button-group .wishlist, .product-list .product-thumb .button-group .compare, .product-list .product-thumb .button-group .wishlist {
        display: block;
    }

    .product-thumb:hover .button-group, .product-thumb .button-group {
        box-shadow: none;
        padding: 0 0 10px;
    }

    .product-grid .product-thumb .button-group {
        left: 0px;
        width: 100%;
        padding: 10px 0 !important;
    }

    #top-links .hidden-xs.hidden-sm.hidden-md {
        display: block !important;
    }

    /* #search{padding:0 0 20px;} */
    .product-grid .hidden-xs.hidden-sm.hidden-md, .product-list .hidden-xs.hidden-sm.hidden-md {
        display: block !important;
    }

    .product-grid .product-thumb .button-group .cart {
        padding: 0 0 0 10px;
    }

    .product-list .product-thumb .button-group .cart {
        padding: 0 0 0 10px;
    }

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

    .product-list .product-thumb .button-group {
        margin-left: 0px;
    }

    .bread-crumb {
        margin-bottom: 20px;
    }

    .col-sm-12 {
        margin-top: 30px;
    }

    .table-responsive {
        margin: 15px 0;
    }

    #static-menu .first > a {
        padding: 8px 4px 10px;
    }

    #search-page .col-sm-3.sort {
        margin: 5px 15px 0 0;
        width: 63%;
    }

    .product-info .image-additional {
        width: 94%;
    }

    .sub_banner_block img {
        width: 100%;
    }

    .left_side {
        float: left;
        margin-right: 15px;
        width: 32%;
    }

    .right_side {
        width: 64%;
    }

    .right_top1_image {
        margin: 0 0 19px;
        width: 49%;
    }

    .right_top2_image {
        float: right;
        width: 49%;
    }

    footer h5 {
        margin-bottom: 3px;
    }

    .toggle .mobile_togglemenu {
        padding: 0 0 5px !important;
    }

    .thumbnail {
        margin-right: 0px !important;
    }

    .thumbnails {
        margin-left: 0px;
    }

    .thumbnails > li {
        margin-left: 0px;
    }

    .product-info .additional-carousel {
        margin: 0 auto;
        width: 440px;
    }

    .header-cms {
        display: none;
    }

    #block_contact_infos.col-sm-3.column {
        width: 100%;
        margin-right: 0px;
    }

    #block_contact_infos > h5 {
        padding: 8px 8px 0;
    }

    #block_contact_infos > ul {
        padding: 0 20px;
    }

    #footer .social-block {
        padding: 0 0 30px 20px;
    }

    .col-sm-5.header-search {
        width: 100%;
    }

    #Product-info .bread-crumb {
        float: none;
    }

    #footer #block_contact_infos.col-sm-3.column {
        width: 100%;
    }

    #footer .col-sm-3.column:not(:last-child)::before {
        display: none;
    }

    #footer .col-sm-3.column {
        width: 100%;
        margin: 0;
    }

    #content .product-grid-list .product-block:hover, #content .box-product .product-block:hover, #content .product-grid-list .product-block, #content .box-product .product-block {
        padding: 0 7px;
    }

    #content .product-carousel .product-block-inner, #content .product-grid-list .product-block-inner, #content .box-product .product-block-inner {
        padding: 10px 7px;
    }

    /* .product-grid .product-thumb:hover{margin:12px 5px 13px; padding:0;} */
    #footer #about-block {
        margin: 0;
        padding: 0 8px;
        width: 100%;
        background-color: #fff;
    }

    .product-thumb:hover .caption, .product-grid .product-thumb .caption, .product-list .product-thumb .caption {
        padding: 0 13px;
    }

    .col-sm-3.address {
        width: 100%;
    }

    .left-content {
        width: auto;
    }

    .map {
        padding-top: 30px;
    }

    .col-sm-3.address {
        width: 100%;
    }

    .left-content {
        width: auto;
    }

    .map {
        float: right
    }

    #footer #about-block {
        padding: 0;
    }

    #about-block > h5 {
        display: block;
    }

    .row.account-login {
        margin-top: 0;
    }

    .account-login .col-sm-6 {
        margin-top: 25px;
    }
}

@media (max-width: 645px) {

    #static-menu > ul > li {
        display: none;
    }

    .header-bottom {
        text-align: center;
    }

    .nav-inner-cms, #static-menu {
        border: medium none;
    }

    .col-sm-13 {
        float: none !important;
    }

    /* #cart{margin-bottom:0; border:2px solid #E8EDED; width:182px; top:-77px;} */
    /* .logo{padding:33px 0 0;} */
    /* #search{padding:29px 0 20px; top:67px;} */
    .sale {
        display: none;
    }

    #search,
    #cart {
        padding: 0;
    }

    .map iframe {
        width: 100% !important;
    }

    .powerd-inner {
        float: none;
        margin: 0 0 5px;
        text-align: center;
        width: auto;
    }

    .payment_block1 {
        float: none;
        text-align: center;
    }

    .breadcrumb {
        float: none !important;
        right: auto !important;
        position: relative !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 480px) {

    .left_side {
        margin-right: 11px;
    }

    .right_top1_image {
        margin: 0 0 10px;
    }

    .dropdown-menu.pull-right {
        width: auto;
    }

    .col-sm-13 .text-right > a {
        float: left;
        padding: 7px 5px;
    }

    .col-sm-13 .text-right > a + a {
        float: right;
    }

    #cart .dropdown-menu li p {
        background-color: #fff;
    }

    .col-sm-13 .text-right > a {
        margin: 20px 0;
    }

    #cart .dropdown-menu.pull-right.cart-menu {
        right: -50px;
    }

    .product-grid .product-thumb .button-group .compare, .product-grid .product-thumb .button-group .wishlist {
        display: none;
    }

    .product-info .additional-carousel {
        margin: 0 auto;
        width: auto;
    }

}

@media (max-width: 1200px) {
    #column-left .product-thumb .price-old, #column-right .product-thumb .price-old {
        margin-left: 0;
    }

    #column-left .fa-shopping-cart:before, #column-right .fa-shopping-cart:before {
        display: none;
    }

    .product-grid .product-thumb .button-group {
        padding: 10px 10px;
    }

    #column-left .hidden-xs, #column-left .hidden-sm, #column-left .hidden-md {
        display: block !important;
        text-transform: capitalize;
        font-weight: normal;
        margin-top: -25px;
    }

    #cart > .btn {
        padding: 10px 4px 9px 17px;
    }


    #content .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #fff;
    }

    #footer .col-sm-3.column.last {
        right: 10px;
    }

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

    .product-thumb .cart > button {
        margin-left: 2px;
    }

    .text-left {
        text-align: left;
        margin-right: -25px;
        right: 46px;
    }

]    .product-thumb .button-group {
         padding: 10px 0 10px 2px;
     }

    .col-sm-3 {
        margin-right: 0;
    }

    .product-grid .product-thumb .button-group {
        width: 108.5%;
    }

    .category_filter .col-md-1.text-right {
        margin-left: 12px;
    }

}


@media (max-width: 979px) {
    #menu {
        background-color: #000;
        color: #fff;
        margin-bottom: 17px;
    }

    /* #content .box-product .product-block-inner {position: absolute;} */
    #special-grid .product-block.product-thumb.transition {
        height: auto !important;
    }

    .product-block.product-thumb.transition {
        height: 400px !important;
    }

    .product-list .product-thumb .button-group {
        margin-left: 241px !important;
    }

    .list-group {
        display: none;
    }

    #category-box {
        display: none !important;
    }

    #column-left .box .box-content, #column-right .box .box-content {
        display: none;
    }

    .right_bottom_image {
        position: relative;
    }

    #footer #block_contact_infos.col-sm-3.column {
        margin-right: -1%;
    }

    #column-left .box-product .image,
    #column-right .box-product .image {
        margin-right: 7px;
    }

    .box-content .product-thumb:hover .button-group {
        width: 303px;
    }

    #content .box-product .product-block {
        margin: 5px;
        margin-bottom: 9px;
    }

    .text-left {
        right: 10px;
    }

    .col-md-4 .btn-list-grid {
        margin-bottom: 10px;
    }

    .container {
        padding: 0 15px;
    }

    #menu {
        background: #000;
        margin-bottom: 20px;
        border: none;
    }

    Responsive menu CSS
    .nav-container {
        float: left;
        width: 100%;
    }

    #content .col-sm-6 {
        width: 50%;
    }

    #column-left #banner0 {
        display: none;
    }

    .saleback {
        position: absolute;
        top: 5px;
        left: 24px;
    }

    .product-thumb:hover .button-group {
        width: 302.6px;
    }

    .col-sm-6 .product-thumb:hover .button-group {
        width: 470.6px;
    }

    .top_level.home {
        display: none;
    }

    .nav-responsive span {
        color: #fff;
    }

    #menu.responsive-menu ul li a, #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a {
        color: #000000;
        display: inline-block;
        font-size: 13px;
        padding: 6px 5px;
        white-space: nowrap;
        font-weight: 300;

        background: #fff;
    }

    #menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {
        padding: 5px 15px;
    }

    #menu ul.nav li .megamenu.column1 ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {
        padding: 5px 0;
    }

    #menu.responsive-menu ul li a:hover, #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a:hover {
        background: none;
    }

    header .row {
        position: relative;
    }

    #menu .nav.navbar-nav {
        position: absolute;
        z-index: 9;
        width: 100%;
        background: #fff;
        border: 2px solid #000;
        padding: 10px;
        top: 100%;
    }

    #menu.responsive-menu ul li a.mobile_togglemenu, #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a.mobile_togglemenu {
        background: none !important;
        float: right;
        height: 33px;
        margin-top: 0;
        top: -6px;
        width: 33px;
    }

    #menu.responsive-menu .toggle .mobile_togglemenu::before, #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle > a.mobile_togglemenu::before, #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle > a.mobile_togglemenu::before {
        color: #373737;
        content: "\f067";
        font-family: "FontAwesome";
        font-size: 10px;
        left: auto;
        line-height: 33px;
        position: absolute;
        right: 0;
    }

    #menu.responsive-menu .toggle.active .mobile_togglemenu::before, #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle.active > a.mobile_togglemenu::before, #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle.active > a.mobile_togglemenu::before {
        color: #373737;
        content: "\f068";
        font-family: "FontAwesome";
        font-size: 10px;
        left: auto;
        line-height: 33px;
        position: absolute;
        right: 0;
    }

    #menu.responsive-menu .dropdown.toggle {
        width: 100%;
        margin: 0;
        padding: 0;
        background: none;
        display: inline-block;
    }

    .navbar-nav > li {
        width: 100%;
    }

    #menu.responsive-menu .dropdown .dropdown-menu {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        box-shadow: none;
        margin-left: 0 !important;
        padding: 0;
        position: relative;
        width: 100%;
        transform: none;
        opacity: 1;
        visibility: visible;
        display: none;
        transition: none;
    }

    #menu ul.nav li .megamenu ul.childs_1 {
        padding: 0 15px;
        float: left;
        width: 100%;
        border: none;
    }

    #menu ul.nav li .megamenu ul.childs_1:first-child {
        padding: 0 15px;
    }

    #menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        display: none;
        padding: 0 15px;
        position: relative;
        border: none;
        left: auto;
    }

    #menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
        display: none;
    }

    #menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
        background: none;
        padding: 0;
    }

    #menu.responsive-menu ul li a, #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a {
        color: #000000;
        display: inline-block;
        font-size: 13px;
        padding: 6px 5px;
        white-space: nowrap;
        font-weight: 300;
        background: #fff;
    }

    .box {
        clear: both;
        position: relative;
    }
}

/* Responsive Menu CSS */


@media (max-width: 767px) {
    .product-info .image-additional {
        width: 100%;
    }

    .blog-image a {
        bottom: 9px;
    }

    .product-thumb .button-group .cart {
        margin-right: 1px;
    }

    .product-info .image-additional a {
        padding: 1px;
    }

    .btn-info {
        margin-bottom: 3px;
    }

    #input-search {
        margin-bottom: 8px;
    }

    /* #logo .img-responsive { margin: 0 auto 15px;} */
    #footer #block_contact_infos.col-sm-3.column {
        margin-right: -1%;
    }

    .product-thumb .button-group {
        padding: 0;
    }

    #content .box-product .product-block-inner {
        position: relative;
    }

    .product-block.product-thumb.transition {
        height: 420px !important;
    }

    .container .navbar-nav {
        margin: auto;
    }

    /*.header-cms {display: none;}*/
    .col-sm-4.total_amount {
        margin-top: 20px;
    }

    #block_contact_infos .toggle .mobile_togglemenu {
        margin-top: 7px;
    }

    #content .col-sm-6 {
        width: 50%;
    }

    .text-left {
        margin-right: 0;
    }

    .nav-inner-cms {
        border-top: none;
        border-bottom: none;
    }

    .product-thumb .button-group .compare, .product-thumb .button-group .wishlist {
        display: none;
        margin: 0 3px;
    }

    #static-menu #cart {
        padding-right: 10px;
    }

    .responsive-menu, .main-menu {
        border-left: none;
    }

    #static-menu .col-sm-13 {
        float: none;
        text-align: center;
    }

    #cart {
        padding: 0;
    }

    .product-thumb .button-group {
        background-color: initial;
    }

    #cart > .btn {
        padding: 6px 5px 7px 5px;
    }

    .btn-group, .btn-group-vertical {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    .checkout-cart-page .input-group .btn {
        padding: 6px 2px !important;
    }

    .checkout-cart-page .input-group .form-control {
        padding: 6px 6px !important;
    }

    .button_class {
        clear: both;
    }
}

@media (max-width: 479px) {
    .product-info .image-additional a {
        float: none;
        text-align: center;
        padding: 1px;
    }

    .product-list .product-thumb .button-group {
        position: relative;
        padding: 0 0 10px;
    }

    .product-list .product-thumb .button-group .cart {
        padding: 0 0 0 0px;
    }

    .product-list .product-details {
        float: left;
        width: 100%;
    }

    .product-grid .product-details {
        float: none;
    }

    .product-list .product-thumb .button-group {
        margin-left: 14px !important;
    }

    .common-home #banner0, #banner1 {
        width: 100%;
    }

    #footer #block_contact_infos.col-sm-3.column {
        margin-right: -2%;
    }

    .swiper-slide.swiper-slide-active {
        width: 100% !important;
    }

    .common-home #banner0 {
        position: relative;
    }

    .table {
        overflow: scroll;
        width: 100%;
    }

    .blog-image a {
        display: none;
    }

    /*#content .col-sm-6 {width: 96%;}*/
    .swiper-viewport .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .toggle .mobile_togglemenu {
        margin-top: 10px;
    }


    #static-menu #cart {
        width: auto;
    }

    #static-menu #cart {
        padding-right: 0;
    }

    .common-home #banner0, #banner1 {
        width: 100% !important;
    }

    .common-home #banner0, #banner1 {
        position: relative;
    }

    #banner1 {
        width: 100% !important;
        position: relative;
    }

    #static-menu #cart {
        right: auto;
        position: relative;
    }

    #banner0 div, #banner1 div {
        overflow: hidden;
        width: auto;
    }

    .col-sm-13 #static-menu #cart {
        position: relative;
        right: auto;
    }

    .flex-direction-nav a:before {
        font-size: 27px !important;
    }

    .responsive-menu, .main-menu {
        border-left: none;
    }

    #cart .dropdown-menu li > div {
        min-width: 100%;
    }

    .checkout-cart .input-group .form-control {
        padding: 0 !important;
    }

}

@media (max-width: 319px) {
    .product-info .product-image .customNavigation {
        width: 196px;
        margin: 0 auto;
        position: relative;
    }

    .product-info .additional-carousel {
        width: 196px;
        margin: 0 auto;
    }

    .btn-primary {
        margin-bottom: 2px;
    }

    .right_side {
        width: 100%;
    }

    .left_side {
        width: 100%;
    }

    #content .nav-tabs > li.active > a {
        color: #fff;
    }

    .swiper-viewport .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }


    #content .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        color: #000;
    }

    #content .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #fff;
    }

    #content .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #fff;
    }

    .col-md-2 #input-limit {
        width: 89% !important;
    }

    .col-md-3 #input-sort {
        width: 242px !important;
    }

    #qty-cart .form-control {
        margin-bottom: 5px;
        float: none;
    }

    .description {
        padding: 0;
    }
}


#check-agree,
#customer #login {
    margin-bottom: 2rem;
}

#button-payment-method {
    margin-top: 2rem;
    background-color: #65e679 !important;
    color: #000;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    outline: none;
}

#checkout-cart h3 {
    color: #8e8c8c;
}

#checkout-cart {
    background: #fafafa;
    padding: 20px;
    border-left: 1px solid #fae3e9;
}

/*  Megnor www.templatemela.com - End */

@media (max-width: 1200px) {
    .container {
        width: 100% !important;
        max-width: 1200px;
    }
}

/* product page */
.radio-dioprions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    padding: 8px 10px;
    border-bottom: 1px solid #ddd;
}

.radio-dioprions input[type=checkbox],
.radio-dioprions input[type=radio] {
    display: none;
}

.option_buy {
    background: #fff;
    padding: 7px 12px;
    border: 1px solid #212212;
    margin-left: 15px;

}

.option_buy:hover {
    background: #212212;
    color: #fff;
    cursor: pointer;
}

.option_btn input {
    text-align: center;
}

.option_btn {
    flex: 1;
    display: flex;
}

.radio-dioprions label {
    flex: 1;
}

.option_price {
    flex: 1;
    /* text-align: center; */
}

/* cart */
#cart .wrap-cart {
    right: -100%;
    position: fixed;
    transition: 1 ease-in-out;
    -webkit-transition: 1 ease-in-out;
    -moz-transition: 1 ease-in-out;
    -ms-transition: 1 ease-in-out;
    -o-transition: 1 ease-in-out;
}

#cart .wrap-cart ul {
    background: #fff;
    width: 40%;
    z-index: 99;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    height: 100%;
    z-index: 999;
    padding-top: 40px;
    padding-left: 10px;
    max-width: 480px;
}

#cart.active .wrap-cart {
    left: auto;
    right: 0;
    top: 0;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 99;
    transition: 1 ease-in-out;
    -webkit-transition: 1 ease-in-out;
    -moz-transition: 1 ease-in-out;
    -ms-transition: 1 ease-in-out;
    -o-transition: 1 ease-in-out;
    /* background: rgba(0, 0, 0, 0.7); */
}

#cart .over {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
}

#cart .close {
    position: absolute;
    left: auto;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    display: none;
}

#cart .close:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #212212;
    position: absolute;
    left: 0;
    top: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#cart .close:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #212212;
    transform: rotate(-48deg);
    -webkit-transform: rotate(-48deg);
    -moz-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    -o-transform: rotate(-48deg);
    position: absolute;
    left: 0;
    top: 5px;
}

#cart .img-thumbnail {
    min-width: 60px;
}

#cart li {
    list-style-type: none;
    /* padding-right: 40px; */

}

/* #cart li.bottom-btn{
padding-right: 0;

} */
#cart ul li:first-of-type {
    height: calc(100% - 210px);
    overflow-y: auto;
}

#cart li.bottom-btn p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
}

#cart .text-left a {
    font-size: 1.2rem;
}

body.over {
    overflow: hidden;
}

#cart td {
    border: none;
}

#logo {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.line-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.line-header .header-search {
    flex: 1;
    padding: 0 15px;
}

.bottom-btn a {
    padding: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.bottom-btn a:last-child {
    color: #fff !important;
    background: #0bdb48;
    border-color: #0bdb48;
}

@media (max-width: 620px) {
    .line-header .header-search {
        flex: 1 auto;
        order: 1;
        padding: 20px 0 0 0;
    }

    .line-header {
        flex-wrap: wrap;
    }

    .nav-tabs > li > a {
        padding: 5px 10px !important;
        font-size: 11px !important;

    }

    /* .nav-tabs{
		display: flex;
	} */
}

@media (max-width: 480px) {
    #cart #cart-total {
        font-size: 1rem;
    }

    #cart .wrap-cart ul {
        width: 90%;
    }
}

.product-thumb {
    overflow: visible;
}

.product_attr {
    padding: 0 10px 20px 10px;
    position: absolute;
    top: 103%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    box-shadow: 0px 6px 8px #ddd;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}

.product_attr-item {
    padding: 8px 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.product_attr-item:first-child {
    border-top: 1px solid #ddd;
}

.product_attr-item span:first-child {
    font-weight: 600;
}

.product_attr-item span {
    font-size: 1rem;
}

.product-grid .product-thumb .button-group {
    height: 40px;
}

.product-grid .product-thumb {
    border: none;

}

@media (min-width: 920px) {
    .product-grid .product-thumb:hover {
        box-shadow: 0px 6px 8px #ddd;
        transition: .5s ease-in-out;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -ms-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
    }

    .product-grid .product-thumb:hover .product_attr {
        height: auto;
        visibility: visible;
        opacity: 1;
        box-shadow: 0px 6px 8px #ddd;
        transition: .5s ease-in-out;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -ms-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
    }
}

.get_form_sale form {
    display: flex;
    flex-direction: column;
    max-width: 320px;
    visibility: hidden;
    opacity: 0;
    height: 0;

}

.get_form_sale.active form {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.get_form_sale-btn {
    text-decoration: underline;
    color: #145e7a !important;
    margin-bottom: 20px;
    display: block;
    font-weight: bold;
}

.get_form_sale input {
    border: 1px solid #ddd;
    padding: 8px 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    outline: none;
    box-shadow: none;
}

.get_form_sale form button {
    background: none;
    border: 1px solid #ddd;
    padding: 8px 10px;
    color: #212;
    margin: 0 auto;
    max-width: 120px;
    width: 100%;
}

.form_sale .success {
    margin: 8px;
    text-align: center;
    background: #f7ffda;
    padding: 10px;
    border: 1px solid #dee1dd;
    color: #000;
    display: none;
}

.info-header {
    background: #e06a82;
    color: #000;
    /* padding: 10px 0; */
    text-align: center;
    padding: 10px 0;
}

.info-header p {
    color: #fff;
    margin: 0;
    font-size: 2rem;
}

.product-thumb .image {
    overflow: hidden;

}

.product-thumb .image img {
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
}

.product-thumb .image img:hover {
    transform: scale(1.2);
    -webkit-transform: scaled(1.2);
    -moz-transform: scaled(1.2);
    -ms-transform: scaled(1.2);
    -o-transform: scaled(1.2);
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
}

#cart button.btn:hover {
    background: none;
}

.btn-quick-order {
    margin-top: 10px !important;

}

/* popup */
#bg_popup {
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#popup {
    background: #fff;
    width: 100%;
    max-width: 520px;
    margin: 25% auto;
    padding: 20px 20px 13px 20px;
    border: 2px solid #1BA600;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
}

.close-p {
    display: block;
    position: absolute;
    top: -12px;
    right: 5px;
    width: 25px;
    height: 25px;
    line-height: 28px;
    color: #fff !important;
    background: #1BA600;
    cursor: pointer;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    text-align: center;
}

.close-p:hover {
    background-color: #f30;
}

#simplecheckout_cart .form-control {
    height: 26px;
    text-align: center;
}

.input-group-addon, .input-group-btn {
    width: auto;
}

@media (max-width: 920px) {
    #product {
        position: relative;
        z-index: 99;
    }
}

.info-checkout {
    background: #a6c8cf;
    margin: 20px auto;
    max-width: 768px;
    padding: 30px 0;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

/*TOP CATEGORIES*/
.top-categories {
    margin-bottom: 20px;
}

.top-categories__items {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

@media (max-width: 767px) {
    .top-categories__items {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 575px) {
    .top-categories__items {
        grid-template-columns: repeat(2, 1fr);
    }
}

.top-categories__item {
    border: 2px solid #ededed;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    padding: 18px 14px;
    font-weight: 600;
    font-size: 14px;
}

.top-categories__item:hover {
    border-color: #e06a82;
    color: #1d1f1f;
}

.top-categories__item-img {
    margin: 0 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 150px;
    width: 100%;
    aspect-ratio: 1;
}

.top-categories__item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*NEW MENU*/
@media (min-width: 980px) {
    .nav-inner-cms::after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 0%;
        height: 0%;
        z-index: 21;
        -webkit-transition: background .3s ease-in-out;
        -o-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }

    .nav-inner-cms.menu__bg::after {
        width: 100%;
        height: 100%;
        background: rgba(21, 23, 24, 0.4);
    }
}

.menu {
    z-index: 22;
    position: fixed;
    overflow: hidden;
    height: 100%;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    color: #1d1f1f;
    top: 0;
    left: 0;
    right: 0px;
}

@media (min-width: 980px) and (max-width: 1199px) {
    .menu {
        left: 15px;
        right: 15px;
    }
}

@media (min-width: 980px) {
    .menu {
        position: absolute;
        overflow: visible;
        display: none;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        max-width: 1310px;
        margin: 0 auto;
        top: 100%;
    }
}

.menu.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media (min-width: 980px) {
    .menu.active {
        display: block;
    }
}

.menu__box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
}

@media (min-width: 980px) {
    .menu__box {
        width: initial;
        height: auto;
        background-color: transparent;
    }
}

@media (min-width: 980px) {
    .menu>.menu__box {
        height: auto;
        left: 0px;
        top: 2px;
        z-index: 1;
        background-color: #ffffff;
        overflow: hidden;
    }
}

@media (min-width: 980px) {
    .menu__box.active {
        width: 100%;
    }
}

.menu__box-top {
    position: relative;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #151718;
    padding: 24px 0 16px;
}

@media (min-width: 980px) {
    .menu__box-top {
        display: none;
    }
}

.menu__box-btn {
    position: absolute;
    top: 25px;
    left: 15px;
    padding: 0;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    border: none;
}

.menu__items {
    padding: 8px 0 16px;
    margin: 1px 0 0;
    list-style: none;
}

.menu__items::-webkit-scrollbar {
    background-color: transparent;
    width: 2px;
    height: 2px;
}

.menu__items::-webkit-scrollbar-thumb {
    background-color: #e06a82;
}

@media (min-width: 980px) {
    .menu__items {
        margin: 11px;
        overflow-y: auto;
    }
}

@media (max-width: 979px) {
    .menu__items {
        overflow-y: auto;
        height: 100%;
    }
}

.menu__items a {
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    color: inherit;
}

@media (max-width: 979px) {
    .menu__items.hide>li>.menu__items-li {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.menu__items-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (min-width: 980px) {
    .menu__items-li {
        padding: 7px 12px;
    }
}

@media (max-width: 979px) {
    .menu__items-li {
        padding: 15px 20px 14px;
        border-bottom: 1px solid #E8EDED;
    }
}

@media (min-width: 980px) {
    .menu__items-1 {
        margin: 0;
        width: 308px;
        border-right: 2px solid #E8EDED;
    }
}

.menu__items-1>li .menu__items-li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.menu__items-1>li .menu__items-li a img {
    width: 26px;
    height: 26px;
    margin-right: 7px;
}

@media (min-width: 980px) {
    .menu__items-1>li .menu__items-li a img {
        width: 32px;
        height: 32px;
        margin-right: 9px;
    }
}

.menu__items-1 .menu__box {
    z-index: 5;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (min-width: 980px) {
    .menu__items-1 .menu__box {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        left: 0;
        right: 0;
    }
}

@media (min-width: 980px) {
    .menu__items-1 .menu__box .menu__item-btn {
        display: none;
    }
}

@media (min-width: 980px) {
    .menu__items-1>li>.menu__box {
        display: none;
        z-index: -1;
        height: 100%;
    }
}

@media (min-width: 980px) {
    .menu__items-1>li {
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        padding-left: 7px;
        padding-right: 5px;
    }
}

@media (min-width: 980px) {

    .menu__items-1>li:hover,
    .menu__items-1>li.active {
        background: #ffdae4;
    }
}

@media (min-width: 980px) {

    .menu__items-1>li:hover>.menu__items-li a,
    .menu__items-1>li.active>.menu__items-li a {
        font-weight: 500;
        color: #1d1f1f;
    }
}

@media (min-width: 980px) {

    .menu__items-1>li:hover .menu__item-btn svg,
    .menu__items-1>li.active .menu__item-btn svg {
        stroke: #1d1f1f;
    }
}

.menu__items>li.active>.menu__box {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

@media (min-width: 980px) {
    .menu__items>li.active>.menu__box {
        display: block;
    }
}

.menu__item-btn {
    outline: none;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu__item-btn svg {
    stroke: #1d1f1f;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (min-width: 980px) {
    .menu__item-btn svg {
        stroke: #E8EDED;
    }
}

@media (min-width: 980px) {
    .menu__items-2 {
        margin: 0 0 0 308px;
        padding: 24px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
        max-height: 100%;
    }
}

@media (min-width: 980px) {
    .menu__items-2>li>.menu__items-li {
        padding: 0;
    }
}

@media (min-width: 980px) {
    .menu__items-2>li>.menu__items-li a {
        margin-bottom: 4px;
        font-weight: 600;
        font-size: 13px;
        line-height: 22px;
        text-transform: uppercase;
        color: #1d1f1f;
        position: relative;
    }
}

@media (min-width: 980px) {
    .menu__items-2>li>.menu__items-li a:hover {
        color: #e06a82;
    }
}

@media (min-width: 980px) {
    .menu__items-2 .menu__box {
        position: static;
    }
}

@media (min-width: 980px) {
    .menu__items-2 .menu__items {
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 980px) {
    .menu__items-2 .menu__box .menu__items-li {
        margin-top: 10px;
        padding: 0;
    }
}

.menu__items-2 .menu__box .menu__items-li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    text-decoration: none;
    color: inherit;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.menu__items-2 .menu__box .menu__items-li a:hover::before {
    width: 100%;
}

.menu__items-2 .menu__box .menu__items-li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

@media (min-width: 980px) {
    .menu__items-2 .menu__box .menu__items-li a {
        color: #717171;
    }
}

.menu__items-2 .menu__box .menu__items-li a:hover {
    color: #e06a82;
}

.menu__items-2 .menu__box .menu__items-li a::before {
    background-color: #e06a82;
}