@import "../../variables";

.Catalog-showhide {
    margin: $offset_main * 2 0 $offset_main;
}

.Catalog-pricelist {
    margin: $offset_main * 3 0;
}

.Catalog-col-qualifier,
.Catalog-col-type {
    width: 10%;
}

.Catalog-col-status {
    width: 25%;
}

.Catalog-col-price {
    width: 15%;
}

.Catalog-col-discount,
.Catalog-col-region {
    width: 20%;
}

.Table .Catalog-col-price {
    padding-right: $offset_main * 4;
}
