.btn-primary {
    color: #fff;
    border: none;
    background-color: #000;
}
.action-buttons {
    margin-bottom: 30px;
}
.top-info--item-ttl a {
    color: #fff;
}
.is-info .top-info--item-ttl a {
    color: #333;
}
.block-icon img {
    width: 80px;
}
.block-search-box--form {
    margin-top: 10px;
    background-color: #fff;
}
button.block-search-box--search-submit {
    border-left: solid 1px #dedede;
}
.block-jscart--rules-name {
    display: none;
}
.block-goods-list-d--comment {
    display: none;
}
@media screen and (max-width: 767px)
{
.block-icon img {
    width: auto;
    height: 32px ;
    margin-bottom: 5px;
}
.block-pickup-list-p--goods-description .block-icon img {
    height: 24px;
}
.bg-orange-600 {
    background-color: #000 !important;
}
.block-goods-favorite {
    order: 2;
}
.block-arrival-notice {
    order: 2;
}
.block-no-stock {
    order: 2;
}
.page-goods .block-no-stock .block-no-stock--message {
    padding: 10px 0;
    margin: 0 0 10px 0;
}
.page-goods .block-goods-detail .block-goods-price .block-goods-price--on-sales-comment {
    text-align: left;
}
.block-cart--procedure-container__fixed {
    display: none;
}
#cart_itemhistory{
    display: none;
}
.block-cart--continue-shopping {
    font-size: 14px;
    background: #000;
    padding: 10px 0;
}
.block-cart--continue-shopping a {
    color: #fff;
}
.block-page-top {
    bottom: 65px;
    display: block;
}
.block-page-top a {
    display: block;
    width: 40px;
    height: 40px;
    background: url("../../img/design/btn/btn-pagetop.png") 0 0/contain no-repeat;
    background-color: transparent;
}
.block-goods-detail-j--items {
    display: flex;
    flex-wrap: wrap;
}
.block-goods-detail-j--items li {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.block-goods-detail-j--cart-btn {
    margin-top: auto;
}
.block-goods-detail-j--cart-btn .btn-primary {
    color: #fff;
    border: none;
    background-color: #000;
}
}