﻿body .GDPR-wrap {
    padding: 35px;
}

#GDPRConfirmationContainer p{
    margin:0px;
}

.mainInfo-wrap .checkbox-wrap {
    /*color: red;*/
    padding: 15px 30px;
}

.mainInfo-wrap .checkbox-wrap  input[type="checkbox"] {
    margin: 0px;
}
.mainInfo-wrap .checkbox-wrap label {
    display: inline;
}

.checkbox-item-wrap:last-child{
    margin-top:15px;
}

.button-group{
    padding: 15px 0px;
    text-align: center;
}

/* Order/Checkout Modals */
div#PageModal--PromotionCode .modal-footer, 
#PageModal--GDPR_Checkout .modal-footer {
    margin: 0;
}
div#PageModal--PromotionCode .modal-body, 
#PageModal--GDPR_Checkout .modal-body {
    padding-bottom: 0;
}
.paymentButtons_wrap > div{
    margin: 0;
}

#PageModal--GDPR_Checkout .modal-body hr{
    margin: 10px 0px;
}

#PageModal--GDPR_Checkout .modal-body .submitButton {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 5px;
}

#PageModal--GDPR_Checkout .modal-body .submitButton button#submitModalForm{
    margin-left: 10px;
}





/* Checkout new design */
.BasketTitle {
    padding: 0 5px;
}
.BasketTitle .BasketTitle__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.BasketTitle__Heading {
    display: flex;
    flex-direction: column;
}
.BasketTitle__Heading > strong {
    margin-right: 10px;
}
.BasketTitle__Heading .Basket_Info {
    font-weight: 400;
    font-size: .75em;
}
.BascketCheckoutRow{
    margin-bottom: 20px;
}
button#paymentBtn, #submitModalForm {
    min-width: 180px;
}
button#paymentBtn img , #submitModalForm img{
    width: 100%;
}
@media only screen and (min-width : 768px) {
    .BasketTitle__Heading {
        display:block;
    }
}