.badge-orange {
    background-color: #ff9800;
    color: #fff;
}

.badge-green {
    background-color: #4caf50;
    color: #fff;
}

.badge-red {
    background-color: #f44336;
    color: #fff;
}

.badge-secondary {
    background-color: #e4e4e4;
    color: #000;
}

.badge-small {
    font-size: 12px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: monospace;
}

.ranking-table .badge-small {
    display: ruby-text;
}

.product-info {
    border: 1px solid #ddd
}

@media screen and (min-width: 768px) {
    .product-info {
        display: flex;
    }
}

@media screen and (max-width: 767px) {

    .badge-small>span,
    .img-thumbnail,
    table .rating {
        display: none;
    }

    .ranking-table td,
    .ranking-table th {
        padding: .5rem;
    }

    .product-container>div {
        display: block !important;
    }

    .product-container>div:nth-child(2)>div:nth-child(2) {
        border-left: none !important;
        border-top: 1px solid #ddd;
    }

    .ranking-product-header>div>p {
        font-size: 12px;
    }

    .author {
        font-size: 12px;
        line-height: 1.6;
    }
}

.badge-square {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 90px;
}

.ranking-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.ranking-table td,
.ranking-table th {
    border: none !important;
    vertical-align: middle !important;
}

.img-thumbnail {
    border: none !important;
}

.ranking-product-header {
    background: #e5e5e5;
    height: 90px;
}

.subtitle {
    margin-top: 0.3rem;
    font-size: 1.2rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    display: block;
}

.recommended-guides {
    background-color: #e5e5e5;
    font-size: 14px;
    line-height: 1.4;
}

.recommended-guides li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.ranking-table a.btn {
    color: #3f51b5
}

a.brand {
    color: #f4691f;
}

.product-info .feature {
    display: inline-block;
    border: solid 1px #271c2b;
    padding-right: 5px;
    background: #f6f6f6;
}

.product-info .feature i {
    font-size: 2rem;
    color: #f9f9f9;
    background: #271c2b;
    display: inline-block;
}

.product-info .feature small {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1;
    color: #271c2b;
    max-width: 55px;
    font-family: 'Roboto Condensed', sans-serif;
}

.product-img {
    max-width: 100%;
    width: 350px;
}

.price-value {
    text-align: right;
    font-size: 40px;
    font-weight: bold;
}

.price-currency {
    line-height: 1;
    font-weight: bold;
    width: max-content!important;
}

a.view-product {
    border-radius: 0;
    background: #ddd;
    padding: .625rem 2.4rem;
}

.recommended-guides a {
    width: 48px;
    height: 48px;
}

.recommended-guides img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.plus, .minus {
    padding: 0px 10px !important;
}
#share {
    cursor: pointer;
}
#share:hover {
    color: #f4691f;
}