.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper>.widget, .page-wrapper>.page-bottom, .block.category.event, .top-container, .page-main  {
    max-width:1680px!important;
    padding: 0;
}
ul>li, ol>li {
    margin-bottom: 0px!important;
}
.clear_float{
    clear: both!important;
}

/* button:not(.primary){
    border: 0px!important;
} */

.headroom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all .5s ease-in-out;
    z-index: 100;
}
.headroom--unpinned {
    top: -177px;
}
.headroom--pinned {
    top: 0;
}

.block.block-compare{
    display: none;
}
.block.block-wishlist{
    display: none;
}
.actions-toolbar .primary button{
    border: 2px !important;
}

@media only screen and (max-width: 767px){
    /*移动端 个人中心 菜单下拉*/
    .block-collapsible-nav {
        left: 0;
        position: absolute;
        top: 0px;
        width: 100%;
        z-index: 5;
    }
    .st-container .st-pusher .st-content-inner .nav{
        display: block;
    }
    /*移动端 个人中心 内容显示区域*/
    .account .page-main, .cms-privacy-policy .page-main {
        padding: 60px 15px;
        position: relative;
    }

}


* {
    margin: 0;
    padding: 0;
    list-style: none;
}
.accordionMenu-body {
    display: none;
}

.size.leftListTitles{
    display: none;
}
.sizeMore{
    display: none;
}
.list .list-detail .list-detail-left .list-detail-left-items .checkBoxs.size_checkboxs{
    display: none;
}

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: none;
}

.category-view .category-description{
    display: none;
}
.headroom--pinned{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
	z-index: 100;
}
.header_sm{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
}
/**
隐藏贺卡选项
 */
#gift-options-cart{
    display: none!important;
}
.gift-options-cart-item{
    display: none!important;
}
/**
预计抵达时间
 */
.expected_time{
    text-align: left;
    font-size: 0.4rem;
    color: #bc977a;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.expected_time.last{
    padding-bottom: 1rem;
}
.expected_time.among,.expected_time.last{
    text-align: center;
}
.product.attribute.overview .value[itemprop=description]{
    display: none;
}
.page-layout-2columns-left .main {
     padding-left:0px;
}
/*首页打折价格*/
.price .old_price{
    color: #F41B2D;
    text-decoration: line-through;
}
