/**
 * Store Item Buttons
 */
.rawt-store-item-buttons {
    text-align: center;
}

.rawt-store-item-buttons .rawt-store-button {
    display: inline-block;
    margin: 0.3em 1em;
}

/**
 * Store Button
 */
.rawt-store-button {
    max-width: 100%;
}

.rawt-store-button img {
    max-width: 100%;
}

/**
 * Ad Row
 */
.rawt-store-ad-row ul {
    text-align: center;
}

.rawt-store-ad-row li {
    display: inline-block;
    margin: 0.5em;
}

/**
 * Ad List
 */
.rawt-store-ad-list .ad-header {
    display: block;
    width: 100%;
}

.rawt-store-ad-list li {
    margin: 0.6em 0;
    list-style: none;
}

.rawt-store-ad-list li a {
    display: block;
}

.rawt-store-ad-list li img {
    display: block;
    width: 100%;
    height: auto;
}

/**
 * Ad Featured
 */
.rawt-store-ad-featured .title {
    max-width: 280px;
    text-align: center;
    font-size: 0.8em;
}

/**
 * Included Table
 */
.rawt-store-included-table {
    margin: 1em 0;
}

.rawt-store-included-table tr {
    background: none;
}

.rawt-store-included-table th {
    font-size: 1.3em !important;
    line-height: 1.5em;
    padding: 0.8em !important;
}

.rawt-store-included-table tr td {
    /*vertical-align: top;
    border: none;*/
    padding: 1.3em !important;
}

.rawt-store-included-table td.col-1 {
    font-size: 1.4em !important;
    line-height: 1.6em;
    font-weight: normal !important;
    width: 50%;
}

.rawt-store-included-table td .sales-included-subtitle {
    display: block;
    font-size: 0.8em;
    font-style: italic;
}

.rawt-store-included-table td.col-2 {
    font-size: 1.7em !important;
    vertical-align: middle;
    font-weight: normal;
}

.rawt-store-included-table td.col-3 {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

.rawt-store-included-table td.col-3:before {
    content: "\f00c";
    font-size: 8em;
}

.rawt-store-included-table tr.row-last td.col-3:before {
    content: '';
}

.rawt-store-included-table tr.row-last,
.rawt-store-included-table tr.row-last:hover td {
    color: #fff;
    background: #444 !important;
}

/**
 * Subscription Table
 */
.rawt-store-sub-table {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 0.8em;
}

.rawt-store-sub-table .sub-table-cell {
    display: inline-block;
    width: 100%;
    margin: 1.5em 0;
}

.rawt-store-sub-table .sub-pricing-table {
    position: relative;
}

@media all and (min-width: 750px) {
    .rawt-store-sub-table {
        display: table;
        margin: 3em auto;
    }

    .rawt-store-sub-table .sub-table-row {
        display: table-row;
    }

    .rawt-store-sub-table .sub-table-cell {
        width: auto;
        vertical-align: middle;
        display: table-cell;
    }

    .rawt-store-sub-table .rawt-store-pricing-table.pricing-table-featured {
        z-index: 2;
        opacity: 1;
        -webkit-transform: scale(1.06, 1.06);
        -moz-transform: scale(1.06, 1.06);
        -o-transform: scale(1.06, 1.06);
        -ms-transform: scale(1.06, 1.06);
        transform: scale(1.06, 1.06);
    }
}

.rawt-store-sub-table .sub-pricing-table .sub-pricing-table-button {
    position: absolute;
    bottom: 2em;
    left: 0;
    z-index: 3;
    width: 100%;
    text-align: center;
}

.rawt-store-sub-table .sub-pricing-table .rawt-store-pricing-table {
    padding-bottom: 8em !important;
}

/**
 * Pricing Table
 */
.rawt-store-pricing-table {
    display: block;
    text-align: center;
    position: relative;
/*    cursor: pointer;*/
    background: #f5f5f5;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 4px #444;
    -moz-box-shadow: 0px 0px 4px #444;
    box-shadow: 0px 0px 4px #444;
    opacity: 0.9;
    z-index: 1;
    padding-bottom: 40px;
}

.rawt-store-pricing-table h3 {
    color: #fff;
    font-size: 2em;
    background: #2F2E35;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    padding: 0.8em 0;
}

.rawt-store-pricing-table.pricing-table-featured h3 {
    background: #46454f;
}

.rawt-store-pricing-table .pricing-table-button {
    border-top: 1px solid #ddd;
}

.rawt-store-pricing-table .rawt-checklist {
    display: inline-block;
    text-align: left;
    padding: 0 1.5em;
}

.rawt-store-pricing-table .rawt-store-price {
    font-weight: bold;
    font-size: 2em;
    line-height: 1em;
}

.rawt-store-pricing-table .rawt-highlight {
    display: block;
    margin: -1em 0 0 0;
}

.rawt-store-price sup {
    font-size: 0.7em;
    font-weight: normal;
}

.pricingtable h1 span {
    color: #777;
    font-size: 0.3em;
    text-shadow: none;
    padding-left: 0.3em;
}

.pricingtable p {
    text-align: center;
    color: #BCBEC0;
    font-size: 0.9em;
    margin: -1em 0 2em -1em;
}

.pricingtable .stripe {
    text-align: center;
    background: #fbd515;
    color: #444;
    padding: 5px;
    margin-top: -2px;
}

.pricingtable-signup .store-button {
    float: none;
    margin: 0 auto;
}

/**
 * Price
 */
.rawt-store-price .price-strike {
    display: inline-block;
    position: relative;
    margin-right: 0.5em;
}

.rawt-store-price .price-strike .strike {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 110%;
    margin-top: -0.05em;
    background: #ff0000;
    height: 0.1em;
}

.rawt-store-price .price {
    display: inline-block;
}

.rawt-store-price .currency {
    font-size: 0.4em;
}

.rawt-store-price .subtitle {
    font-weight: normal;
    font-size: 0.4em;
    color: #777;
}

/**
 * Sticky Reminder
 */
.rawt-store-sticky-reminder {
    display: none;
    position: fixed;
    right: 0;
    opacity: 0;
    top: 50%;
    margin-top: -187px;
    width: 25%;
    min-width: 250px;
    max-width: 375px;
    z-index: 50;
    visibility: hidden;
}

.rawt-store-sticky-reminder .close {
    display: block;
    position: absolute;
    top: 10%;
    right: 18%;
    text-decoration: none;
    font-size: 0.9em;
}

.rawt-store-sticky-reminder .close .icon {
    margin: 0;
}

@media all and (min-width: 750px) {
    .rawt-store-sticky-reminder {
        visibility: visible;
    }
}

/**
 * Splash header
 */
.rawt-store-splash-header .guarantee {
    position: absolute;
    bottom: 3%;
    right: 2%;
    width: 16%;
}

.rawt-store-splash-header .guarantee .guarantee-logo {
    /**
     * XXX-CL Firefox does a shit job at downsampling the logo
     * http://stackoverflow.com/questions/5918595/why-is-firefox-so-bad-at-resizing-images
     */
    -moz-transform: rotate(0.0001deg);
}

.rawt-store-splash-header .price {
    display: inline-block;
    position: absolute;
    background: #fff;
    font-weight: 400;
    text-align: center;
    /*border: 1px solid #E1DDD5;*/
    border-radius: 0.1em;
    top: 0;
    right: 0;
    margin: 1%;
    padding: 0.3em 0.3em 0.3em 0.3em;
    font-size: 1.2em;
}

@media all and (min-width: 750px) {
    .rawt-store-splash-header .price {
        font-size: 1.7em;
    }
}

@media all and (min-width: 950px) {
    .rawt-store-splash-header .price {
        font-size: 2.3em;
    }
}

.rawt-store-splash-header .price-text {
    margin-top: 0.3em;
    font-size: 0.3em;
    font-style: italic;
    font-weight: normal;
}

.rawt-store-splash-header .price-dollars {
    line-height: 1em;
}

.rawt-store-splash-header .price-cents {
    font-size: 0.7em;
    line-height: 1em;
    vertical-align: top;
    padding: 0 0.1em;
}

.rawt-store-splash-header .price-currency {
    font-weight: 300;
    line-height: 1em;
    font-size: 0.5em;
    padding: 0 0 0 0.2em;
}

/**
 * Store
 */
.rawt-store .store-section > h2 {
    text-align: center;
    margin-bottom: 1em;
}

.rawt-store .store-item {
    text-align: left;
    margin: 2.5em 0;
    width: 100%;
}

.rawt-store .store-item > h2 {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 0.5em;
}

.rawt-store .store-item-image {
    width: 100%;
}

.rawt-store .store-item-image .image-content {
    padding-top: 85%;
    position: relative;
}

@media all and (min-width: 650px) {
    .rawt-store .store-item-image .image-content {
        padding-top: 55%;
    }
}

@media all and (min-width: 950px) {
    .rawt-store .store-item-image .image-content {
        padding-top: 50%;
    }
}

@media all and (min-width: 1100px) {
    .rawt-store .store-item-image .image-content {
        padding-top: 500px;
    }
}

.rawt-store .store-item-image .image-content > a {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rawt-store .store-item-image img {
    display: block;
    width: 100%;
    height: auto;
}

.rawt-store .store-item-image img {
    /**
     * XXX-CL Firefox does a shit job at downsampling the splash images
     * http://stackoverflow.com/questions/5918595/why-is-firefox-so-bad-at-resizing-images
     */
    -moz-transform: rotate(0.0001deg);
}

.rawt-store .item-logo {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.rawt-store .item-logo .logo-content {
    display: table-cell;
    width: 100%;
    padding: 0 1.5em;
    vertical-align: middle;
}

.rawt-store .item-logo .logo-content > img {
    display: block;
    max-width: 100%;
    max-height: 350px;
    height: auto;
    margin: 0 auto;
    width: auto;

    /**
     * XXX-CL Firefox does a shit job at downsampling the splash images
     * http://stackoverflow.com/questions/5918595/why-is-firefox-so-bad-at-resizing-images
     */
    -moz-transform: rotate(0.0001deg);
}

.rawt-store .store-item-image .guarantee {
    bottom: -10%;
    right: -2%;
}

.rawt-store .store-item-summary {
    padding: 0.5em 2em 2em 2em;
}

.rawt-store .store-item-summary .last-link {
    text-align: center;
    font-size: 0.7em;
    font-weight: 600;
}

.rawt-store-menu {
    margin: 0.5em 0 2em 0;
}

.rawt-store-menu ul {
    display: block;
    text-align: center;
}

.rawt-store-menu li.store-menu-item {
    display: inline-block;
    margin: 0 4em;
}

.rawt-store-menu li.store-menu-item a {
    text-decoration: none;
}

.rawt-store-menu li.store-menu-item .icon {
    margin: 0;
    font-size: 10em;
}

.rawt-store-menu li.store-menu-item p {
    margin-top: 1em;
}

.rawt-store-item-buttons {
    margin: 1em 0;
}

/**
 * Store Item Overview
 */
.rawt-store-item-overview .store-item-desc {
    font-size: 1.2em;
}

.rawt-store-item-overview .rawt-store-item-buttons {
    margin-top: 0;
}

/**
 * App decide
 */
.rawt-store-app-decide-button {
    display: block;
    width: 74px;
    height: 74px;
    background: #eee;
    float: left;
    margin: 1em;
}

.rawt-store-app-decide-button-ios {
    background: url(images/apple_logo.png) top left no-repeat;
}

.rawt-store-app-decide-button-android {
    background: url(images/android_logo.png) top left no-repeat;
}

.rawt-store-app-decide-button:hover {
    opacity: 0.8;
}

/**
 * Store banner ad
 */
.rawt-store-banner-ad {
    background: #222;
    display: block;
    background-size: 100% auto;
}

.rawt-store-banner-ad a,
.rawt-store-banner-ad a:hover {
    color: #ddd;
}

.rawt-store-banner-ad .banner-ad-content {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.rawt-store-banner-ad .banner-ad-content > * {
    display: inline-block;
}

.rawt-store-banner-ad .image {
    width: 70%;
    padding-top: 1em;
}

.rawt-store-banner-ad .text {
    padding: 1em;
}

.rawt-store-banner-ad .text .item-name {
    font-size: 1.4em;
}

.rawt-store-banner-ad .image img {
    display: block;
    width: 100%;
    height: auto;
}

@media all and (min-width: 400px) {
    .rawt-store-banner-ad .image {
        width: 50%;
    }
}

@media all and (min-width: 550px) {
    .rawt-store-banner-ad .banner-ad-content {
        display: table;
        text-align: left;
    }

    .rawt-store-banner-ad .banner-ad-content > * {
        display: table-cell;
        vertical-align: middle;
    }

    .rawt-store-banner-ad .image {
        width: 35%;
        padding: 1em;
    }
}

.rawt-store-banner-ad h2,
.rawt-store-banner-ad h3,
.rawt-store-banner-ad h4,
.rawt-store-banner-ad h5 {
    color: #fff;
    margin: 0 0 0.12em 0;
    line-height: 1;
}

.rawt-store-banner-ad h2 {
    font-weight: bold;
    font-size: 1.6em;
}

.rawt-store-banner-ad h3 {
    font-weight: bold;
    font-size: 1.4em;
}

.rawt-store-banner-ad h4 {
    font-weight: 400;
    font-size: 1.1em;
}

.rawt-store-banner-ad h5 {
    font-weight: 400;
    font-size: 1.1em;
}

@media all and (min-width: 750px) {
    .rawt-store-banner-ad h2 {
        font-size: 1.9em;
    }

    .rawt-store-banner-ad h3 {
        font-size: 1.7em;
    }

    .rawt-store-banner-ad h4 {
        font-size: 1.2em;
    }

    .rawt-store-banner-ad h5 {
        font-size: 1.1em;
    }
}

@media all and (min-width: 950px) {
    .rawt-store-banner-ad h2 {
        font-size: 2.1em;
    }

    .rawt-store-banner-ad h3 {
        font-size: 1.9em;
    }

    .rawt-store-banner-ad h4 {
        font-size: 1.4em;
    }

    .rawt-store-banner-ad h5 {
        font-size: 1.2em;
    }
}

@media all and (min-width: 1100px) {
    .rawt-store-banner-ad h2 {
        font-size: 2.3em;
    }

    .rawt-store-banner-ad h3 {
        font-size: 2.1em;
    }

    .rawt-store-banner-ad h4 {
        font-size: 1.7em;
    }

    .rawt-store-banner-ad h5 {
        font-size: 1.5em;
    }
}

/**
 * App Banner Ad
 */
.rawt-store-app-banner-ad .text .rawt-rating {
    display: inline-block;
}

/*.rawt-store-app-banner-ad .platform-icon {
    color: #fff;
    font-size: 5em;
}*/

@media all and (min-width: 550px) {
    .rawt-store-app-banner-ad .text .rawt-rating {
        display: block;
    }
}