.navbar-tshop .navbar-top {
    height: 70px;
}

.navbar.stuck .navbar-top {
    margin-top: -70px;
}

.search-full.active {
    border-top: 1px solid #3498db;
}


@media (min-width: 1025px) {
    .headerOffset {
        padding-top: 140px;
    }
}

.banner {
    padding-top: 120px;
    margin-bottom: 30px;
}

.userMenu > li > a {
    color: #454545;
    padding: 20px 10px 0 10px;
    font-size: 14px;
    font-weight: normal;
}

.userMenu > li > a:hover {
    color: #3498db;
}

.navbar-top .logo img {
    min-height: 70px;
    max-height: 70px;

}

.compare-page-btn {
    margin-top: 0;
    padding-top: 28px;
}

.compare-page-btn a {
    color: #454545;
    padding: 25px 10px 0 10px;
    font-size: 14px;
}

.compare-page-btn a:hover {
    color: #3498db;
    background: none;
}

/*===============
/* MEGA MENU
/*==============

/* Menu Mega
-------------------------------------------------------------- */
#mega-menu {
    position: relative;
    height: 50px;
    -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: 51px;
    line-height: 50px;
    position: relative;
    z-index: 98;
    cursor: pointer;
}

#mega-menu > .btn-mega > span i {
    font-size: 25px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

#mega-menu > ul.menu {
    font-size: 14px;
    width: 0;
    position: relative;
    z-index: 90;
    background-color: #fff;
    border: 1px solid #dddddd;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

#mega-menu > ul.menu.menu-active {
    opacity: 1;
    width: 250px;
    visibility: visible;
    transition: opacity .3s, width .3s;
    -moz-transition: opacity .3s, width .3s;
    -webkit-transition: opacity .3s, width .3s;
    -o-transition: opacity .3s, width .3s;
}

#mega-menu > ul.menu > li > a {
    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 > 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;
}

#mega-menu > ul.menu > li:hover {
    background-color: #ddd;
}

#mega-menu > ul.menu > li:hover > .drop-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
}

#mega-menu > ul.menu > li .drop-menu {
    transform: translateX(-10%);
    opacity: 0;
    visibility: hidden;
    padding: 27px 7px 27px 0;
    position: absolute;
    top: -1px;
    left: 249px;
    width: 870px;
    z-index: -1;
    min-height: 200px;
    background-color: #fff;
    border: 1px solid #dddddd;
}

#mega-menu > ul.menu > li .drop-menu > .one-third {
    width: 33.3%;
    float: left;
    padding-left: 42px;
    padding-right: 15px;
}

#mega-menu > ul.menu > li .drop-menu > .one-third .cat-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

#mega-menu > ul.menu > li .drop-menu > .one-third ul li {
    margin-bottom: 5px;
}

#mega-menu > ul.menu > li .drop-menu > .one-third ul li {
    margin-bottom: 5px;
}

#mega-menu > ul.menu > li .drop-menu > .one-third ul li a:not(:hover) {
    color: #484848;
}

#mega-menu > ul.menu > li .drop-menu > .one-third .show a {
    color: #f28b00;
    font-weight: bold;
    position: relative;
}

#mega-menu > ul.menu > li .drop-menu > .one-third .show a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    right: 0;
    background: #f28b00;
    -webkit-transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    -o-transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}

#mega-menu > ul.menu > li .drop-menu > .one-third .show a:hover:before {
    width: 100%;
    left: 0;
}

#mega-menu > ul.menu > li .drop-menu > .one-third ul.banner li {
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    background-color: #e5e5e5;
    height: 110px;
    padding: 30px 10px 30px 18px;
    margin-bottom: 20px;
    -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 > ul.menu > li .drop-menu > .one-third ul.banner li:hover {
    background-color: #fff;
    -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 > ul.menu > li .drop-menu > .one-third ul.banner li .banner-text {
    float: left;
}

#mega-menu > ul.menu > li .drop-menu > .one-third ul.banner li .banner-text .banner-title {
    font-weight: bold;
    font-size: 18px;
    color: #f28b00;
}

#mega-menu > ul.menu > li .drop-menu > .one-third ul.banner li .banner-text .more-link a img {
    margin-left: 10px;
}

#mega-menu > ul.menu > li .drop-menu > .one-third ul.banner li .banner-img {
    float: right;
}

/* 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"
}

/* 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,
#mega-mobile > ul.menu.menu-active > li a {
    color: #fff;
}

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

/*===================================================================================*/
/*	RESPONSIVE
/*===================================================================================*/

@media (max-width: 767px) and (min-width: 0) {
    .navbar-tshop .navbar-top {
        height: 117px;
    }

    .userMenu > li > a {
        padding-top: 12px;
        font-size: 12px;
    }

    .userMenu.languageMenu > li > a {
        padding-top: 16px;
    }

    .compare-page-btn a {
        position: relative;
        top: -15px;
    }

    .btn-menu, .btn-menu-mega {
        top: 11px;
        left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .banner, .header-version-2 .banner {
        padding-top: 172px !important;
    }
}

@media (max-width: 1024px) {
    .banner {
        padding-top: 171px !important;
    }

    .navbar-tshop .navbar-top {
        height: 120px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: none;
    }
}
