.lbl-date {
    position: relative;
    margin-left: 11px;
    font-weight: 700;
    font-size: 14px;
}

.lbl-date:after {
    content: '';
    position: absolute;
    border-left: 4px solid #ac2330;
    left: -11px;
    height: calc(70% - 0.666em);
    top: 0.5em;
}

.img-product {
    border: 3px solid #343434;
    width: 100%;
/*    max-width: 358px;*/
    height: 201px;
    object-fit: cover;
    object-position: center;
    display: block;
    background-color: #f5f5f5;
}

.btn.btn-danger.btn-catalog-new {
	display: flex !important;
	align-items: center;
	justify-content: center;
	white-space: normal !important;
	min-height: 40px;
	padding: 4px 8px;
	text-align: center;
	min-width: 0;
}

.btn-catalog-new-text {
	/* Truncate text after 2 lines */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	overflow-wrap: break-word;
}

.date-catalog-new {
    /* Truncate text */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.date-catalog-new,
.btn-catalog-new {
    flex: 1;
    margin: 0 4px;
    /* required for truncate to work within a flex container. */
    min-width: 0;
}

.date-catalog-new:first-child,
.btn-catalog-new:first-child {
    margin-left: 0;
}

.date-catalog-new:last-child,
.btn-catalog-new:last-child {
    margin-right: 0;
}

.btn-pdf {
    width: 100%;
}

.dlbl-date {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin-left: 0;
    padding-left: 11px;
}

.dlbl-date.lbl-date:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #ac2330;
    border-left: none;
    border-radius: 0;
}

.btn-md-half-wrap {
    overflow: hidden !important;
    min-width: 0 !important;
}

.btn.btn-block.btn-md-half {
    display: flex !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap !important;
    overflow: hidden !important;
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100%;
    text-overflow: ellipsis;
}

/* Text inside the button: truncate one line */
.btn-md-half-text {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    min-width: 0 !important;
    flex: 1 1 0% !important;
    display: block !important;
}

/* PDF/arrow icon: does not shrink */
.btn.btn-block.btn-md-half img {
    flex-shrink: 0;
    margin-left: 4px;
}

.table-list-model tbody tr td {
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
}

.btn-model-old {
    margin-top: 5px;
}

.img-type-product {
    text-align: center;
}

.img-type-product:hover {
    color: #ac2330;
}

.img-type-product:hover .img-product {
    border-color: #ac2330;
}

.table-list-model .td-btn-download:before {
    padding-right: 0px;
}

.th-type-product {
    width: 223px;
}

.th-release-date {
    width: 130px;
}

.th-date-month {
    width: 110px;
}

.th-btn {
    width: 72px;
}

/* Table cell truncate */
.table-list-model td {
    max-width: 0;
}

.td-truncate {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.td-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: break-word;
}

.td-truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: break-word;
}

td .badge.td-truncate {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    vertical-align: middle;
}
.file-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.file-icon-other {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 4px;
}

.file-icon-other img {
    display: block;
    height: 26px;
    width: auto;
}

.file-ext-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
    line-height: 1;
    margin-top: 2px;
}

/* Responsive */
@media screen and (max-width: 575px) {
    .img-product {
        max-width: 100%;
        height: 180px;
    }
}

@media screen and (min-width: 450px) {
    .block-btn button {
        width: 200px;
    }
    .block-btn {
        flex-direction: row !important;
        justify-content: center;
    }
    .btn-model-new {
        margin-right: 10px;
    }
    .btn-model-old {
        margin-top: 0;
    }
}

@media screen and (min-width: 576px) {
    .block-btn button {
        width: 260px;
    }
}

@media screen and (min-width: 768px) {
    .table-responsive-c .hide-row-span {
        display: none;
    }
}