/**** Notes:
This style is for movies, music album, music videos and top charts etc cards.
And can be used only for desktop version.
**********************************************/

.prdct-viewall {
    font-size: 13px;
}

.underline-seeall{
    text-decoration: underline !important;
}

.hg-music-list-wrapper {
    position: relative;
}

.hg-music-list-wrapper:hover .hg_arrows {
    opacity: 1;
    transition: all 0.2s;
}

.hg_arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 3;
    top: 30.4%;
    left: -10px;
    opacity: 0;
}

.hg-arrows2 {
    right: -1.2%;
    left: auto;
}

.hg_arrows a {
    display: inline-block;
}

.hg_arrows .arrow:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: url("https://assetsun.hungama.com/image/arrw-prev.svg");
    background-size: contain;
    filter: brightness(5);
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.hg_arrows .arrow.disabled:before {
    filter: brightness(2);
}

.hg_arrows .arrow.arrow-prev:before {
    /* transform: rotate(90deg); */
    margin-right: 10px;
}

.hg_arrows .arrow.arrow-next:before {
    transform: rotate(180deg);
}

.hg-special-aro {
    top: 33%;
}

.hg_item {
    /* flex-grow: 1; */
    flex-shrink: 0;
    width: 100%;
    margin: 15px 10px 0px;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    flex-direction: column;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hg_item:first-child .hover-item-box {
    left: 0px;
}

.hg_item:last-child .hover-item-box {
    left: auto;
    right: 0%;
}

@media only screen and (max-width: 990px) {
    .hg_item {
        flex-basis: calc(100% / 3 - (10px * 2) - (20px / 3));
    }
}

.hg_item:last-child:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 1px;
    right: calc(10px * 2 * -1);
}

.hg_item:first-child {
    /* margin-left: calc(10px * 2); */
    margin-left: 0px;
}

.hg_item_description {
    z-index: 1;
    align-self: flex-start;/* 
    margin: 15px 0 0px; */
    margin: 15px 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
    text-transform: capitalize;
    line-height: normal;
}

.hg_item_description a {
    line-height: normal;
}

.hg_albm_name {
    color: #ffffff;
    font-size: 16px;
}

.hg_albm_name:hover {
    color: #fff;
}

.hg_artist_name {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

.hg_artist_name:hover {
    color: #fff;
}

.hg_albm_owner {
    color: #aaa;
    display: block;
    margin-top: 7px;
}

.hg_albm_owner a, .hg_albm_owner {
    color: #c6c6c6;
    font-size: 14px;
    line-height: normal;
}

.hg_albm_owner a:hover {
    color: #c6c6c6;
   /*  text-decoration: underline !important; */
}

.hg_albm_views {
    margin-top: 6px;
}

.hg_albm_views a {
    color: #787878;
    font-size: 14px;
}

.hg_albm_views {
    color: #787878;
    font-size: 14px;
    pointer-events: none;
}

.hg_albm_views a:hover {
    color: #787878;
}


.hg_item_image_wrapper:hover .ms-box-overlay {
    opacity: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.slider-Btn {}

.slider-Btn-nxt {}

/****** 11022022 ***************/ 
.prdct-viewall{    font-weight: normal; line-height: normal;}
/****** 11022022 ***************/ 