.breadcrumb-custom span {
    border-left: 1px solid #d8d8d8;
    color: #223345;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 60px;
    font-family: SFProText-Regular;
    font-size: 14px;
}

.breadcrumb-custom span:first-child {
    padding-right: 10px;
    padding-bottom: 2px;
    border-left: none;
}

.list-group li.list-group-item:first-child {
    font-size: 18px;
    font-family: SFProText-Bold;
    position: relative;
    z-index: 1;
    border-bottom: none;
}

.list-group li.list-group-item:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 85%;
    margin: 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.list-group li.list-group-item a {
    color: #223345;
}

.list-group li.list-group-item:hover:not(:first-child) {
    background-color: #1200be;
}

.list-group li.list-group-item:hover a {
    color: #ffffff;
}
.right-side .button-top a{
    color: #1200be;
    font-size: 14px;
    padding: 0px 6px;
    border: #1200be solid 1px;
    border-radius: 3px;
}
.right-side .button-top img{
    height: 14px;
}

.info-document h4{
    font-size: 22px;
    color: #323846;
    font-family: SFProText-Bold;
}
.info-document p{
    color: #223345;
    font-size: 16px;
}
.info-document a{
    padding: 6px 10px;
    color: #ffffff;
    background-color: rgba(18, 0, 190, 1);
    border-radius: 5px;
}
.info-document a:hover{
    background-color: aqua;
    color: #223345;
}
.view-content span:first-child{
    padding: 5px;
    background-color: rgba(216, 216, 216, 1);
}
.view-content span{
    border-radius: 4px;
    color: #323846;
}
.content-document{
    border-bottom: 1px solid rgba(216, 216, 216, 1);
}

.card-custom {
    background-color: #f7f7f7 !important;
    border: none !important;
    border-radius: none !important;
    margin-bottom: 27px;
}

.card-image {
    padding: 30px;
    border-bottom: 1px solid #dbdbdb;
}

.card-body .card-content {
    padding-bottom: 20px;
}
.card-body .card-content p:last-child{
    font-size: 13px;
}
.similar-product-title h4{
    margin: 0 auto;
    width: 205px;
    color: #1200be;
    font-size: 18px;
    font-family: SFProText-Bold;
    padding-bottom: 5px;
    border-bottom: #1200be solid 2px;
}
.slide-content-document{
    border: 1px solid rgba(216, 216, 216, 1);
    padding: 10px;
}