body {
    max-width: 980px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    font-family: "SF Pro Display","SF Pro Icons","Apple WebExp Icons Custom","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
}
.getButton {
    float: left;
    font-family: 'San Francisco';
    font-size: 18px;
    border: 1px solid #007aff;
    background: #007aff;
    box-shadow: none;
    text-align: center;
    height: 30px;
    width: 70px;
    line-height: 30px;
    color: white;
    border-radius: 15px;
    padding: 0;
    margin: 0;
    display: block;
    text-decoration: none;
}
.getButton.hidden {
    display: none;
}
.section {
    display: inline-block;
    border-top: 1px solid #e5e5e5;
    padding: 50px 0;
    max-width: 980px;
    padding-left: 14px;
    width: calc(100% - 100px);
    padding-left: 14px;
    margin: 0 50px;
}
.subsection {
    width: 100%;
    text-align: left;
}
.section .thumb {
    width: 200px;
    height: 200px;
    position: relative;
    display: inline-block;
    margin-right: 50px;
}
.section .thumb img {
    border-radius: 35px;
    width: 200px;
    height: 200px;
}
.section .main-info {
    display: inline-block;
    vertical-align: top;
}
.section .main-info .main-info-line {
    text-align: left;
}
.section .main-info .main-info-line #title {
    display: inline-block;
    font-size: 18px;
    line-height: 1.2223;
    font-weight: 600;
    letter-spacing: .02em;
    font-family: "SF Pro Display","SF Pro Icons","Apple WebExp Icons Custom","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.section .main-info .main-info-line #age {
    display: inline-block;
    border: 1px solid #8e8e93;
    border-radius: 3px;
    color: #8e8e93;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-bottom;
    font-size: 6.5px;
    line-height: 1.23077;
    font-weight: 700;
    letter-spacing: -.006em;
    font-family: "SF Pro Text","SF Pro Icons","Apple WebExp Icons Custom","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-left: 3px;
    padding-right: 3px;
    z-index: 1;
    margin-bottom: 3px;
    padding-bottom: 0;
    font-size: 10.4px;
    letter-spacing: .04em;
    vertical-align: middle;
    margin-left: 10px;
}
.section .main-info .main-info-line #secondary_title {
    font-size: 18px;
    line-height: 1.2223;
    font-weight: 400;
    letter-spacing: .02em;
    color: #8e8e93;
}
.section .main-info .main-info-line #seller {
    font-size: 18px;
    line-height: 1.2223;
    font-weight: 400;
    letter-spacing: .02em;
}
.section .main-info .main-info-line #position {
    color: #8e8e93;
    margin-top: 11px;
}
.section .main-info .main-info-line .rating {
    color: #8e8e93;
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
}
.section .main-info .main-info-line .rating .stars {
   display: inline-block;
}

.starSmall.stars-o {
    color: rgba(251, 125, 0, 1);
}

.starSmall {
    display: inline-block;
    font-size: 19px;
    color: rgba(142, 142, 147, 1);
    margin-left: -5px;
}

.starSmall.stars-half {
    display: inline-block;
    font-size: 19px;
    color: rgba(142, 142, 147, 1);
}

.starSmall.stars-half:before {
    display: block;
    z-index: 1;
    position: absolute;
    width: 9px;
    content: attr(data-content);
    overflow: hidden;
    pointer-events: none;
    color: rgba(251, 125, 0, 1);
    margin-left: 0px;
}

.section .main-info .main-info-line .rating #rating {}
.section .main-info .main-info-line .rating #rating_votes {}
.section .main-info .main-info-line .rating .votes-of {}
.section .main-info .main-info-line #price {
    margin-top: 11px;
    color: #8e8e93;
}

.section .section_title {
    text-align: left;
    margin-bottom: 17px;
    margin-left: 14px;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .02em;
    font-family: "SF Pro Display","SF Pro Icons","Apple WebExp Icons Custom","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.section #desc {
    height: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
    font-size: 13px;
    float: left;
    text-align: left;
    -webkit-mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 18.0001px, rgb(0, 0, 0) 18.0001px), linear-gradient(270deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 32.8px, rgb(0, 0, 0) 68.8002px);
}

.section .version_history {
    float: right;
    position: absolute;
    right: 25px;
    margin-top: -20px;
    color: blue;
    font-size: 14px;
}

.section.wn .section_title {
    margin-bottom: 0;
}

.section #whats_new {
    display: block;
    overflow: hidden;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: right bottom;
    mask-position: right bottom;
    word-break: break-word;
    text-align: left;
    margin-left: 14px;
    float:left;
}

.section #version {
    color: #8e8e93;
    text-align: left;
    margin-left: 15px;
    margin-bottom: 15px;
}

.section .rating {
    text-align: left;
    margin-left: 14px;
}

.section .rating #grade {
    line-height: 43px;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -.07em;
    color: #4c4c50;
    margin-right: 3px;
}
.section .rating .grade-of {
    text-align: left;
    font-weight: 600;
    font-family: "SF Pro Text","SF Pro Icons","Apple WebExp Icons Custom","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #8e8e93;
    font-size: 13px;
    line-height: 1.38462;
    letter-spacing: 0;
}
.section .rating #grade-votes {
    color: #8e8e93;
    font-size: 13px;
    line-height: 1.38462;
    letter-spacing: 0;
    text-align: right;
    font-weight: 400;
    font-family: "SF Pro Text","SF Pro Icons","Apple WebExp Icons Custom","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-left: 50px;
}
.section .rating .rating-votes-of {
    color: #8e8e93;
    font-size: 13px;
    line-height: 1.38462;
    letter-spacing: 0;
    text-align: right;
    font-weight: 400;
    font-family: "SF Pro Text","SF Pro Icons","Apple WebExp Icons Custom","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.home-allStars-in {
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
}

.allStars {
    text-align: right;
    cursor: pointer;
    font-size: 9px;
    line-height: 0.9;
}

.stars {
    color: rgba(137, 137, 137, 1);
}

.progressbar-container {
    display: inline-block;
    background-color: rgba(216, 216, 216, 1);
    width: 169px;
    height: 2px;
    vertical-align: middle;
}

.section .info-container {
    display: table;
    border-collapse: collapse;
}
.section .info {
    display: table-row;
    width: 100%;
    text-align: left;
    padding-top: 8px;
}
.section .info .left {
    color: #333;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: 0;
    padding-top: 0;
    display: table-cell;
    vertical-align: top;
    text-align: right;
    width: 15%;
    min-height: 25px;
}
.section .info .right {
    color: #333;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: 0;
    display: table-cell;
    padding-left: 20px;
    margin-left: 15px;
    top: -1px;
    position: relative;
    padding: 1px 20px 10px;
}


.inline-comments {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    padding-top: 15px;
    -webkit-overflow-scrolling: touch;
}

.home-rating-wrapper {
    width: 341px;
    height: 236px;
    display: flex;
    margin-right: 8px;
    border-radius: 5px;
}

.home-rating {
    width: 341px;
    height: 236px;
    min-width: 341px;
    padding: 17px;
    background: #eee;
    margin: 5px;
    box-sizing: border-box;
    overflow: auto;
}

.blue {
    color: #007aff;
    text-decoration: none;
    text-transform: uppercase;
}

.title-stars {
    display: inline-block;
}

.title-stars .title {
    font-family: 'San Francisco Bold';
    font-size: 17px;
    font-weight: 600;
}

.stars-selected {
    color: rgba(251, 125, 0, 1);
    font-size: 18px;
}

.date-author {
    display: inline-block;
    float: right;
    color: rgba(74, 74, 74, 1);
    font-size: 15px;
}

.imgCarousel {
    border-radius: 5px;
}

.owl-carousel .owl-item {
    margin-right: 10px !important;
}

.owl-carousel .owl-stage {
    /* width: 2660px !important; */
}

.owl-nav {
    display: none !important;
}

.section.screenshots {
    padding-top: 0 !important;
    border-top: 0 !important;
}

.section.cc {
    padding-bottom: 0 !important;
}

@media only screen and (max-width: 730px) {
    .section .thumb {
        margin-right: 25px;
    }
    .section .main-info .main-info-line #title {
        font-size: 1em;
    }
    .section .main-info .main-info-line #secondary_title {
        font-size: 0.8em;
    }
    .section .main-info .main-info-line #seller {
        font-size: 0.8em;
    }
    .section .main-info .main-info-line #position {
        font-size: 0.8em;
    }
    .section .main-info .rating #rating {
        font-size: 0.8em;
    }
    .section .main-info .rating span {
        font-size: 0.8em;
    }
    .section .main-info .main-info-line #price {
        font-size: 0.8em;
    }
    body.cc .section {
        display: inline-block;
        border-top: 1px solid #e5e5e5;
        padding: 50px 0;
        max-width: 980px;
        width: calc(100% - 30px);
        margin: 0 15px;
    }
    #first.cc .thumb img {
        width: 160px;
        height: 160px;
    }
    .section .thumb {
        width: 160px;
        height: 160px;
        margin-right: 15px;
    }
    .topbar {
        display: none;
        background-color: rgba(45,45,45,0.98);
    }
    body.cc {
        margin: 0;
    }
    body.cc .topbar {
        display: block;
        height: 45px;
    }
    body.cc .appstprev {
        display: block;
        width: 100%;
    }
    .appstprev p {
        display: block;
        font-size: 19px;
        font-weight: bold;
        text-align: left;
        margin-left: 15px;
    }
    .appstprev p span {
        display: inline-block;
        font-weight: 100;
        color: #aaa;
    }
    .tp-icon {
        width: 35px;
        height: 35px;
    }
    #sliced-ham {
        width: 18px;
        height: 6px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
        border-top: 1px solid rgba(255, 255, 255, 0.6);
        margin-top: 18px;
        float: left;
        margin-left: 17px;
    }
    #apple {
        width: 20px;
        height: 35px;
        margin: 0px auto 0 10px;
        text-align: center;
        display: inline-block;
        background-size: 18px 48px;
        background-repeat: no-repeat;
        background-image: url(https://www.apple.com/ac/globalnav/4/en_US/images/globalnav/apple/image_small.svg);
    }
    #calendar {
        width: 20px;
        height: 35px;
        margin: 0 10px 0 auto;
        text-align: center;
        float: right;
        background-size: 16px 48px;
        background-repeat: no-repeat;
        background-image: url(https://www.apple.com/ac/globalnav/4/en_US/images/globalnav/bag/image_small.svg);
    }
    body.cc .home-rating-wrapper {
        height: 175px;
        display: block;
        width: auto;
        overflow-x: auto;
        display: inline-block;
        white-space: normal;
        max-width: 1075px;
        min-width: 1075px;
    }
    body.cc .home-rating {
        height: 150px;
        margin: 20px 5px;
        background: #f8f8f8;
        display: inline-block;
    }    
    #thank_you {
        display: none;
        position: fixed;
        height: 30%;
        width: 80%;
        left: 10%;
        top: 35%;
        background-color: #fff;
        border-radius: 15px;
        text-align: center;
        z-index: 9;
    }
    #thank_you.active {
        display: table;
    }
    #thank_you .inner-content {
        display: table-cell;
        vertical-align: middle;
        padding: 0 25px;
    }
    #no_problem {
        font-family: 'San Francisco';
        font-size: 18px;
        border: 1px solid #007aff;
        background: #007aff;
        box-shadow: none;
        margin: 0 auto;
        border: none;
        border-radius: 5px;
        padding: 5px 15px;
        display: block;
        color: #fff;
        margin: 15px auto;
    }
}