
.breadcrumb_view ul li{
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}
.breadcrumb_view .center{
    margin: 0 5px;
    font-weight: 500;

}
.breadcrumb_view .active{
    font-style: italic;
    font-weight: 600;

}
.page-album-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.album-list-category .album-header-right .name-category{
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
}
.album-list-category{
    position: relative;
}
.block-album-category{
    width: 302px;
    max-height: 506px;
    position: absolute;
    right: 0;
    background-color: #fff;
    border-radius: 11px;
    display: none;
    z-index: 99;
}
.page-album-top .breadcrumb{
    margin-bottom: 0;
}
.block-album-category .item-category{
    margin: 20px;
}
.block-album-category .item-category li{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
}
.block-album-category .item-category li a{
    position: relative;
}
.block-album-category .item-category li:last-child{
    margin-bottom: 0;
}
.block-album-category .item-category li a:after{
    content: '';
    position: absolute;
    background-color: #242424;
    height: 1px;
    width: 100%;
    display: block;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.block-album-category .item-category li:hover a:after{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.album-header-right.active i{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.content-album .item{
    margin-top: 24px;
}

.pagination > li > a {
    position: relative;
    float: left;
    padding: 4px 10px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #52575C;
    text-decoration: none;
}
.pagination > .active > a {
    border-color: #E8E8E8;
    background: #4C4C4C;
    color: #fff;
    border-radius: 50%;
}
.group-paging {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination > .round > a{
    border-color: #E8E8E8;
    background: #E8E8E8;
    border-radius: 50%;
}
@media (min-width: 576px) and (max-width: 768px) {
    .item-border .background-item .name-item{
        font-size: 16px;
        max-width: 75%;
    }
    .item-border .background-item{
        height: 100px;
    }
}

.main-album h2{
    text-align: center;
    padding: 20px 0;
}
.product-album h3{
    text-align: center;
    padding: 10px 0;
}
.album-header-right:hover{
    cursor: pointer;
}
.info_title{
    max-width: 100%;
}
h3.album-name{
    color: #000;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    margin: 10px 0;
    font-family: 'SVN-Gilroy', sans-serif;
}
.main-album img{
    width: 100%;
}
.product-info{
    padding: 10px 0;
}
.product-info a{
    font-weight: 500;
    font-size: 18px;
}
.product-info .tp_product_price{
    font-weight: 500;
    font-size: 18px;
    margin-right: 20px;
}
.album-item img{
    width: 100%;
}
.list-suggest-album .owl-nav button.owl-prev{
    border: 1px solid #5f5f5f !important;
    border-radius: 50% !important;
    padding: 3px 10px !important;
    background: #5f5f5f !important;
    color: #fff !important;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.list-suggest-album .owl-nav button.owl-next{
    border: 1px solid #5f5f5f !important;
    border-radius: 50% !important;
    padding: 3px 10px !important;
    background: #5f5f5f !important;
    color: #fff !important;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .list-suggest-album .owl-nav button.owl-next{
        right: 0;
    }
    .list-suggest-album .owl-nav button.owl-prev{
        left: 0;
    }
}