/* Store */

body {
    display: block !important;
}
body::before {
    position: fixed;
}
.gradient {
    background: none;
}

#main .inner {
    padding: 90px 60px 90px 30px;
}
article,
cart-items,
#main-cart-footer .page-width {
    margin: 0 auto;
    max-width: 1050px;
}

/* Product */

#product_single {
    padding: 0;
}
#product_single .page-width {
    padding: 0;
    max-width: 100%;
}

/* Footer */

#footer {
    padding: 0;
}
.footer__content-top,
.footer__content-bottom {
    display: none !important;
}

.button#checkout,
.product-form__buttons .button {
  font-size: 0.9rem !important;
}
._caption-large,
._customer .field input,
._customer select,
._field__input,
.form__label,
._select__select {
  font-size: 1rem;
}
.caption-large {
  font-size: 0.85rem;
}
.quantity__input {
  font-size: 1.3rem;
}
.product__description {
	font-size: 0.85rem;
}
.product__tax {
	font-size: 0.8rem;
}
.product-form__quantity .form__label {
  font-size: 0.8rem !important;
}

.banner__content {
	display: none !important;
}

.asct_text {
	padding: 0 20% 0 20px;
	font-size: 0.82em;
}
#asct_list h2.title {
	margin-bottom: 2em;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.6em;
}
#asct_list h2.title span {
	display: block;
	font-size: 0.75em;
}
.asct_block:not(:last-of-type) {
	margin-bottom: 1.35em;
}
.asct_block h4 {
	font-size: 1.05em;
	font-weight: 500;
}
.asct_block p {
	line-height: 1.7em;
}
.asct_block p.note {
	margin-top: 0.5em;
	font-size: 0.75em !important;
}

@media screen and (min-width: 750px) {
  .cart-item__price-wrapper > *:only-child:not(.cart-item__discounted-prices) {
    margin-top: 2rem !important;
  }
}