#rpTitle {
    float: left;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    margin-top: 90px;
    margin-left: 112px;
    text-align: left;
    
}

#rpTitleItemcount {
    float: left;
    font-size: 1.0em;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
    margin-top: 5px;
    margin-left: 112px;
    text-align: left;
    margin-right: calc(60% - 360px);
}

/*
.premiumTier {
    position: relative;
    border-top: 2px solid #DAA520;
}

.premiumTier:before, .premiumTier:after {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DAA520), to(transparent));
    background-image: -webkit-linear-gradient(#DAA520, transparent);
    background-image: -moz-linear-gradient(#DAA520, transparent);
    background-image: -o-linear-gradient(#DAA520, transparent);
    background-image: linear-gradient(#DAA520, transparent);
    top: -2px;
    bottom: -2px;
    width: 2px;
}
.premiumTier:before {
    left: -2px;
}
.premiumTier:after {
    right: -2px;
}

.freeTier {
    position: relative;
    border-bottom: 2px solid #C0C0C0;
}

.freeTier:before, .freeTier:after {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#C0C0C0));
    background-image: -webkit-linear-gradient(transparent, #C0C0C0);
    background-image: -moz-linear-gradient(transparent, #C0C0C0);
    background-image: -o-linear-gradient(transparent, #C0C0C0);
    background-image: linear-gradient(transparent, #C0C0C0);
    top: -2px;
    bottom: -2px;
    width: 2px;
}
.freeTier:before {
    left: -2px;
}
.freeTier:after {
    right: -2px;
}
*/

#jumpToTier {
    float: right;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #e9fbf0;
    margin-right: 110px;
    text-align: right;
    margin-top: 114px;
    line-height: 30px;
    cursor: pointer;
    transition: opacity 0.1s;
    opacity: 0.86;
}

#jumpToTier:hover {
    opacity: 1.0;
    filter: brightness(120%) hue-rotate(-15deg);
}

#jumpToTier div {
    float: left;
    margin-right: 10px;
    color: #7af4c9;
}

#jumpToTier img {
    width: 26px;
    height: 26px;
}

#selectionMatrixContainer {
    display: none;
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 80px auto 30px;
    padding: 0;
    width: 100%;
    max-width: 1280px;
    height: calc(100% - 110px);
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 12;
    transition: opacity 0.3s ease;
}

#selectionMatrix {
    position: absolute;
    top: 50px;
    margin: 0;
    table-layout: fixed;
    border: none;
}

.selectionMatrixPremiumRowLabel, .selectionMatrixFreeRowLabel {
    width: fit-content;
    white-space: nowrap;
    text-align:right;
    padding-right: 10px;
}

.selectionMatrixPremiumCell, .selectionMatrixFreeCell {
    padding: 0;
}

.selectionMatrixPremiumCell div, .selectionMatrixFreeCell div {
    position: relative;
}

.selectionMatrixPremiumCell div img, .selectionMatrixFreeCell div img {
    position: absolute;
    top: 0;
    left: 0;
}

#rpItemBarContainer {
    height: 244px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    -webkit-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%);
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 35px 0;
    user-select: none;
    -moz-user-select: none;
}

#rpItemBarContainer::-webkit-scrollbar {
    display: none;
}

.rpItemBarSeparator {
    position: relative;
    height: 105px;
    width: 1px;
    background-color: white;
    margin: 0 12px;
    cursor: default;
}

#rpItemBarContainerFree {
    height: 90px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 12px;
    margin-bottom: 0px;
    margin-left: -3px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    -webkit-transition: opacity .1s, width .1s, height .1s;
}

.rpItemBarItemContainerFree {
    position: relative;
    height: 90px;
    width: 90px;
    margin: 0 12px;
}

.rpItemBarImageFree {
    position: relative;
    height: 90px;
    width: 90px;
    margin: 0;
    background-size: 900px auto;
}

.rpItemBarFreeOverlay {
    position: absolute;
    display: block;
    top: 0;
    height: 90px;
    width: 90px;
    background-image: url('/img/rp/rocketpass_free_nonselected.png');
    background-size: 90px 90px;
    margin: 0;
    opacity: 0.85;
    cursor: pointer;
}

.rpItemBarFreeOverlay:hover {
    opacity: 0.98;
}

.rpItemBarItemContainerPremium, .rpItemBarItemContainerFree {
    transition: transform 0.2s, margin 0.4s;
}

.rpItemBarPremiumOverlay, .rpItemBarFreeOverlay {
    transition: filter 0.4s, opacity .1s;
}

.rpItemBarItemContainerPremium.rpItemBarSelected {
    transform: scale(1.25);
    margin: 0 28px;
}

.rpItemBarItemContainerPremium.rpItemBarSelectedTierUnselectedItem {
    margin: 0 28px;
}

.rpItemBarSelected .rpItemBarPremiumOverlay {
    filter: brightness(200%) hue-rotate(-30deg) saturate(60%);
    opacity: 0.98;
}

.rpItemBarItemContainerFree.rpItemBarSelected {
    transform: scale(1.25);
    margin: 0 28px;
}

.rpItemBarItemContainerFree.rpItemBarSelectedTierUnselectedItem {
    margin: 0 28px;
}

.rpItemBarSelected .rpItemBarFreeOverlay {
    filter: brightness(230%) hue-rotate(45deg) saturate(180%);
    opacity: 0.98;
}

.rpItemBarItemContainerPremium.rpItemBarSelected:after, .rpItemBarItemContainerPremium.rpItemBarSelected:before, .rpItemBarItemContainerFree.rpItemBarSelected:after, .rpItemBarItemContainerFree.rpItemBarSelected:before {
    display: none;
}

/* fixes a weird chrome render glitch during transition */
.rpItemBarImageFree {
    transform: scale(1);
}

/*#rpItemBarContainerFree:hover{
    opacity: 1.0;
}*/

/*#rpItemBarContainerFree img{
    height: 90px;
    width: 90px;
    opacity: 0.75;
    -webkit-transition: opacity .1s, width .1s, height .1s, margin-left .1s, margin-top .1s;
}

#rpItemBarContainerFree img:hover{
    height: 96px;
    width: 96px;
    opacity: 1.0;
    margin-left: -3px;
    margin-top: -3px;
}*/

#rpItemBarContainerPremium {
    height: 130px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0px;
    margin-left: -3px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    -webkit-transition: opacity .1s, width .1s, height .1s;
}

.rpItemBarItemContainerPremium {
    position: relative;
    height: 105px;
    width: 90px;
    margin: 0 12px;
}

.rpItemBarPremiumOverlay {
    position: absolute;
    display: block;
    top: 0;
    height: 101px;
    width: 90px;
    background-image: url('/img/rp/rocketpass_premium_nonselected.png');
    background-size: 90px 101px;
    margin: 0;
    opacity: 0.85;
    cursor: pointer;
}

.rpItemBarPremiumOverlay:hover {
    opacity: 0.98;
}

.rpItemBarImagePremium {
    position: relative;
    height: 90px;
    width: 90px;
    margin: 11px 0 0 0;
    background-size: 900px auto;
}

.itemBarTiers {
    height: 11px;
    width: 90px;
    position: absolute;
    display: block;
    text-align: center;
    font-size: 9px;
    line-height: 13px;
    color: rgb(30, 30, 30);
    z-index: 12;
}

.rpItemBarItemContainerPremiumSelected {
    position: relative;
    height: 130px;
    width: 110px;
    margin: 0 20px 0 20px;
}

.rpItemBarPremiumSelected {
    position: absolute;
    display: block;
    top: 0;
    height: auto;
    width: 110px;
    margin: 0;
    opacity: 0.9;
    -webkit-transition: opacity .1s;
}

.rpItemBarImagePremiumSelected {
    position: relative;
    height: 110px;
    width: 110px;
    margin: 14px 0 0 0;
}

.itemBarTiersSelected {
    height: 14px;
    width: 110px;
    position: absolute;
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    color: rgb(15, 15, 15);
    z-index: 12;
}

.rpItemBarItemContainerFreeSelected {
    position: relative;
    height: 110px;
    width: 110px;
    margin: 0 20px 0 20px;
}

.rpItemBarFreeSelected {
    position: absolute;
    display: block;
    top: 0;
    height: auto;
    width: 110px;
    margin: 0;
    opacity: 0.9;
    -webkit-transition: opacity .1s;
}

.rpItemBarImageFreeSelected {
    position: relative;
    height: 110px;
    width: 110px;
    margin: 0;
}


/*Special Edition Slider*/

.specialEditionSwitch {
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: #c9f3e1;
    position: absolute;
    height: 20px;
    width: 88px;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
}

.specialEditionSwitchMobile {
    display: none;
}

.specialEditionSwitch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.specialEditionSlider {
    position: absolute;
    cursor: pointer;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: #c9f3e1;
    background-color: rgba(0, 0, 0, .2);
    -webkit-transition: .4s;
    transition: .4s;
}

.specialEditionSlider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 39px;
    left: 4px;
    bottom: 3px;
    background-color: #c9f3e1;
    border-radius: 2px;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .specialEditionSlider {
    background-color: rgba(255, 184, 0, .2);
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: rgb(255, 184, 0);
}


input:checked + .specialEditionSlider .switchLabelNormal {
    color: #c9f3e1;
}

input:checked + .specialEditionSlider .switchLabelSpecial {
    color: rgb(50, 50, 50);
}

input:focus + .specialEditionSlider {
    box-shadow: 0 0 1px rgba(0, 0, 0, .2);
}

input:checked + .specialEditionSlider:before {
    -webkit-transform: translateX(41px);
    -ms-transform: translateX(41px);
    transform: translateX(41px);
    background-color: rgb(255, 184, 0);
}

.switchLabelNormal {
    position: absolute;
    color: rgb(50, 50, 50);
    z-index: 1;
    font-size: 8px;
    text-transform: uppercase;
    top: 5.5px;
    left: 6px;
    transition: color .1s;
    -webkit-transition: color .1s;
    cursor: pointer;
}

.switchLabelSpecial {
    position: absolute;
    color: #ffb800;
    z-index: 1;
    font-size: 8px;
    text-transform: uppercase;
    top: 5.5px;
    right: 6px;
    transition: color .1s;
    -webkit-transition: color .1s;
    cursor: pointer;
}

.specialEditionBorder {
    background-image: -webkit-linear-gradient(#e4b43a, transparent);
    background-image: -moz-linear-gradient(#e4b43a, transparent), -moz-linear-gradient(#000, transparent);
    background-image: -o-linear-gradient(#e4b43a, transparent), -o-linear-gradient(#000, transparent);
    background-image: linear-gradient(#e4b43a, transparent), linear-gradient(#e4b43a, transparent);
    -moz-background-size: 3px 100%;
    background-size: 3px 100%;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    border-top: 15px solid #e4b43a;
    width: calc(100% + 6px);
    height: calc(100% - 30px);
    position: absolute;
    top: -3px;
    left: -3px;
    border-radius: 5px;
}

.switchLabelSpecial.specialSelected {
    color: rgb(50, 50, 50);
}

.switchLabelNormal.specialSelected {
    color: #c9f3e1;
}

.specialEditionSwitch.specialSelected {
    border-color: #ffb800;
}

.specialEditionSlider.specialSelected:before {
    background-color: #ffb800;
}

.rpItemBarPremiumOverlay.specialSelected {
    filter: brightness(200%) hue-rotate(224deg) saturate(80%);
}


/*#rpItemBarContainerPremium:hover{
    opacity: 1.0;
}*/

/*#rpItemBarContainerPremium img{
    height: 90px;
    width: 90px;
    opacity: 0.75;
    -webkit-transition: opacity .1s, width .1s, height .1s, margin-left .1s, margin-top .1s;
}

#rpItemBarContainerPremium img:hover{
    height: 96px;
    width: 96px;
    opacity: 1.0;
    margin-left: -3px;
    margin-top: -3px;
}*/

.rpItemBarItemContainer {
    height: 90px;
    width: 90px;
    margin: 10px 12px;
    position: relative;
}

.rpItemBarItemContainerImage {
    height: 90px;
    width: 90px;
    margin: 0;
    -webkit-transition: width .1s, height .1s, margin .1s;
    position: static;
}

/* .rpItemBarItemContainerImage:hover{
    width: 110px;
    height: 110px;
    margin: -5px;
} */

/*.itemBarCornerShade{
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 0px;
    right: 0px;
}*/

#selectedItemContainer {
    position: relative;
    /*height:90px !important;
    width: 90px !important;
    margin:10px 20px;*/
    opacity: 1.0 !important;
    height: 90px;
    width: 90px;
    margin: 10px 35px 10px 10px;
}

#selectedItemContainer img {
    opacity: 1.0 !important;
    margin: 0;
}

#selectedItemNonselectedtier {
    position: relative;
    height: 90px;
    width: 90px;
    margin: 10px 35px 10px 10px;
}

#selectedItemNonselectedtier img {
    margin: 0;
}

/*.selectedTierBar {
    opacity: 1.0 !important;
}*/

#selectedTier {
    position: absolute;
    display: block;
    bottom: 4px;
    right: 4px;
    font-size: 22px;
    line-height: 22px;
    color: white;
    font-weight: bold;
}

#rpRightContainer {
    float: right;
    margin-right: 107px;
    width: 320px;
}

/*#rpLeftContainer>div{
    opacity: 0.5;
    -webkit-transition: opacity 0.1;
}

#rpLeftContainer>div:hover{
    opacity: 0.7;
}*/

#rpLeftContainer {
    float: left;
    margin-left: 112px;
    width: 688px;
    margin-bottom: 35px;
}

.selectedTitleContainer {
    min-height: 54px;
    height: fit-content;
    width: calc(100% - 32px);
    padding: 8px 16px;
    margin: 0 0 10px 0;
    background-color: rgb(50, 50, 50);
    text-align: left;
}

.selectedTitleTextWrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    height: fit-content;
}

.selectedTitleIcon {
    float: left;
    height: 46px;
    width: 46px;
    background-size: 460px auto;
    margin: 4px 0;
}

.selectedTierTitle {
    float: none;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 0 10px;
}

.selectedTitle {
    float: left;
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    color: rgb(202, 58, 255);
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 10px;
}

.selectedTitlePremium {
    color: #a0fbc1;
}

.selectedTitleFree {
    color: rgb(97, 197, 228);
}

/*
#selectedPricesContainer{
    height: 90px;
    padding: 8px 16px;
    width: 286px;
    margin: 8px 0;
    background-color: rgb(50,50,50);
}

#selectedPricesIconsContainer{
    width: 25px;
    height: 90px;
    margin: 0 8px 0 0;
    float:left;
    display: flex;
    flex-flow: column nowrap;
    align-content: center;
    justify-content: space-around;
    align-items:center;
}

.selectedPricesIcons{
    width:25px;
    height:25px;
}

#selectedPrices{
    width: 260px;
    font-size: 16px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    float: right;
    text-align: left;
}
*/

#selectedInfoContainer {
    padding: 8px 16px;
    width: calc(100% - 32px);
    margin: 0 0 10px 0;
    background-color: rgb(50, 50, 50);
}

#selectedInfo {
    width: 25%;
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    margin: 0;
    float: left;
    text-align: left;
}

#selectedInfoData {
    width: 70%;
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    margin: 0;
    float: right;
    text-align: right;
}

.selectedShowcase {
    width: 688px;
    height: 390px;
    margin: 0;
}

#paintSelectionContainer {
    float: left;
    display: flex;
    flex-flow: row nowrap;
    margin-left: 110px;
    margin-bottom: -2px;
    margin-top: 35px;
    height: 30px;
    width: 688px;
    justify-content: space-between;
    align-items: center;
}

.noIgvContainer {
    position: relative;
    margin: 0;
    width: 100%;
    height: auto;
}

.noIgvText {
    position: absolute;
    width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    color: #e9fbf0;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.4);
}

.paintSelectionIcon {
    width: 46px;
    height: 24px;
    margin: 1px 2px;
    opacity: 0.5;
    /* border-radius: 4px; */
    -webkit-transition: opacity 0.1s, margin 0.1s, width 0.1s, height 0.1s;
}

.paintSelectionIcon:hover {
    /*width: 26px;
    height: 26px;*/
    opacity: 1;
    cursor: pointer;
    height: 26px;
    width: 50px;
    margin: 0;
    /* border-radius: 9px; */
}

#selectedPaint {
    opacity: 1 !important;
    height: 26px;
    width: 50px;
    margin: 0px;
}

.priceTable td, .priceTable th {
    border: 1px solid rgb(50, 50, 50);
}

.priceTable {
    border: none;
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 30px 0;
}

.priceTable td {
    font-size: 13px;
    height: 15px;
    text-align: center;
    color: rgb(20, 20, 20);
    background-color: rgb(200, 200, 200);
    padding: 3px;
}

.price0, .price1, .price2, .price3, .price4, .price5, .price6, .price7, .price8, .price9, .price10, .price11, .price12, .price13 {
    width: 60px !important;
    font-weight: bold;
}

.detailsLinks {
    width: 60px !important;
    text-decoration: underline;
    font-weight: normal;
}

.detailsLinks a {
    color: rgb(50, 50, 50);
    text-decoration: underline;
    font-weight: normal;
    cursor: pointer;
}

.detailsLinks img {
    width: 14px;
    height: 14px;
    margin: auto;
}

.detailsLinkIPE {
    cursor: not-allowed;
}

.paintLabelCell {
    width: 60%;
    text-align: left !important;
    padding-left: 13px !important;
}


.noPlatformContainer {
    position: relative;
    margin: 0;
    width: 100%;
    height: auto;
}

.noPlatformImage {
    width: 100%;
    height: auto;
    margin: 0;
}

.noPlatformOverlayContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: auto;
    margin: 0;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.noPlatformText {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    line-height: 24px;
    margin: 0;
}

.noPlatformSelectionContainer {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.noPlatformSelectionContainer img {
    height: 50px;
    width: 50px;
    margin: 0 5px;
    cursor: pointer;
}


.controlsPanel {
    text-align: left;
    padding-left: 13px;
    line-height: 30px;
    margin: 0;
    width: calc(100% - 13px);
    height: 32px;
    background-color: rgb(0, 0, 0);
    box-shadow: 0px -8px 20px rgba(0, 0, 0, 1);
}

#autoplayCheckbox {
    cursor: pointer;
}

.otherItemsContainer {
    background-color: rgb(50, 50, 50);
    margin: 8px 0;
    padding: 8px 13px;
    
}

.otherItemsTitle {
    text-align: left;
    font-weight: bold;
    color: white;
    font-size: 15px;
    padding-bottom: 5px;
    
}

.otherItemsIconsContainer {
    height: min-content !important;
    width: 100%;
    margin: 0;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    
}

.otherItemsIconsContainer::-webkit-scrollbar-track {
    background-color: rgb(150, 150, 150);
}

.otherItemsIconsContainer::-webkit-scrollbar {
    position: absolute;
    height: 5px !important;
    width: 5px !important;
}

.otherItemsIconsContainer::-webkit-scrollbar-thumb {
    background-color: #272525;
}

.otherItemsIcons {
    height: 52px;
    width: 52px;
    margin: 3px;
    filter: brightness(70%);
    flex: 0 0 52px;
    transition: width .15s, height .15s, margin .15s;
    cursor: pointer;
}

.otherItemsIcons:hover {
    height: 58px;
    width: 58px;
    margin: 0;
    filter: contrast(120%);
}

#jumpToTierMobile {
    display: none;
}

/* .paintOverlaySingle{
    position: absolute;
    width: 18px;
    height: 18px;
    margin: 2px;
    background-color: rgba(0,0,0,0.3);
    visibility: visible;
    transition-duration: .3s;
}

.paintOverlaySingle:hover{
    visibility: hidden;
}

#paintOverlayAll{
    position: absolute;
    margin-left: 0;
    margin-bottom: 30px;
    margin-top: 0;
    height: 45px;
    width: 164px;
    background-color: rgba(0,0,0,0.2);
    color: white;
    font-size: 18px;
    line-height: 45px;
    visibility: visible;
}

#paintOverlayAll:hover{
    visibility: hidden;
}
*/

#rpMobileOverlayContainer {
    display: none;
}

.selectedTitleContainerLarge {
    display: none;
}


.priceTableIcons {
    width: 14px;
    height: 14px;
    margin: auto;
}


@media (max-width: 1250px) {
    
    #rpLeftContainer {
        float: left;
        margin-left: 8.7%;
        width: 55%;
        margin-bottom: 35px;
    }
    
    #rpRightContainer {
        float: right;
        margin-right: 8.7%;
        width: 26%;
        min-width: 260px;
    }
    
    #selectionMatrixContainer {
        margin: 50px auto 30px;
        height: calc(100% - 80px);
    }
    
    .selectedTitleContainerLarge {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        min-height: 54px;
        height: fit-content;
        width: calc(100% - 32px);
        padding: 8px 16px;
        margin: 0;
        margin-bottom: 8px;
        background-color: rgb(50, 50, 50);
        text-align: left;
    }
    
    .selectedTitleContainer {
        display: none;
    }
    
    .selectedShowcase {
        width: 100%;
        height: auto;
    }
    
    #selectedInfoContainer {
        height: 54px;
    }
    
    .selectedTitle {
        /* width: calc(100% - 80px); */
    }
    
    #rpTitle {
        margin-left: 8.7%;
        
    }
    
    #rpTitleItemcount {
        margin-left: 8.7%;
    }
    
    #jumpToTier {
        margin-right: 8.7%;
    }
    
    .noIgvText {
        width: 80%;
    }
}


@media (max-width: 1000px) {
    
    #rpLeftContainer {
        float: left;
        margin-left: 8.7%;
        width: calc(100% - (2 * 8.7%) - 1.6% - 260px);
        margin-bottom: 35px;
    }
    
    .noIgvText {
        font-size: 1.0em;
        width: 90%;
    }
    
}


/* @media(max-width:1000px){

    #rpLeftContainer{
        float:left;
        margin-left:8.7%;
        width: 82.6%;
        margin-bottom: 35px;
    }

    #rpRightContainer{
        float: left;
        margin-left: 8.7%;
        width: 26%;
    }

} */


@media (max-width: 800px) {
    
    .desktopOnly {
        display: none;
    }
    
    .selectedTitleContainerLarge {
        display: none;
    }
    
    .selectedTitleContainer {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        height: fit-content;
    }
    
    #selectionMatrixContainer {
        display: none !important;
    }
    
    #rpTitle {
        float: none;
        margin-top: 5vh;
        margin-left: 15vw;
    }
    
    #jumpToTier {
        display: none;
    }
    
    #rpTitleItemcount {
        float: none;
        font-size: 0.8em;
        margin-left: 15vw;
        width: 70vw;
    }
    
    #rpItemBarContainer {
        display: flex;
        flex-flow: row nowrap;
        justify-content: normal;
        width: 80vw;
        height: calc(100vh - 50px - 5vh - 28px - 5px - 15px - 15px - 2.5vh - 24px - 0vh - 70px);
        margin-top: 15px;
        margin-left: calc(15vw - 5px);
        background-color: rgba(0, 0, 0, 0);
        -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%);
        overflow-y: scroll;
        overflow-x: hidden;
    }
    
    #rpItemBarContainerPremium {
        height: 100%;
        width: 35vw;
        background-color: rgba(0, 0, 0, 0);
        margin: 0;
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: start;
        -webkit-transition: opacity .1s, width .1s, height .1s;
    }
    
    #rpItemBarContainerFree {
        height: 100%;
        width: 35vw;
        background-color: rgba(0, 0, 0, 0);
        margin: 0;
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: start;
        -webkit-transition: opacity .1s, width .1s, height .1s;
    }
    
    .specialEditionBorder {
        width: 96px;
        top: 7px;
        left: -8px;
        transform: rotate(270deg);
        z-index: 10;
    }
    
    .mobileOverlayNavigationHeader {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }
    
    .specialEditionSwitchMobile {
        display: block;
        height: 30px;
        width: 150px;
        background-color: transparent;
        position: absolute;
        left: 5vw;
        padding: 0;
        margin: 0;
    }
    
    .specialEditionSwitch {
        display: none;
    }
    
    .specialEditionSwitchMobile input {
        opacity: 0;
        width: 0;
        height: 0;
    }
    
    .specialEditionSwitchMobile.specialSelected {
        border-color: #ffb800;
    }
    
    input:checked + .specialEditionSlider:before {
        -webkit-transform: translateX(73px);
        -ms-transform: translateX(73px);
        transform: translateX(73px);
    }
    
    .switchLabelNormal {
        font-size: 14px;
        line-height: 20px;
        margin-left: 3px;
    }
    
    .switchLabelSpecial {
        font-size: 14px;
        line-height: 20px;
        margin-right: 0px;
    }
    
    .specialEditionSlider:before {
        height: 24px;
        width: 70px;
    }
    
    .rpItemBarItemContainerPremium {
        height: 90px;
        width: 108px;
        margin: 5px 0;
    }
    
    .rpItemBarPremiumOverlay {
        transform: rotate(270deg);
        margin: -6px 0 0 12px;
    }
    
    .rpItemBarImagePremium {
        margin: 0;
        float: right;
    }
    
    .rpItemBarItemContainerPremiumSelected {
        height: 110px;
        width: 130px;
        margin: 12px 0;
    }
    
    .rpItemBarPremiumSelected {
        transform: rotate(270deg);
        margin: -7px 0 0 10px;
    }
    
    .rpItemBarImagePremiumSelected {
        margin: 0 0 0 -14px;
    }
    
    .rpItemBarItemContainerFree {
        margin: 5px 0;
    }
    
    .rpItemBarFreeOverlay {
        transform: rotate(270deg);
    }
    
    .rpItemBarItemContainerFreeSelected {
        margin: 12px 0;
    }
    
    .rpItemBarFreeSelected {
        transform: rotate(270deg);
    }
    
    .itemBarTiers {
        float: left;
        margin-left: 7px;
        line-height: 90px;
        width: 11px;
        height: 90px;
    }
    
    .itemBarTiersSelected {
        float: left;
        margin-left: 12px;
        line-height: 110px;
        width: 13px;
        height: 90px;
    }
    
    #rpItemBarContainerPremium .rpItemBarSeparator {
        width: 105px;
        height: 1px;
        margin: 12px 0 12px 5px;
    }
    
    #rpItemBarContainerFree .rpItemBarSeparator {
        width: 90px;
        height: 1px;
        margin: 12px 0 12px 0;
    }
    
    #jumpToTierMobile {
        display: block;
        width: 70vw;
        margin: 2.5vh 15vw 0vh 15vw;
        height: 24px;
        line-height: 24px;
        font-size: 1em;
        text-align: left;
    }
    
    #rpRightContainer {
        display: none;
    }
    
    #rpLeftContainer {
        display: none;
    }
    
    #rpMobileOverlayContainer {
        display: block;
        position: fixed;
        opacity: 1;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 5vh 5vw;
        width: calc(100% - 10vw);
        height: calc(100% - 10vh);
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 12;
        overflow-y: scroll;
    }
    
    .selectedTitleContainer {
        width: calc(100% - 32px);
    }
    
    .selectedTitle {
        float: left;
        /* width: calc(100% - 78px); */
        margin-left: 10px;
        font-size: 20px;
        padding: 0;
    }
    
    .selectedTierTitle {
        float: left;
        margin-left: 10px;
        font-size: 13px;
        margin-top: 2px;
        padding: 0;
    }
    
    #closeMobileOverlayContainer {
        opacity: 0.8;
        height: 30px;
        line-height: 30px;
        text-align: right;
        margin-bottom: 10px;
    }
    
    #closeMobileOverlayIcon {
        display: block !important;
        float: right;
        right: 15px;
        height: 30px;
        margin-left: 5px;
        filter: invert(100);
    }
    
    
    #selectedInfoContainer {
        float: right;
        height: 30px;
        padding: 0;
        width: 160px;
        margin: 8px 0;
        background-color: rgba(0, 0, 0, 0);
    }
    
    .priceTable th {
        font-weight: bold;
        font-size: 12px;
        border-bottom: 3px solid rgb(50, 50, 50);
        background-color: rgb(200, 200, 200);
        color: rgb(20, 20, 20);
        padding: 3px;
        height: 14px;
    }
    
    .priceTable {
        width: 100%;
        border: none;
        margin-top: 10px;
    }
    
    
    .priceTableIcons {
        width: 14px;
        height: 14px;
        margin: auto;
    }
    
    .priceTableIconsRow td th {
        width: 60%;
    }
    
    #mobileOverlayPaintSelectionContainer {
        width: 100%;
        height: 26px;
        line-height: 26px;
        font-size: 15px;
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
        margin-bottom: 20px;
        Color: rgb(180, 180, 180);
        text-align: right;
    }
    
    #mobileOverlayPaintSelection {
        float: right;
        font-size: 15px;
        background-color: rgb(180, 180, 180);
        border-radius: 2px;
        padding: 2px 16px;
        line-height: normal;
        Color: rgb(50, 50, 50);
        margin-left: 10px;
    }
    
}

@media (min-width: 800px) {
    #rpMobileOverlayContainer {
        display: none !important;
    }
}
