.notify-me {
    background-color: #fff;
    padding: 20px;
    text-align: left;
    width: 768px;
    overflow-x: hidden!important;
    max-width: 100%;
}

.notify-me h2 {
    margin: 0 0 10px;
    line-height: 20px;
    font-weight: 700;
}

.notify-me .message {
    margin: 0 0 20px;
    font-size: .85714rem;
    line-height: 1.14286rem;
}

.notify-me fieldset label {
    font-size: .6em;
    font-weight: 700;
}

.notify-me fieldset label input {
    width: 100%;
    display: inline-block;
}

.notify-me fieldset.controls {
    text-align: right;
    margin: 0;
}

.notify-me fieldset .noti-btn {
    background-color: #0a0a0a;
    color: #fff;
    display: inline-block;
    border: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    padding: 0 20px;
    font-size: .7em;
    cursor: pointer;
    margin: 0 0 0 10px;
}

.notify-me fieldset .noti-btn.noti-close {
    background-color: #8a8a8a;
}

.menu_bottom {
    display: none;
}

@media (max-width: 639px) {
    .list_category {
        display: none;
    }

    .menu_bottom {
        display: block;
    }

    .menu_bottom h2 {
        border-bottom: 1px solid gray;
        color: gray;
        margin-bottom: 20px;
    }

    .menu_bottom ul {
        list-style: none;
        margin: 0;
    }

    /* .menu_bottom li {
        position: relative;
    }

    .menu_bottom li:after {
        content: ">";
        position: absolute;
        top: 0;
        right: 0;
    } */

    .menu_bottom ul .sub {
        padding-bottom: 5px;
    }

    .menu_bottom .submenu {
        display: none;
        padding-left: 20px;
    }

    .menu_bottom ul .sub.active .submenu {
        display: block;
    }

    .menu_bottom a {
        color: black;
        width: 100%;
        display: block;
        padding: 5px 0;
    }
}

@media (min-width: 640px) {
    .category_item {
        text-align: center;
        /* padding-bottom: 50px; */
    }

    .category_item a {
        border: 1px solid rgb(5, 4, 4);
        /* padding: 30px; */
        padding-bottom:20px;
        display: block;
        width: 150px;
        margin: auto;
        color: inherit;
        padding-top:16px;
        padding-left: 8px;
        padding-right: 8px

    }

}

@media (min-width: 768px) {
    .category_item a {
        width: 200px;
    }
}

@media (min-width: 751px) {
    .notify-me {
        font-size: 1.71429rem;
    }
}

#menu ul {
    width: 260px;
    padding: 0;
    list-style-type: none;
    text-align: left;
   }
   #menu li {
    width: auto;
    padding: 0 1em;
   }
   #menu ul li {
    position: relative;
    border:none;
   }
   #menu .sub-menu {
    position: absolute;
    left: 202px;
    top: 0;
    display: none;
    margin-top:-30px;
   }
   #menu li:hover .sub-menu {
    display: block;
   }
   .category_item ul li .sub-menu li{
       width: 30px;
       height:30px;
   }

   .header .navi>ul>li>a {
  
    text-transform: none!important;
 
}
.breadcrumbs li {
 
    text-transform: none!important;
}
.transform li a{
    text-transform: none!important;
}