/* Page */
.store-page { margin-bottom: 20px; }

/* Title */
.store-page-title
{
    font-weight: bold;
    margin-bottom: 10px;
}

/* Section, Aside */
.store-page-section, .store-page-aside
{
	margin-bottom: 20px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ebebeb;
}

/* Not found */
.store-message
{
	line-height: 36px;
	color: #222;
}

.store-message[hidden] { display: none; }
.store-message span { line-height: 32px; }
[dir="rtl"] .store-message span { margin-left: 5px; }
[dir="ltr"] .store-message span { margin-right: 5px; }
.store-message span.icon-error { color: #f44336; }
.store-message span.icon-warning { color: #FFC107; }

/* Image */
#wrapper .store-product-image { margin: 0; }

/* Price */
[dir="rtl"] .store-price small { margin-right: 2px; }
[dir="ltr"] .store-price small { margin-left: 2px; }

/* Discount */
.store-price .store-discount { text-decoration: line-through; }

@media (min-width: 48em) { .store-page-section, .store-page-aside { padding: 20px; } }