	.category  {
    margin-top: 40px;
}
.category .swiper-slide {
    display: block;
    background: transparent;
}
.category .swiper-slide a {
    font-weight: bold;
    color: black;
}
.category .swiper-slide a p {
    margin-top: 5px;
}

.banner__product {
    background: #8B4513;
}
.logo__product {
    background: #fff;
    display: inline-block;
    padding: 8px;
 
    position: relative;
}
.logo__product:before {
        content: '';
    position: absolute;
    left: 100%;
    top: -1px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #fff;
}
.title__product {
    display: inline-block;
    width: 75%;
    vertical-align: top;
    font-weight: bold;
    padding:20px 0 0;
}
.title__product p {
    text-align: center;
    margin-top: 40px;
}
.card-text ol {
    display: none;
}
.card-text p {
    text-align: center;
    padding: 10px 0;
}
.card-text p:hover a {
    color: #fff;
}
