/* STYLE 14 */
.style14 .title-header h4{
    font-size: 37px;
    font-weight: bold;
}

.style14 .title-header h4 span{
    line-height: 1;
    font-size: 20px;
    font-weight: normal;
}

.style14 .nav.nav1 li,.style14 .nav.nav2 li,.style14 .nav.nav3 li{
    font-weight: 400;
    font-size: 18px;
}
.style14 .parts-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

.style14 .part {
    padding: 15px;
    overflow: hidden;
    text-align: center;
    border-radius: 30px;
    border: 2px solid transparent;

}

.style14 .part:hover {
    border-color: #ebe117;
}

.style14 .part h4 {
    font-weight: 900;
    margin-bottom: 5px;
}

.style14 .part h4 a {
    color: #232223;
    text-decoration: none;
}

.style14 .part p.price {
    color: #f21f1f;
    font-weight: bold;
    font-size: 24px;
    /* line-height: 30px; */
    margin-bottom: 20px;
}

.style14 .part img {
    width: 264px;
    height: 264px;
    object-fit: contain;
}

.style14 .part p.text {
    color: #575457;
    margin-bottom: 20px;
}

.style14 .part p.price span {
    font-size: 15px;
    vertical-align: text-top;
    font-weight: 900;
}

.style14 .part a.button {
    visibility: visible;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    text-decoration: none;
    outline: none !important;
    vertical-align: baseline;
    transition: all .5s ease;
    font-family: 'Lato', sans-serif;
    display: inline-block !important;
    text-align: center;
    line-height: 1rem;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    z-index: 1;
    border-radius: 2rem;
    position: relative;
    font-size: 0.9375rem;
    padding: 15px 25px;
    background: #eb0029;
    color: #fff;
}

.style14 .part a.button:hover {
    -webkit-box-shadow: 2px 6px 0px 0px rgb(235 0 41 / 30%);
    -moz-box-shadow: 2px 6px 0px 0px rgba(235, 0, 41, 0.3);
    box-shadow: 2px 6px 0px 0px rgb(235 0 41 / 30%);
    -webkit-transform: translate3d(-3px, -5px, 0);
    transform: translate3d(-3px, -5px, 0);
}