.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.2rem;
}

.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: 0.2rem;
    color: #333e48;
    content: "e"
}

.breadcrumb {
    line-height: 1.1;
}

ol.breadcrumb .breadcrumb-item a,
.breadcrumb-item.breadcrumb-item a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    text-decoration: underline;
    font-family: Roboto, Open Sans, Helvetica, Arial, sans-serif;
}

.condition-options-item {
    position: relative;
    overflow: hidden;
    /*margin: 0 10px 10px 0;*/
    width: 50%;
    cursor: pointer;
}

.condition-options-item:hover {
    cursor: pointer;
}

.condition-options-item label {
    padding: 5px 2px 5px 2px;
}

.condition-options-item label span {
    display: block;
    text-align: center;
}

.condition-options-item input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.condition-options-item input[type=radio] + label {
    background: #f0f0f0;
    color: #101010;
}

.condition-options-item input[type=radio]:checked + label {
    background: #2c6e49;
    color: #ffffff;
}

.ribbon {
    position: relative;
}

.ribbon .is-bargain,
.ribbon .is-preorder {
    position: absolute;
    top: -14px;
    left: -64px;
    width: 200px;
    height: 100px;
    font-size: 18px;
    background-color: #FE0072;
    color: white;
    transform: rotateY(0deg) rotate(-45deg);
    text-align: center;
}

.ribbon .is-preorder {
    background-color: #78DA7A;
}

.ribbon .is-bargain .bargain,
.ribbon .is-preorder .preorder {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#Jpills-Goodreads .goodreads-review,
#Jpills-Goodreads #goodreads-widget,
#Jpills-Goodreads #the_iframe,
#GoodReadsReviews .goodreads-review,
#GoodReadsReviews #goodreads-widget,
#GoodReadsReviews #the_iframe {
    width: 100% !important;
}

.read-more, .read-less {
    color: #ff9900;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    border: 0;
    margin-left: 0.5rem;
}

#goodreads-widget {
    padding: 3px 0;
}

.trustpilot-widget iframe {
    background-color: transparent;
}

.underline {
    border-bottom: 1px solid black;
}

.see-more-button {
    display: none;
}

#toggle-details-btn {
    cursor: pointer;
    color: orange;
    font-size: 19px;
    font-weight: bold;
}

.responsive-table {
    table-layout: fixed;
}

.responsive-table th,
.responsive-table td {
    width: 50%;
    word-wrap: break-word;
}

.ribbon-badge {
    top: 10%;
    left: -8px;
    padding: 0px 20px 0px 15px;
    font-size: 14.4px;
    display: table;
    color: #21243D;
    background-color: #FFB243;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 26px;
    font-weight: 400;
    border-right: 14px solid transparent;
    clip-path: polygon(
        0 0,
        0 90%,
        8px 90%,
        92% 90%,
        86% 50%,
        92% 0
    );
    border-top-left-radius: 0;
}

.rare-edition {
    margin-left: 0 !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    width: fit-content !important;
    justify-content: left;
}

@media (max-width: 767px) {

    .see-more-content {
        position: relative;
        max-height: 200px;
        overflow: hidden;
        backdrop-filter: blur(5px);
    }

    .blurred-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30%;
        background: rgba(255, 255, 255, 0.7);
        pointer-events: none;
    }


    .see-more-button {
        display: block;
        cursor: pointer;
        color: #ffb243;
        font-size: 20px;
        font-weight: bold;
        position: relative;
        z-index: 2;
    }

}


/*  Recommend  */
.auc-Recommend-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    display: grid;
}

@media (max-width: 768px) {
    .auc-Recommend-list {
        grid-gap: 40px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
.custom-message {
    font-size: 18px;
    color: #3c8825;
    font-weight: 500;
}
