.pe-7s-close.fz-50 {
    font-size: 50px;
}

.product-image-container > img {
    max-height: 100%;
}
.product-item-name {
    color: var(--colour_text_body);
    font-size: 14px;
    font-weight: 400;
}
.cell {
    min-width: 250px;
}
.table-wrapper {
    margin-bottom: 20px;
}

a:hover {
    text-decoration: none
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

.table-wrapper th {
    height: 40px;
}

.table-wrapper th button,
.table-wrapper th button:hover{
    top: -5px;
    right: 0;
    color: var(--colour_text_body)
}

.table-comparison th,
.table-comparison td {
    width: 33%;
}

table > caption {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.table-comparison .cell.remove {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
}

.table-comparison .cell {
    padding: 15px;
    border: 1px solid #dddddd;
}

.table-comparison .cell .fa {
    font-size: 18px;
    color: #999999;
}

.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
    border-bottom: 1px solid #dddddd;
}

.table-comparison .cell {
    min-width: 250px;
}

.table-comparison .product-item-photo {
    margin: 0 auto 15px;
}

.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name a {
    margin: 15px 0;
    font-size: 14px;
    color: var(--colour_text_body);
}

.table-comparison .product-item-name a {
    font-size: 13px
}

.action.tocart.primary {
    width: auto;
    height: 33px;
    background: #5a5656;
    border: 1px solid #5a5656;
    color: #ffffff;
    cursor: pointer;
    padding: 5px 14px;
    text-transform: uppercase;
}

.action.tocart.primary:hover {
    background: #ffffff;
    border: 1px solid #5a5656;
    color: #5a5656;
}

.table-comparison .cell {
    padding: 15px;
    border: 1px solid #dddddd;
}

.table-comparison .cell .attribute.value {
    font-size: 14px;
    color: var(--colour_text_body)
}

.table-comparison .cell .attribute.value a {
    color: #5a5b5b
}

.table-comparison tr th > span {
    color: #5a5b5b;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal
}

.product-image-container {
    height: 150px;
}

.product-image-container > img {
    max-height: 100%;
}

.action .fa {
    color: var(--colour_text_body);
}

td {
    width: 33%;
}

.table-wrapper.comparison {
    max-width: 100%;
    overflow-x: auto;
    padding: 20px 15px 0 15px;
}

.table-wrapper {
    margin-bottom: 20px;
}

.cell {
    min-width: 250px;
}

.product-item,
.product-item:hover {
    text-decoration: none;
}

.product-item-name {
    color: var(--colour_text_body);
    font-size: 14px;
    font-weight: 400;
}

.product {
    color: var(--colour_text_body);
    font-size: 16px;
    font-weight: 500;
}

.value {
    font-size: 14px;
    color: var(--colour_text_body);
    font-weight: 400;
}

.tocart {
    width: 100%;
    height: 33px;
    background: #5a5656;
    border: 1px solid #5a5656;
    color: #ffffff;
    cursor: pointer;
    padding: 5px 20px;
    text-transform: uppercase;
}

.tocart:hover {
    background: #ffffff;
    border: 1px solid #5a5656;
    color: #5a5656;
}

.compare-products {
    width: 5%
}

.overflow-auto {
    overflow: auto;
}

.comparison-alert {
    font-size: 14px;
}

.comparison-alert > i {
    font-size: 24px;
}

.artist__reserved {
    background: #0f1d56cc;
}
.artist_out-of-stock{
    background-color: #7e7e7e;
}

.artist__soled, .artist__reserved,.artist_out-of-stock {
    z-index: 20;
    font-size: 0.8rem;
    padding: 0 10px;
    top: -5px;
    color: #ffffff;
    right: 0;
}

.artist__soled{
    background: #be5754;
}
