@import url(./shop/categories.css);
@import url(./shop/comparison.css);
@import url(./shop/filters.css);
@import url(./shop/list.products.css);
@import url(./shop/view.product.css);

/**
 * GENERAL
 */
 
.category_content
{
	margin: 10px;
}

.no_results
{
	margin: 10px;
}

label[for="phone"]:after {
    content: '*';
    color: red;
    padding-left: 2px;
}

#address_fields.hide,
#phone-wrapper.hide {
    display: none;
}