/* header***********************************************/
@media (min-width: 300px){
    #my_menu-label {
        display: block;
        background: #e9e9e9;
        line-height: 50px;
        text-align: center;
    }
    #header #my_menu {
        display: none;
        margin-top: 50px;
    }
    #header > ul > li, #header > ul > ul {
        display:block;
        float:none;
    }
    #header ul li a {
        border-right: none;
    }
}
@media (min-width: 768px) {
    #header #my_menu {
        font-size: 17px;
    }
}
@media (min-width: 992px) {
    #header ul li a {
        border-right: 2px solid white;
    }
    #header > ul > li, #header > ul > ul {
        display:inline-block;
        float:left;
    }
    #header #my_menu {
        display: block;
        margin-top: 0;
    }
    #header #my_menu {
        font-size: 12px;
    }
    #my_menu-label {
        display: none;
    }
}
@media (min-width: 1200px) {
    #header #my_menu {
        font-size: 15px;
    }
}
@media (min-width: 1300px) {
    #header #my_menu {
        font-size: 17px;
    }
}
#header{
    min-height: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    font-family: 'Proxima Nova Cn Rg';
    font-style: normal;
    font-weight: 400;
}
#header #my_menu{
    font-family: 'Proxima Nova Cn Rg';
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    position:absolute;
    top: 0;
    width: 100%;
    background: #e9e9e9;
    text-align:center;
    overflow: visible;
    min-height: 50px;
}
#header ul {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

#header ul li a{
    display:inline-block;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    color: #1e1c1c;
    text-decoration: none;
    background: #e9e9e9;
    box-sizing:border-box;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
#header ul li a:hover{
    color: #1e1c1c;
    background: #d4d4d4;
}
#header > ul > li:first-child > a{
    display:inline-block;
    width: 50px;
    height: 50px;
    padding: 7px;
    line-height: 50px;
    text-align:center;
}
#header .my_color a:hover{
    color: #fff;
    background: #d66127;
}
#header .my_m-list{

    width:auto;
    display: none;
    background: #e9e9e9;
    position: absolute;
    right: 0;
}
#header .my_m-list li,#header .my_m-list li a{
    width: 100%;
}

#my_top{
    position:absolute;
    top:0;
    right: 1%;
    z-index: 5;
    text-align:right;
    font-family: 'Proxima Nova Cn Rg';
    font-style: normal;
    font-weight: 400;
}
#my_top > a:first-child{
    font-size: 150%;
    line-height: 35px;
    display:inline-block;
    text-align:right;
    letter-spacing: 1px;
    color: #d66127;
    text-shadow: 1px 1px 10px #fff, 0px 0px 1px #fff;
}
#my_top > a:first-child li:last-child{
    font-size: 56%;
    font-weight:400;
    font-style:italic;
    line-height: 7px;
    text-align:right;
}
#my_top #cart{
    position: static;
    top: 0;
    right: 0;
    z-index: 5;
    min-width: 100px;
    text-align:right;
}
#my_top #cart .heading {
    color: #c33131;
    float:none;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    position: static;
    z-index: 1;
}
#my_top #cart .heading a {
    color: #c33131;
    text-decoration:none;
    font-size: 100%;
    line-height: 50px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
#my_top #cart .heading a:hover {
    color: #000;
}
#my_top #cart p.caption{
    font-style: italic;
    font-size: 85%;
    display: inline-block;
    border-bottom: 1px solid #c33131;
    border-top: 1px solid #777;
    padding: 5px 0;
    width: 100%;
}
.active_nav {
    display: block !important;
}