#GAMEStockChecker .checkstock {
    text-align: center;
    margin-bottom: 10px;
}
#GAMEStockChecker .region.postcode {
    display: flex;
}
#GAMEStockChecker .stockCheckWidget input#postcode {
    border: 1px solid var(--GAME-Gray);
    border-radius: 3px 0px 0px 3px;
    margin-right: 1em;
    padding: 0px 0px 0px 10px;
    margin: 0px;
    width: 100%;
    height: 35px;
}
#GAMEStockChecker .stockCheckWidget .primary {
    font-size: 1em;
    background-color: var(--GAME-Black);
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    padding: 0px 15px;
    text-transform: uppercase;
    width: 25%;
    height: 35px;
    border-radius: 0px 3px 3px 0px;
}
#pdp .condition-price.prices > .now.saveReset.save {
    color: var(--GAME-Black) !important;
    margin-right: 0px !important;
}

/* Delivery Info Modal */

.deliveryInfoTab.current p {
    margin: 0;
    margin-top: 10px;
}

/* General Spacing Tweaks */

#pdp .deliveryInfo, #pdp .stockCheckButton {
    padding: 10px 5px;
    margin-top: 10px;
}

#pdp .condition {
    margin-top: 15px;
}

.summaryContent {
    margin-bottom: 15px;
}

#pdp #pdpTotal .totalPrice {
    margin-top: 15px;
    gap: 15px;
}

#pdp .eliteReward {
    margin-bottom: 15px;
}

/* Edition Selector */

#pdp .editionWrapper {
    margin: 10px 0 20px;
}

#pdp .editionWrapper select#editionSelector {
    margin-top: 10px;
    margin-left: 0;
    padding: 10px 5px;
}

/* Delivery Modal Overflow */

#pdpDeliveryModal .pdpDelivery .modal-body {
    overflow-x: hidden;
}

/* PDP Header styling */

#resp_pdpContentHeaderEspot .textSpot {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0,0,0,0.1) 0px 0px 5px 0px, rgba(0,0,0,0.1) 0px 0px 1px 0px;
}

/* Overlay Box */
div.overlayBg {
    background-color: #333333;
    opacity: 0.6;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99
}

/* Z index fix for PDP stock checker */
#pdp #pdpTotal {
    z-index: 1;
}


/* General Widget Container Rules */
div.stockCheckerExpanded {
    padding: 1em;
    z-index: 8030;
    background-color: #FFFFFF;
    height: auto;
    margin-left: 50%;
    left: -475px;
    opacity: 1;
    overflow: visible;
    position: absolute;
    top: 24px;
    width: 922px;
    font-family: 'Helvetica Neue', Helvetica, Sans-serif;
    font-size: 14px;
    color: #333333;
}
/* /////////////////////////////
Close Button
///////////////////////////// */
div.stockCheckerExpanded .close {
    position: absolute;
    width: auto;
    height: auto;
    line-height: 3em;
    right: 0.2em;
    text-align: center;
    top: 0.1em;
}

div.stockCheckerExpanded a.closeButton,
div.stockCheckerExpanded a.closeButton:hover {
    text-decoration: none !important;
}

div.stockCheckerExpanded div.close a.closeButton .glyph:before {
    color: #cccccc;
    content: "2";
    font-family: "gameui";
    font-size: 3em;
    text-decoration: none;
}

/* Hide toggle class */
div.stockCheckerExpanded .hide {
    display: none;
}

/* Hide Special Features Title */
.specialFeaturesTitle {
    display: none !important;
}

/* Delivery Info Popup Styling */
@media screen and (max-width: 768px) {
    .modal-content.pdpDelivery {
        width: 95% !important;
    }    
}

/* PDP Title Adjustments */
h1.pageTitleNew {
    font-size: 1.5rem;
    margin: 0px 10px 10px;
}
@media screen and (min-width: 768px) {
    h1.pageTitleNew {
        font-size: 2rem;
    } 
}

/*Edition Selector and Spacing Tweaks */

@media (min-width: 1025px) {
    #pdp .editionWrapper {
        margin: 10px 15px;
    }
    #pdp .editionWrapper select#editionSelector {
        width: auto;
        max-width: fit-content;
        padding: 3px 5px;
        margin-top: 0;
        margin-left: 10px;
    }
    #pdp .productSummary {
        padding-top: 15px;
    }
    #pdp select#editionSelector {
        padding: 3px 5px;
    }
}

/* PDP Frequently Bought Font size adjustemtns */
#pdp .frequentlyBoughtItems .fqDetails {
    font-size: 1rem;
}

/* Maxymiser Styling Tweeks */
#ad_resp_maxymiserEspot {
    display: grid;
    overflow: hidden;
}

/* XAA PDP Savings Content Spot */
#ad_resp_pdpEliteRewardEspot .xaaSavings {
    border: 1px solid var(--Xbox-Green);
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
}
#ad_resp_pdpEliteRewardEspot .xaaSaveCopy {
    color: var(--Xbox-Green);
    font-weight: bold;
}
#ad_resp_pdpEliteRewardEspot .xaaSaveTerms {
    font-size: 0.8rem;
    margin-top: 5px;
    font-style: italic;
}