@charset "utf-8";

/* reset */
html body .item__anywhere-cart {
    position: initial;
    width: auto;
}

html body .spec,
html body .cart {
    float: none;
}

html body .add-to-cart select {
    float: none;
}

html body .item-summary .cart select {
    margin: 0;
}

html body .item-summary .cart .button {
    margin: 0;
}

html body .button-cart {
    float: none;
}

html body .info {
    height: auto;
}

@media (max-width: 650px) {
    html body .top-item-group .article-basic.small.vertical .info {
        width: auto;
    }
}

/* reset */

html body .js-item-sales.cart-only .item-summary {
    padding: 0;
    margin: 20px 0;
    border: none;
}

html body .js-item-sales.cart-only .item-summary .spec {
    margin: 0;
    padding: 0;
}

html body .top-item-group .article-basic .info {
    margin: 0;
}
.top-item-group .item-unit .article-basic {
    height: auto !important;
}