﻿.top-meun {
    background-color:transparent !important;
}
.top-menu-height {
    background-color:#fff;
    height:50px;
}
.top-menu-position {
    position:fixed;
    z-index:99999;
    width:100%;
    top:0px;
    left:0px;
    box-shadow:0px 0px 8px 0px #888;
}
.top-menu-height table .top-menu-btn, .top-menu-height table .top-meun-cart {
    width: 20%;
    min-width:80px;
}

.top-menu-btn {
    text-align:left;
}
.top-menu-btn a span {
    display:inline-block;
    margin:0px 4px;
    background-color:#3E3A39;
}
.top-menu-btn a:hover span {
    background-color:#7BA918;
}
.top-menu-logo a span {
    display:inline-block;
    margin:0px 5px;
    background-color:#7BA918;
}
.top-menu-logo a:hover span {
    background-color:#ff6a00;
}
.top-meun-cart {
    text-align:right;
}
.top-meun-cart a {
    display:inline-block;
    position:relative;
}
.top-meun-cart a .top-meun-cart-icon {
    display:block;
    margin:0px 4px;
    background-color:#7BA918;
}
.top-meun-cart a .top-meun-cart-icon img {
    height:48px;
}
.top-meun-cart a:hover .top-meun-cart-icon {
    background-color:#ff6a00;
}
.top-meun-cart a .top-meun-cart-num {
    position:absolute;
    right:11px;
    top:8px;
    width:12px;
    height:12px;
    border-radius:12px;
    line-height:12px;
    text-align:center;
    font-weight:bold;
    font-size:8pt;
    cursor:pointer;
}
.top-meun-cart .check-out-div {
    display:inline-block;
    width:100px;
    margin:0px 4px;
    font-size:18px;
    line-height:48px;
    text-align:center;
}
.top-meun-cart .check-out-div .check-out {
    border:0px; margin:0px; padding:0px;
    width:100%;
    display:block;
    white-space:nowrap;
}
@media screen and (max-width: 600px) {
    .top-meun-cart .check-out-div {
        width:70px;
    }
    .top-meun-cart .check-out-div .check-out .ckom {
        display:none;
    }
}
@media screen and (max-width: 430px) {
    .top-meun-cart .check-out-div {
        width:60px;
        font-size:16px;
    }
}
@media screen and (max-width: 350px) {
    .top-meun .top-menu-position {
        position:initial !important;
    }
}