.breadcrumb > li {
    margin: 0;
    padding: 0;
    border: 0;
    /*line-height: 1 !important;*/
    font: inherit;
    /*font-size: inherit;*/
    font-size: 100%;
}

.breadcrumb {
    /*background-color: #dee0e0 !important;*/
    background-color: rgba(31, 115, 115, 0.06) !important;
    border-radius: .5rem !important;
    /*line-height: 1 !important;*/
}

.breadcrumb-item.active {
    color: #000000 !important;
}

li > h1.h-bama {
    font-size: 1em;
    display: contents;
    display: ruby;
    display: ruby-base-container;
    display: initial;
    display: inline;
    line-height: initial;
}

.breadcrumb > .fa, .fab, .fal, .far, .fas {
    line-height: 1.3 !important;
}

/* ----- */
.shop-logo-frame {
    position: relative;
    width: 100%;
    max-width: 160px;
    height: 120px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-logo-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.item {
    display: flex;
    flex-direction: column;
    /*height: 100%;*/
}

.filter-toggle {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    padding: 0;
    line-height: 36px;
}

.hover-reveal {
    position: relative;
    display: inline-block;
}

.hover-full-text {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    color: #333;
    border: 1px solid #eee;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    white-space: normal;
    min-width: 160px;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}

.hover-reveal:hover .hover-full-text {
    display: block;
}

@media (max-width: 767.98px) {
    .shop-filter-sidebar {
        position: fixed;
        top: 0;
        right: -85%;
        width: 85%;
        max-width: 320px;
        height: 100%;
        background: #fff;
        z-index: 1051;
        overflow-y: auto;
        transition: right .3s ease;
        padding: 15px;
    }

    .shop-filter-sidebar.open {
        right: 0;
    }

    .filter-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .4);
        z-index: 1050;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s ease;
    }

    .filter-overlay.open {
        opacity: 1;
        visibility: visible;
    }
}

/* ------- */

.pagination {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 6px;
    padding: 5px 0;
}

.pagination::-webkit-scrollbar {
    display: none;
}

/* specials style */
abbr[data-original-title], abbr[title] {
    text-decoration-line: none !important;
}

.z-depth-1, .chip:active {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important
}

.z-depth-1-half {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important
}

hr.rounded {
    border-top: 6px solid #1f7373;
    border-radius: 5px;
    width: 50%;
}

#loyal.card-body {
    height: 130px;
    min-height: 130px;
    max-height: 130px;
    padding: 1.2rem;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v121/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

#discipline iframe {
    position: absolute;
    left: -560px;
    top: 35px;
    border-radius: 25px !important;
    box-shadow: 0 40px 35px -15px rgb(122, 122, 122);
}

.entry-content-wrapper {
    text-align: justify;
    color: #000;
}

.av-layout-grid-container {
    width: 100%;
    table-layout: fixed;
    display: table;
    border-top-stye: none;
    border-top-width: 0;
}

.container_wrap {
    clear: both;
    position: relative;
    border-top-style: solid;
    border-top-width: 1px;
}

#top .no_margin.av_one_half {
    width: 50%;
}

.flex_cell {
    display: table-cell;
}

.flex_cell_inner {
    display: block;
    position: relative;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

.avia_textblock {
    clear: both;
    line-height: 1.65em;
}

.player {
    position: relative;
    /*width: 330px;*/
    height: auto;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 24px 0 rgb(198, 198, 198);
    margin: 26px auto;
    direction: ltr !important;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 40px;
    align-content: baseline;
}

.player .cover {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto !important;
}

.player .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img, a img {
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    max-width: 100%;
    image-rendering: optimizeQuality;
}

#top .player .info {
    text-align: center;
    max-width: 250px;
    display: flex;
    flex-direction: column-reverse;
}

.player .info {
    margin: 15px auto !important;
}

#top .player .info .title {
    color: rgb(114, 100, 111);
}

.player .info .title {
    font-size: 12px !important;
    font-weight: 900;
    /*color: rgb(68,68,68);*/
    margin-bottom: 2px;
}

.info div {
    /*font-family: 'darkoobweb-IRANSans';*/
    line-height: 27px;
}

#top .player .info .singer {
    font-size: 15px !important;
    font-weight: 900;
    color: rgb(68, 68, 68);
    margin-bottom: 2px;
}

.player .volume-box {
    display: none;
    position: absolute;
    left: 66%;
    top: 50px;
    transform: translateX(-50%);
    z-index: 1;
    padding: 0 20px;
}

.player .volume-box .volume-down {
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #72646f;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

.player .volume-box input[type="range"] {
    height: 5px;
    width: 150px;
    margin: 0 0 15px 0;
}

.player input[type="range"] {
    -webkit-appearance: none !important;
    /*margin: 0;*/
    padding: 0;
    background: #f2eae4;
    /*height: 5px;*/
    /*width: 150px;*/
    outline: none;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
}

.player .volume-box .volume-up {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #72646f;
}

.player .btn-box {
    position: absolute;
    top: 98px;
    width: 100%;
    display: flex;
    justify-content: center;
    right: -16%;
}

.player .btn-box i {
    font-size: 24px;
    color: #72646f;
    margin: 0 30px;
    cursor: pointer;
}

.player .btn-box i.active {
    color: #ff3677;
}

.player .music-box {
    position: absolute;
    left: 66%;
    top: 170px;
    transform: translateX(-50%);
}

.player .music-box input[type="range"] {
    height: 5px;
    width: 230px;
    margin: 0 0 10px 0;
}

.player input[type="range"] {
    -webkit-appearance: none !important;
    /*margin: 0;*/
    padding: 0;
    background: #f2eae4;
    /*height: 5px;*/
    /*width: 150px;*/
    outline: none;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
}

.player .music-box .current-time {
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #72646f;
}

.player .music-box .duration {
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #72646f;
}

.player .music-box .play, .player .music-box .pause {
    position: absolute;
    left: 50%;
    top: 55px;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #fff6e7;
    cursor: pointer;
    transition: all 0.4s;
}

.player .music-box .play i, .player .music-box .pause i {
    font-size: 36px;
    color: #72646f;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-48%, -50%);
}

.player .forward {
    position: absolute;
    left: 71%;
    top: 63px;
    transform: translateX(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-color: rgb(255, 246, 231);
    cursor: pointer;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.music-box .xx {
    position: absolute;
    left: 95%;
    top: 63px;
    transform: translateX(-50%);
    width: 60px;
    height: 35px;
    border-radius: 50px;
    background-color: rgb(118, 118, 118);
    cursor: pointer;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(240, 240, 240);
    font-weight: 700;
    font-family: Sans;
}

.player .backward {
    position: absolute;
    left: 29%;
    top: 63px;
    transform: translateX(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-color: rgb(255, 246, 231);
    cursor: pointer;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
}

#top .no_margin.av_one_half {
    width: 50%;
}

.flex_cell_inner {
    display: block;
    position: relative;
}

.avia_textblock {
    clear: both;
    line-height: 1.65em;
}

.avia_textblock p {
    font-size: 14px;
}

.main_color p {
    line-height: 36px !important;
}

p {
    text-align: justify;
    margin: 0;
}

a {
    text-decoration: none !important;
}

#text {
    display: none;
}

#toggle {
    cursor: pointer;
    color: #1f7373;
}

.card-pillar {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 1rem;
    border: 1px solid rgb(27, 101, 101);
}

.btn-outline-bama {
    background-color: #ffffff;
    color: #1F7373;
    border-color: #1F7373;
}

.btn-outline-bama:hover, .btn-outline-bama.hover {
    background-color: #1f7373;
    border-color: #1F7373;
    color: #ffffff;
}

.btn-outline-bama:focus, .btn-outline-bama.focus {
    background-color: #1f7373;
    border-color: #1F7373;
    color: #ffffff;
}

#logoPreview {
    width: 242px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

#logoImage {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/* pillar style */
#text {
    display: none;
}

#toggle {
    cursor: pointer;
    color: #0a2ffb;
}

.card-pillar {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 1rem;
    border: 1px solid rgb(27, 101, 101);
}

h2, .h2 {
    font-size: 1rem;
}
