/* Breakpoint XL */
@media (min-width: 1200px)
{
    .public-store .checkout-confirmation {
        margin: auto;
        width: 80%;
    }
}

.public-store .checkout-confirmation #ctl00_MainContent_ThemedControlModule1_ThemeThemedControlModule1_HyperLink1{
    display:none;
}
.public-store .checkout-confirmation {
    border: solid 1px #d9d9d9;
    box-shadow: 0px 0px 7px #d9d9d9;
    padding: 20px;
}

#ctl00_MainContent_ThemedControlModule1_ThemeThemedControlModule1_lblThanks{
    color: #F68E4D;
    font-size: 24px;
    font-weight: 600;
}
#ctl00_MainContent_ThemedControlModule1_ThemeThemedControlModule1_lblOrderDetails{
    color: #F68E4D;
    font-size: 19px;
    font-weight: 600;
    margin-left: -10px;
}


.checkout-confirmation-shopping-cart .shoppingCartView{
    width:109%;
}
.checkout-confirmation-shopping-cart #ctl00_MainContent_ThemedControlModule1_ThemeThemedControlModule1_shoppingCartDisplay_dvCart .ecf-table-item td:nth-child(1),
.checkout-confirmation-shopping-cart #ctl00_MainContent_ThemedControlModule1_ThemeThemedControlModule1_shoppingCartDisplay_dvCart .ecf-table-item-alt td:nth-child(1),
#ctl00_MainContent_ThemedControlModule1_ThemeThemedControlModule1_PoeLabel1,
#ctl00_MainContent_ThemedControlModule1_ThemeThemedControlModule1_PoeLabel2,
.public-store .RadSocialShare {
    display: none;
}

.checkout-confirmation .checkout-confirmation-order-details #ctl00_MainContent_ThemedControlModule1_ThemeThemedControlModule1_lblCheckoutThanks{
    margin-top: -35px;
    display: block;
}
