/* STYLE 8 */
.style8 .title-header h4{
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}

.style8 .title-header h4 span{
    line-height: 70px;
    font-size: 52px;
    font-weight: 900;
}

.style8 .nav.nav1 li,.style8 .nav.nav2 li,.style8 .nav.nav3 li{
    font-size: 18px;
    font-weight: bold;
}
.style8 .parts-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-top: 20px;
}

.style8 .part div:first-child {
    border-radius: 50%;
    height: fit-content;
    margin: auto;
    margin-right: 10px;
    overflow: hidden;
}

.style8 .part div:first-child img {
    height: 80px;
    width: 80px;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    vertical-align: middle;
}

.style8 .part div:nth-child(2) p:first{
    font-size: 16px;
}

.style8 .part:hover div:first-child img {
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.style8 .part {
    display: grid;
    grid-template-columns: 1fr 3fr;
    padding: 10px 0 10px 0;
}

.style8 .part .price {
    display: grid;
    grid-template-columns: 1fr auto;
    text-align: right;

}

.style8 .part p {
    color: #808080;
}

.style8 .part .price p {
    font-size: 26px;
    color: #808080;
    padding-left: 10px;
}

.style8 .part .price p span {
    color: #86bc42;
    font-weight: 500;
    font-size: 16px;
}

.style8 .part .price:before {
    border-top: 1px dashed #ddd;
    display: block;
    position: relative;
    top: 25px;
    width: 100%;
    content: "";
    right: 0;
}

.style8 .part div h4 {
    margin-bottom: 0;
    color: #282b2e;
    font-weight: 500;
}

.style8 .part div h4 a {
    font-size: 25px;
    font-weight: 700;
    color: unset;
    text-decoration: none;
}

.style8 .part p {
    margin-bottom: 0;
}