.full-header {
    position: relative;
    z-index: 3;
    padding: 20px 0;
    box-sizing: border-box;
    background: #cd1818;
}
.full-menu.sticky {
    top: 0;
    position: sticky;
    z-index: 999;
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    -webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s;
}
@keyframes stuckMoveDown {
 0% {
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%)
 }
 100% {
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
}
.full-menu.sticky,
body:not(.home) .full-header{
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
.header-wrap {
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    max-width: 100%;
    overflow: hidden;
    max-height: 120px;
    transition: all 0.3s;
}
.header-logo a {
    width: 100%;
}
img.site-logo {
    display: block;
    max-width: 140px;
    max-height: 85px;
    object-fit: contain;
    margin: 0 auto;
}
.headr-right {
    flex: 1;
    padding-left: 80px;
}

.header-top {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 710px;
    text-align: center;
    border-radius: 0px 0px 50px 50px;
    background: #52A732;
    padding: 0 10px 0;
}
.header-top p {
    border-radius: 0px 0px 50px 50px;
    background: #007EC2;
    margin: 0;
    color: #fff;
    padding: 7px 0px;
    font-weight: 600;
}
.header-slogan p {
    margin: 0;
    color: #006598;
    font-size: 20px;
    font-weight: 700;
}
.header-bottom {
    padding-top: 30px;
    justify-content: space-around;
    align-items: center;
}
.header-search{
    position: relative;
}
.searchform{
    position: relative;
}
.searchform input {
    border: 1px solid #fff;
    height: 35px;
    padding: 0 20px;
    font-size: 14px;
    background-color: transparent;
    color: #222;
}
.header-search .searchform input {
    width: 365px;
    background-color: #fff;
    border-radius: 5px;
}
.searchform input::placeholder {
/*    opacity: 1;*/
}

.searchform .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 35px;
    background-color: transparent;
    border: 0;
    color: #222;
    font-size: 15px;
}
.header-hotline {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.header-tools a, 
.header-hotline a {
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: normal;
}
.header-hotline i{
    font-size: 20px;
    margin-right: 10px;
}
.header-hotline span {
    line-height: normal;
}
.header-hotline b {
    font-size: 16px;
}
.header-middle-right {
    display: flex;
    align-items: center;
}
.header-middle-right,
.header-middle-right a{
    color: #fff;
}
.header-middle-right p{
    margin-bottom: 0;
}
.header-middle-right i{
    font-size: 25px;
    margin-right: 10px;
}
.user_area {
    margin: 0 10px;
    line-height: 40px;
    display: inline-flex;
    overflow: hidden;
    align-items: center;
}
.user_area .user_links a:first-child::after {
    content: "/";
    display: inline-block;
    padding: 0 3px;
}
.cart .cart_info a{
    position: relative;
}
.cart .cart_info a em {
    position: absolute;
    top: -12px;
    right: -10px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 50px;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    background: #ffb243;
    font-style: normal;
}
/**/
.full-menu{
    background: #bb0909;
}
.full-breadcrumbs{
    font-size: 12px;
}
#breadcrumbs i {
    font-style: normal;
}

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

}
@media only screen and (max-width: 900px) {
    .main-menu #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1::after{
        margin: 0;
        line-height: 35px;
    }
}
@media only screen and (max-width: 991px) {
    .main-menu, .header-middle-right {
        width: 40px;
    }
    .searchform input{
        width: 100%;
    }
    .header-search {
        margin: 15px 0 0;
        order: 4;
        width: 100%;
    }
    .header-logo{
        flex: 1;
    }
    .header-search .searchform input{
        width: 100%;
    }
}
@media only screen and (max-width: 640px) {
    .full-header {
        padding: 10px 0;
    }
}
@media only screen and (max-width: 480px) {
    img.site-logo {
        max-height: 60px;
    }
}