#item-detail {
    position: relative;
    display: inline-block;
    width: 69%;
    vertical-align: top;
    padding: 10px;
    text-align: justify;
    box-sizing: border-box;
}

#item-detail > .rating {
    display: inline-block;
    position: absolute;
    margin: 10px;
    right: 0;
}
#item-detail > .rating div {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
#item-detail > .rating > div:first-child {
    padding: 10px;
    border-right: 1px solid rgba(241,243,245,1);
}
#item-detail > .rating > div:last-child {
    padding: 10px 5px;
    text-transform: capitalize;
    cursor: pointer;
}
#item-detail > .rating > div:last-child > a {
    text-decoration: none;
}
#item-detail > .rating .icon-star,
#item-detail > .rating .icon-star-o {
    font-size: 25px;
    color: rgb(228,187,36);
}
#item-detail > .rating .star-text {
    width: min-content;
}

#item-detail > #page-title {
    position: relative;
    text-align: left;
    text-transform: capitalize;
}
#item-detail > #page-title::after {
    content: "";
    position: absolute;
    display: block;
    width: 10%;
    min-width: 108px;
    height: 1px;
    margin-top: 6px;
    border-bottom: 6px solid rgba(213, 29, 50, 1);
}
#item-detail > p.page-description:last-of-type {
    margin-bottom: 40px;
}

#item-detail > .simple-table,
#item-detail > .review {
    width: 100%;
    padding: 10px 5px 30px;
    box-sizing: border-box;
}
#item-detail > .simple-table,
#item-detail > .review {
    border-top: 1px solid rgba(112, 112, 112, 1);
}
#item-detail > .simple-table > h3,
#item-detail > .review h3 {
    color: rgba(213, 29, 50, 1);
    font-size: 25px;
    font-family: 'Oswald', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-transform: capitalize;
    text-align: left;
}
#item-detail > .review > #review-input > h3 {
    color: white;
}
#item-detail > .review h3::after {
    content: ":";
}

#item-detail > .simple-table > table.desktop-wrap {
    max-width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}
#item-detail > .simple-table > table.desktop-wrap th,
#item-detail > .simple-table > table.desktop-wrap td {
    border-right: 3px solid rgba(24, 20, 37, 1);
    border-bottom: 1px solid rgba(24, 20, 37, 1);
    padding: 15px;
    text-align: left;
}
#item-detail > .simple-table > table.desktop-wrap th {
    text-align: center;
}
#item-detail > .simple-table > table.desktop-wrap tr:first-child th {
    border-bottom: 3px solid rgba(24, 20, 37, 1);
}
#item-detail > .simple-table > table.desktop-wrap th.odd {
    background-color: rgba(178, 3, 10, 1);
}
#item-detail > .simple-table > table.desktop-wrap th.even {
    background-color: rgba(213, 29, 50, 1);
}
#item-detail > .simple-table > table.desktop-wrap tr.odd > td.odd {
    background-color: rgba(81, 71, 109, 1);
}
#item-detail > .simple-table > table.desktop-wrap tr.odd > td.even {
    background-color: rgba(60, 54, 79, 1);
}
#item-detail > .simple-table > table.desktop-wrap tr.even > td.odd {
    background-color: rgba(61, 50, 92, 1);
}
#item-detail > .simple-table > table.desktop-wrap tr.even > td.even {
    background-color: rgba(38, 31, 59, 1);
}

#item-detail > .simple-table > .mobile-wrap {
    display: none;
}

#item-detail > .review .review-listing {
    position: relative;
    z-index: 1;
}
#item-detail > .review .review-listing .wrap,
#item-detail > .review .timeline .wrap {
    padding: 25px 10px;
    border-bottom: 1px solid rgba(112, 112, 112, 1);
}
#item-detail > .review .wrap:first-of-type {
    padding-top: 0px;
}
#item-detail > .review > .review-listing .title,
#item-detail > .review > .timeline .runtime {
    display: inline-block;
    font-weight: bold;
    padding-right: 15px;
}
#item-detail > .review .rate {
    display: inline-block;
}
#item-detail > .review .star-holder {
    color: rgb(228,187,36);
}
#item-detail > .review > .review-listing .content {
    display: block;
    padding: 15px 0px;
    text-align: justify;
}
#item-detail > .review .helpful {
    display: inline-block;
    margin-right: 30px;
    color: gray;
    cursor: pointer;
}
#item-detail > .review .helpful > .icon-thumbs-up {
    color: rgba(140,173,141,1);
    padding: 5px 10px;
}
#item-detail > .review .helpful > .icon-thumbs-up:hover {
    color: white;
    background: rgba(140,173,141,1);
}
#item-detail > .review .helpful > .icon-thumbs-down {
    color: rgba(200,100,119,1);
    padding: 5px 10px;
}
#item-detail > .review .helpful > .icon-thumbs-down:hover {
    color: white;
    background: rgba(200,100,119,1);
}
#item-detail > .review .helpful-count {
    font-weight: normal;
    padding-left: 5px;
}
#item-detail > .review > .review-listing .creation-detail {
    float: right;
}
#item-detail > .review > .review-listing .datetime {
    font-size: 12px;
    color: gray;
    padding-left: 10px;
}
#item-detail > .review > .review-listing .username {
    font-size: 14px;
}
#item-detail > .review > .review-listing .username.guest {
    text-transform: capitalize;
}

#item-detail > .review > .review-listing > .review-options {
    margin-top: 20px;
    text-align: center;
}
#item-detail > .review > .review-listing > .review-options > .page-number {
    display: inline-block;
    margin: 5px;
    padding: 10px 16px;
    border-radius: 5px;
    background-color: rgba(48, 44, 59, 1);
    cursor: pointer;
}
#item-detail > .review > .review-listing > .review-options > .page-number.disable {
    background-color: rgba(213, 29, 50, 1);
    cursor: default;
}

#item-detail > .review #review-input {
    position: relative;
    top: -50px;
    margin-bottom: 30px;
    padding-top: 50px;
    padding-bottom: 20px;
}
#item-detail > .review #review-input-title {
    display: block;
    width: 100%;
    height: 25px;
    margin-bottom: 10px;
    color: white;
    background-color: rgba(255,255,255,0.1);
    font-size: 14px;
    border: none;
}
#item-detail > .review #review-input-content {
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    color: white;
    background-color: rgba(255,255,255,0.1);
    font-size: 14px;
    border: none;
}
#item-detail > .review #review-input-title::placeholder,
#item-detail > .review #review-input-content::placeholder {
    text-transform: capitalize;
}
#item-detail > .review #review-input-submit {
    width: 160px;
    height: 40px;
    color: white;
    background-color: rgba(255,255,255,0.1);
    font-size: 14px;
    text-transform: capitalize;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#item-detail > .review #review-input-response {
    margin-left: 15px;
    text-transform: capitalize;
    font-weight: bold;
}
#item-detail > .review #review-input-response.success {
    color: rgba(140,173,141,1);
}
#item-detail > .review #review-input-response.fail {
    color: rgba(200,100,119,1);
}

/* star rating */
#item-detail > .review #review-input-rating {
    margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
    #item-detail {
        width: 100%;
    }

    #item-detail > .rating {
        display: none;
    }

    #item-detail > .review {
        text-align: justify;
    }
    
    #item-detail > .simple-table {
        padding: 10px 0px 30px;
    }
    #item-detail > .simple-table > table.desktop-wrap {
        display: none;
    }
    #item-detail > .simple-table > .mobile-wrap {
        display: block;
        margin-bottom: 20px;
        padding: 0 10px 10px;
    }
    #item-detail > .simple-table > .mobile-wrap > table {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
    }
    #item-detail > .simple-table > table.desktop-wrap + .mobile-wrap {
        margin-top: 20px;
    }
    #item-detail > .simple-table > .mobile-wrap > .title {
        padding: 20px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }
    #item-detail > .simple-table > .mobile-wrap > table .label::after {
        content: ":"
    }
    #item-detail > .simple-table > .mobile-wrap > table .label {
        font-weight: bold;
    }
    #item-detail > .simple-table > .mobile-wrap > table .label,
    #item-detail > .simple-table > .mobile-wrap > table .content {
        padding: 10px 5px;
        word-break: break-word;
    }
    #item-detail > .simple-table > .mobile-wrap > table tr:not(:last-of-type) .label,
    #item-detail > .simple-table > .mobile-wrap > table tr:not(:last-of-type) .content {
        border-bottom: 1px solid rgba(181,183,185,1);
    }
    #item-detail > .simple-table > .mobile-wrap > table tr:nth-child(odd) > .label {
        background-color: rgba(178, 3, 10, 1);
    }
    #item-detail > .simple-table > .mobile-wrap > table tr:nth-child(even) > .label {
        background-color: rgba(213, 29, 50, 1);
    }
    #item-detail > .simple-table > .mobile-wrap > table tr:nth-child(odd) > .content {
        background-color: rgba(60, 54, 79, 1);
    }
    #item-detail > .simple-table > .mobile-wrap > table tr:nth-child(even) > .content {
        background-color: rgba(81, 71, 109, 1);
    }
    
    #item-detail > .review .review-listing .wrap,
    #item-detail > .review .timeline .wrap {
        position: relative;
    }
    #item-detail > .review > .review-listing .title,
    #item-detail > .review > .timeline .runtime {
        display: block;
        padding: 0;
    }
    #item-detail > .review .rate {
        display: block;
        padding-top: 5px;
    }
    #item-detail > .review .helpful {
        margin-right: 5px;
        font-size: 20px;
        text-align: center;
    }
    #item-detail > .review .helpful-count {
        display: block;
        padding: 0;
        padding-top: 5px;
        font-size: 16px;
    }
    #item-detail > .review > .review-listing .creation-detail {
        position: absolute;
        display: inline-block;
        right: 10px;
        text-align: right;
    }
    #item-detail > .review > .review-listing .datetime {
        display: block;
        padding: 0;
        padding-top: 5px;
        font-size: 14px;
    }
    #item-detail > .review > .review-listing .username {
        display: block;
        font-size: 16px;
    }

    #item-detail > .review #review-input {
        padding-top: 50px;
    }
    #item-detail > .review #review-input-title {
        width: 100%;
        height: 40px;
        padding: 5px 10px;
        font-size: 14px;
        font-family: Arial;
        box-sizing: border-box;
    }
    #item-detail > .review #review-input-content {
        width: 100%;
        padding: 5px 10px;
        font-size: 14px;
        font-family: Arial;
        box-sizing: border-box;
    }
    #item-detail > .review #review-input-submit {
        width: 100%;
        height: 40px;
        font-size: 16px;
    }
    #item-detail > .review #review-input-response {
        display: block;
        margin: 10px 0;
        text-align: center;
    }
    
    /* star rating */
    #item-detail > .review #review-input-rating {
        font-size: 20px;
    }
}