<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.products__tab {
    padding-bottom: 7px;
    padding-top: 15px;
}
.product-item2 {
    width: 100%;
    height: 100%;
    border: 1px solid #CDCDCD;
    border-radius: 3px;
    text-align: center;
    padding: 51px 20px 31px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product-item2:hover {
    -webkit-box-shadow: 3px 3px 20px rgba(50, 50, 50, 0.25);
    box-shadow: 3px 3px 20px rgba(50, 50, 50, 0.25);
    color: #fc5508
}

.product-item {
    padding: 10px 20px 20px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-item__wrapper {
    margin-left: 5px;
}

.btn {
    background-color: #fc5508;
    padding: 10px;
    border-radius: 10px;
    color: white;
    font-size: 18px;
    margin-top: auto;
}

body {
    font-family: 'Hind Vadodara', sans-serif;
}

.description{
    border: solid 1px #ddd;
    border-radius: 10px;
    padding: 15px;
    font-size: 16px;
}
.description h3{
    margin: 15px;
    text-align: center;
}
.description ul{
    margin: 30px;
}
.description ul li{
    margin-bottom: 10px;
    list-style: none;
}
.description p{
    margin-bottom: 10px;
    list-style: circle;
    font-size: 16px;
    line-height: 27px;
    font-weight: 100;
}

.user-list__link img{
    padding-right: 15px;
}

.product-item img {
    max-height: 180px;
}

.user-list__item, .footer-list__item, .footer__top-title{
    font-size: 18px;
    font-family: "Hind Vadodara", sans-serif;
}

.user-list__item + .user-list__item{
    padding-left: 15px;
    border-left: 1px solid #000000;
}

.user-list__link {
    display: flex;
    justify-content: center;
}

.categories__item-info {
    width: 80%;
}

.categories__item-info img {
    margin: auto;
}

.categories__item {
    justify-content: center;
    padding: 20px 20px 30px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

table tr {
    border: 1px solid #efefef;
    border-bottom-width: 1px;
    border-bottom-width: 0;
    padding: 5px;
}
.table &gt; tbody &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; thead &gt; tr &gt; th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table-bordered &gt; tbody &gt; tr &gt; td {
    border: 1px solid #ddd;
}
.table-striped &gt; tbody &gt; tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

.aboute-h {
    line-height: 1.4;
}

.footer__top-title {
    line-height: 1.4;
}

@media (max-width: 940px) {
    .user-list__item p {
        display: none;
    }
    .user-list__link img {
        padding-right: 10px;
    }
    .user-list__item {
        padding-right: 0;
    }
    .user-list__item + .user-list__item {
        padding-left: 10px;
    }
}
</pre></body></html>