/*Responsive table*/

table.responsive {
    width: 100%;
}

table.responsive tr {
    vertical-align: top;
}

table.responsive td {
    padding: 10px;
    /*text-align: justify;*/
    text-align: center;
}

@media screen and (max-width: 600px) {
    * {
        box-sizing: border-box;
    }

    /* break table */
    .responsive tr {
        display: flex;
        flex-wrap: wrap;
        width: 100% !important;
    }

    .responsive td {
        display: block;
        width: 50%;
        text-align: center;
    }

    .responsive td {
        width: 100% !important;
    }
}


h2.product-2__title{
    min-height: 94px;
}

.swiper-wrapper .swiper-slide img{
	object-fit: contain;
}
h3.news-4__title{
text-align: justify;
}
.news-4__desc:after {
    content: '[...]';
    display: inline-block;
    font-size: 13px;
    color: black;
    /* z-index: 1000; */
    width: 14px;
    height: 20px;
    /* background: red; */
    position: absolute;
    bottom: 1px;
    right: 0;
    background: #fff;
    text-align: center;
}

/*add 27/02/2021*/
h3.title_sidebar {
    text-transform: uppercase;
    margin-top: 7px;
    font-weight: bold;
    background: #ff7f01;
    padding: 8px;
    color: #fff;
    text-align: center;
}
h2.news__title {
    font-size: 14px;
    font-weight: normal;
}

/*add 20/07/2021*/

.banner__breadcrumb {
    display: none;
}
