.flat-category {
    padding: 28px 0 24px;
}

.header-section {
    background-color: #232323;
}

#divHeaderWrapper {
    top: 0;
}

#divHeaderWrapper.cookiepolicy {
    top: 40px;
}


.sticky {
    position: fixed;
    top: 0 !important;
    width: 100%;
    z-index: 1000;
}

.sticky.cookiepolicy {
    position: fixed;
    top: 40px !important;
    width: 100%;
    z-index: 1000;
}

.cookie-policy {
    position: fixed;
    top: 0 !important;
    height: 40px !important;
    width: 100%;
    text-align: center;
    background: #ccc;
    z-index: 9999;
    padding: 2px;
}

.home-categories .main-post {
    padding: 0 30px;
}

.home-categories .featured-post {
    width: 300px;
    margin: auto;
}

.home-categories .featured-post img {
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search-bar-holder {
    padding: 15px 0;
}

.search-bar-holder .input-group .form-control {
    border: none;
    border-radius: 0 !important;
}

.search-bar-holder .search-button {
    display: table-cell;
    color: #616161;
    z-index: 2;
    font-size: 18px;
    top: -6px;
    right: 25px;
    cursor: pointer;
    width: 1%;
}

.search-bar-holder .search-button:hover {
    color: #3498db;
}

.carousel-title-icon {
    background: #232323;
}

.carousel-title-row1 {
    background-color: #323232;
}

.carousel-title-row2 {
    background-color: #232323;
}

.slider-section {
    display: block;
    max-height: 540px;
    height: auto;
    position: relative;
}

.slider-section .slider-item {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.slider-section .sliderInfo {
    position: absolute;
    width: 100%;
    min-height: 50px;
    z-index: 2;
    padding: 5%;
}

.homeProductsCarousel3.owl-theme .owl-controls .owl-buttons {
    position: absolute;
}

.homeProductsCarousel3.owl-theme .owl-controls .owl-buttons .owl-prev {
    top: -42px;
    left: 460px;
}

.homeProductsCarousel3.owl-theme .owl-controls .owl-buttons .owl-next {
    top: -42px;
    right: -680px;
}

.homeProductsCarousel3 .owl-item .item {
    margin: 8px;
}

.tabs-framed {
    border: none;
}

.tabs-framed .tabs {
    border-bottom: none;
}

.tabs-framed .tab-body {
    padding: 15px 0;
}

.tabs-holder {
    justify-content: center;
    display: flex;
}

/* Menu Mega
-------------------------------------------------------------- */
#mega-menu {
    position: relative;
    height: 60px;
    width: 264px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mega-menu > .btn-mega {
    font-weight: 600;
    font-size: 16px;
    color: #fefefe;
    height: 60px;
    padding-left: 40px;
    line-height: 55px;
    position: relative;
    z-index: 98;
    cursor: pointer;
}

#mega-menu.active ul.menu {
    top: -1px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mega-menu > .btn-mega > span {
    position: absolute;
    height: 2px;
    width: 24px;
    left: 0;
    top: 27px;
    background-color: #fff;
    display: inline-block;
}

#mega-menu > .btn-mega > span:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 24px;
    top: -7px;
    background-color: #fff;
}

#mega-menu > .btn-mega > span:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 24px;
    top: 7px;
    background-color: #fff;
}

#mega-menu > ul.menu {
    font-size: 14px;
    position: relative;
    z-index: 90;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    border-top: 1px solid #232323;
    top: -40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 38px 125px -14px rgba(0,0,0,.22);
}

#mega-menu > ul.menu > li > a,
#mega-menu > ul.menu > li > span {
    height: 50px;
    line-height: 51px;
    padding: 0 24px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    position: relative;
}

#mega-menu > ul.menu > li:last-child > a {
    border-bottom: none;
}

#mega-menu > ul.menu > li:hover > a .menu-title {
    color: #f28b00;
}

#mega-menu > ul.menu > li > a.dropdown:after {
    content: '\f105';
    position: absolute;
    font-family: 'fontawesome';
    right: 29px;
    font-size: 14px;
    color: #484848;
}

#mega-menu > ul.menu > li > a .menu-img {
    margin-right: 18px;
    min-width: 30px;
    display: inline-block;
    text-align: center;
}

#mega-menu > ul.menu > li > a .menu-title {
    color: #484848;
}

#mega-menu.style1 > ul.menu {
    transform: translateY(0%);
    opacity: 1;
    top: -1px;
    visibility: visible;
    border-width: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.menu-section, .slider-section {
    padding-top: 15px;
}

.slider-section {
    top: -2px;
}

.menu-section > ul.menu {
    font-size: 16px;
    position: relative;
    background-color: #fff;
}

.menu-section > ul.menu > li > a,
.menu-section > ul.menu > li > span {
    height: 50px;
    line-height: 51px;
    padding: 0 24px;
    border-bottom: 1px solid #c3c3c3;
    display: block;
    position: relative;
}

.menu-section > ul.menu > li:first-child > a {
    border-top: 1px solid #c3c3c3;
}

ul.category-menu {
    font-size: 14px;
    position: relative;
    background-color: #fff;
}

ul.category-menu > li > a {
    padding-bottom: 10px;
}

/* Button Menu */
.btn-menu,
.btn-menu-mega {
    display: block;
    position: relative;
    background: transparent;
    cursor: pointer;
    float: left;
    top: 15px;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    padding: 15px 18px 17px;
    z-index: 8;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.btn-menu-mega {
    background: #484848;
    border-color: #484848;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span,
.btn-menu-mega:before,
.btn-menu-mega:after,
.btn-menu-mega span {
    background-color: #fff;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu-mega:before,
.btn-menu-mega:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 25px;
    left: 5px;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.btn-menu span,
.btn-menu-mega span {
    position: absolute;
    width: 25px;
    height: 2px;
    left: 5px;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.btn-menu:before,
.btn-menu-mega:before {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.btn-menu:after,
.btn-menu-mega:after {
    width: 25px;
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.btn-menu.active:after,
.btn-menu-mega.active:after {
    width: 25px;
}

.btn-menu.active span,
.btn-menu-mega.active span {
    opacity: 0;
}

.btn-menu.active:before,
.btn-menu-mega.active:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after,
.btn-menu-mega.active:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu,
.btn-submenu-child {
    position: absolute;
    right: 0;
    top: -1px;
    font: 20px/51px 'FontAwesome';
    text-align: center;
    cursor: pointer;
    width: 51px;
    height: 50px;
    background: #333;
}

.btn-submenu-child {
    right: 57px;
    top: 0;
    height: 45px;
    line-height: 46px;
}

.btn-submenu:before {
    content: "\f107";
    color: #ffffff;
}

.btn-submenu-child:before {
    content: "\f107";
    color: #fff;
}

.btn-submenu.active:before,
.btn-submenu-child.active:before {
    content: "\f106"
}

.homeProductsCarousel3 .owl-item .item,
.wp-block.product {
    border-radius: 18px;
}

.homeProductsCarousel3 .owl-item .item:hover {
    box-shadow: 0 5px 10px 0 #cfcfce;
}

.homeProductsCarousel3 .wp-block.product:hover a img {
    transition: transform 1s;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.homeProductsCarousel3 .wp-block.product figure,
.homeProductsCarousel3 .wp-block.product .wp-block-footer {
    border: none;
}

.homeProductsCarousel3 .wp-block.product figure .item-alt-images {
    margin-left: 45%;
    float: left;
    margin-top: 3px;
}

.homeProductsCarousel3 .wp-block.product figure .item-alt-images .active {
    color: #3498db;
}

.product-list .wp-block.product:hover {
    box-shadow: 0 5px 10px 0 #cfcfce;
}

.homeProductsCarousel3 .wp-block.product .compare-btn .btn,
.homeProductsCarousel3 .wp-block.product .wishlist-btn .btn {
    padding: 4px 8px;
}

.homeProductsCarousel3 .add-to-cart {
    margin-left: 3px;
}

.homeProductsCarousel3 .compare-btn {
    margin-left: 3px;
}

.homeProductsCarousel3 h2.product-title {
    line-height: 1em;
}

    /* Mega Mobile
    -------------------------------------------------------------- */
#mega-mobile {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1000;
    background-color: #222222;
}

#mega-mobile > ul.menu > li > a {
    color: #fff;
    display: block;
    padding: 15px 0;
    cursor: pointer;
    padding-left: 15px;
    border-bottom: 1px solid #333;
    position: relative;
}

#mega-mobile > ul.menu > li > a .menu-img {
    margin-right: 18px;
    min-width: 30px;
    display: inline-block;
    text-align: center;
}

#mega-mobile > ul.menu > li > a.dropdown .btn-dropdown,
.btn-dropdown-child {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    width: 54px;
    height: 54px;
    background: #262626;
    text-align: center;
    cursor: pointer;
    font: 20px/54px 'FontAwesome';
}

.btn-dropdown-child {
    right: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
}

#mega-mobile > ul.menu > li > a.dropdown .btn-dropdown:after,
.btn-dropdown-child:after {
    content: '\f107';
}

#mega-mobile > ul.menu > li > a.dropdown .btn-dropdown.active:after,
.btn-dropdown-child.active:after {
    content: '\f106';
}

#mega-mobile > ul.menu > li > .drop-menu {
    padding: 0 54px 0 50px;
}

#mega-mobile > ul.menu > li > .drop-menu .cat-title {
    position: relative;
    color: #f5f5f5;
    padding: 10px 0;
    border-bottom: 1px solid #333;
}

#mega-mobile > ul.menu > li > .drop-menu ul {
    padding-left: 20px;
}

#mega-mobile > ul.menu > li > .drop-menu ul li {
    border-bottom: 1px solid #333;
}

#mega-mobile > ul.menu > li > .drop-menu ul li a {
    color: #f5f5f5;
    font-size: 12px;
    padding: 8px 0;
    display: block;
}

#mega-mobile > ul.menu > li > .drop-menu .show,
#mega-mobile > ul.menu > li > .drop-menu .one-third:nth-child(3) {
    display: none;
}

#mega-mobile .cat-title a {
    color: #f5f5f5;
}

#mega-mobile .subcat-title a {
    color: #c5c5c5;
}

.header-section ul.nav.navbar-nav > li a {
    padding: 20px 8px;
    color: #fff;
    font-size: 14px;
}

.header-standard-2 .mobile-menu {
    padding-left: 0;
}

.header-section ul.nav.navbar-nav > li a:hover {
    color: #484848;
}

.header-standard-2 .navbar.navbar-wp a {
    color: #484848;
}

.header-standard-2 .navbar.navbar-wp .mini-cart {
    padding: 12px 0;
}

.header-standard-2 .navbar.navbar-wp .mini-cart .mini-cart-table {
    border: 1px solid #2c88c5;
    right: 0;
    left: -350px;
}

.header-standard-2 .navbar.navbar-wp .mini-cart .cart-items {
    font-weight: normal;
    margin-left: 2px;
}

.header-standard-2 .navbar.navbar-wp .compare-wishlist-btn {
    padding: 23px 2px 0 0;
}

.header-standard-2 .navbar.navbar-wp .compare-wishlist-btn .items {
    font-weight: normal;
    margin-left: 2px;
    position: relative;
    top: -1px;
    font-size: 14px;
}

.header-standard-2 .navbar.navbar-wp .compare-wishlist-btn a:first-child {
    margin-right: 12px;
}

.header-standard-2 .navbar.navbar-wp .user-menu {
    padding: 23px 15px 0 0;
}

.header-standard-2 .navbar.navbar-wp .fa {
    font-size: 20px;
}

ul.header-top-contact {
    font-size: 14px;
    padding-top: 20px;
}

ul.header-top-contact li {
    display: inline;
    margin-right: 8px;
}

ul.header-top-contact li i {
    position: relative;
    top: 2px;
}

ul.header-top-contact li.social {
    margin-right: 0;
    margin-left: 10px;
}

ul.header-top-contact li.social i {
    margin-right: 8px;
}

.search-suggest-table {
    width: 543px;
    max-width: 543px;
}

@media (max-width: 1024px) {

    .search-suggest-table {
        width: 543px;
        max-width: 543px;
        left: -253px;
    }
}

@media (max-width: 991px) {
    .header-section ul.nav.navbar-nav > li a {
        padding: 10px 15px;
    }
    .sticky-mobile {
        position: fixed;
        top: -130px !important;
        width: 100%;
        z-index: 1000;
    }
}

@media (max-width: 768px) {
    .slider-section .sliderInfo h2 {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .slider-section .sliderInfo h2 {
        font-size: 14px;
    }
    .sticky-mobile {
        position: fixed;
        top: -150px !important;
        width: 100%;
        z-index: 1000;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .btn-container {
        margin-top: 3px;
        float: right;
    }
}

@media  (max-width:991px) {
    .hidden-mobile {
        display: none!important;
    }
    .cookie-policy {
        height: 88px !important;
    }
    .sticky.cookiepolicy {
        top: 88px !important;
    }
    .body-wrap,
    .pg-opt {
        padding-top: 65px;
    }
    .cookiepolicy .body-wrap,
    .cookiepolicy .pg-opt {
        padding-top: 153px;
    }
    .btn-menu-mega {
        float: right;
    }

}

@media  (min-width:992px) {
    .hidden-desktop {
        display: none!important;
    }
    .body-wrap,
    .pg-opt {
        padding-top: 123px;
    }
    .cookiepolicy .body-wrap,
    .cookiepolicy .pg-opt {
        padding-top: 163px;
    }

}


@media  (min-width:1900px) {
    .home-under-slides {
        margin-top: 30px;
    }
}

.body-wrap {
    background-color: #f5f5f7;
}

/* -------------------------- New Header --------------------- */

.header-section-top-left,
.header-section-top-right,
.header-section-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
}


