[class^="phoca-cat-"] .pdtop {
    margin-bottom: 10px;
}

[class^="phoca-cat-"] .pd-ctitle {
    color: #ffffff;
    padding-right: 10px;
    font: bold 14px "droid arabic kufi";
    line-height: 51px;
    border-radius: 10px 10px 0px 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #584f38;
    margin: 0px;
}

[class^="phoca-cat-"] .pd-subcategory a {
    color: #fff;
    padding-right: 10px;
    font: bold 16px "droid arabic kufi";
    background: #c0ad10;
    line-height: 45px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #0a1f2b;
}

[class^="phoca-cat-"] .pd-subcategory a:before {
    content: ' - ';
}

[class^="phoca-cat-"] .pd-subcategory a:hover {
    text-shadow: 0px 0px 30px #63c3ff, 0px 0px 30px #46b8ff;
    background: #584f38;
}

[class^="phoca-cat-"]  [class$="-items"] {
    background: #fafafa;
    display: inline-block;
    margin: 0px 0px;
    border-radius: 0px 0px 10px 10px;
    padding: 10px 5px;
    width: 100%;
    border: 1px dashed #2c6487;
    border-top: none;
    overflow: hidden;
}

.books-items .book-item {
    margin: 20px 0px;
}

.books-items .book-item .book-cover {
    width: 100%;
    height: 220px;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
}

.books-items .book-item .book-img {
    width: 100%;
    height: 220px;
}

.books-items .book-item .book-title {
    margin-top: -60px;
    background: rgba(26, 57, 77, 0.75);
    position: relative;
    color: #ffffff;
    text-align: center;
    height: 60px;
    font: bold 15px 'droid arabic kufi';
    padding: 5px 10px 10px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0px 0px 40px #52a4d2, 0px 0px 40px #52a4d2, 0px 0px 40px #52a4d2;
}

.books-items .book-item .book-btns {
    position: relative;
    text-align: center;
    margin-top: -20px;
}

.phoca-pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
}

[class^="phoca-cat-"] .pagination {
    float: none;
    display: inline-block;
}

.phoca-cat-sounds .sounds-items {
    padding: 0px;
}

.phoca-cat-sounds .sound-item {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    border-bottom: 1px dashed #e2e2e2;
}

.phoca-cat-sounds .sound-item:nth-child(2n+2) {
    background: #fff;
}

.phoca-cat-sounds .sound-item-text {
    color: #2d6588;
    min-width: calc(100% - 150px);
    max-width: calc(100% - 100px);
}

.phoca-cat-sounds .sound-item-text:hover {
    color: #ffbf00;
    text-shadow: none;
}

.phoca-cat-sounds .sound-title {
    float: none;
    width: initial;
    font: bold 14px "droid arabic kufi";
}

.phoca-cat-sounds .sound-btns {
    height: 44px;
    padding: 8px 0px;
    text-align: center;
    white-space: nowrap;
    display: flex;
    max-width: 150px;
    line-height: 32px;
}

.phoca-cat-sounds .sound-btns > * {
    display: inline-block;
    width: 100%;
}

.phoca-cat-sounds .sound-btns i[class^="fa fa-"] {
    font-size: 20px;
}

.phoca-cat-sounds .sound-btns *:not(.text-gray) i.fa-youtube-play {
    color: #cc181e;
}

.text-gray {
    color: #ddd;
}

.tooltip.right .tooltip-arrow {
    right: initial;
    left: 0;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.phoca-cat-sounds .sounds-tabs {
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.phoca-cat-sounds .sounds-tabs .sound-tab {
    padding: 10px 0px;
}