.checkout-page {
    padding: 30px 0;
}
@media (min-width: 430px){
    .checkout-page {
        padding: 10px 0;
    }
}
.checkout-page .row-full {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding: 20px;
    background-color: white;
}
.checkout-page .recap-container,
.checkout-page .delivery-container {
    text-transform: uppercase;
}
.checkout-page .delivery-container > div {
    padding: 20px 0;
}
/* .checkout-page .delivery-container .delivery-date {
    padding: 10px;
} */
.checkout-page .datepicker {
    background-color: var(--keringGray-F2);
}
.checkout-page #checkout-picker .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    color: var(--keringGray-00);
}
.checkout-page #picker-container #ui-datepicker-div.ui-datepicker {
    width: 96%;
    left: 0 !important;
    margin-left: 10px;
    border-radius: 0px;
    background-color: var(--keringGray-F2);
    border: none;
    padding: 15px 30px;
}
#picker-container #ui-datepicker-div.ui-datepicker .ui-datepicker-prev {
    left: auto;
    right: 10px;
}
#picker-container #ui-datepicker-div.ui-datepicker .ui-datepicker-prev::before,
#picker-container #ui-datepicker-div.ui-datepicker .ui-datepicker-next::before {
    content: '';
    position: absolute;
    display: block;
}
#picker-container #ui-datepicker-div.ui-datepicker .ui-datepicker-next::before {
    top: -5px;
    right: 0;
    width: 25px;
    height: 25px;
    background: url(../images/arrow-down.svg) no-repeat;
}
#picker-container #ui-datepicker-div.ui-datepicker .ui-datepicker-prev::before {
    top: -5px;
    right: 20px;
    width: 25px;
    height: 25px;
    background: url(../images/arrow-up.svg) no-repeat;
}
#picker-container #ui-datepicker-div table.ui-datepicker-calendar tr th,
#picker-container #ui-datepicker-div table.ui-datepicker-calendar tr td {
    background-color: var(--keringGray-F2);
    border: 1.5px solid var(--keringGray-FF);
    padding: 8px;
    font-size: 12px;
    font-family: "dinproregular";
}
#picker-container #ui-datepicker-div table.ui-datepicker-calendar tr td span,
#picker-container #ui-datepicker-div table.ui-datepicker-calendar tr td a {
    border: none;
    background: inherit;
    font-weight: normal;
    color: var(--keringGray-66);
    line-height: 16px;
    text-align: center;
    padding: 0;
}
#picker-container #ui-datepicker-div .ui-datepicker-prev .ui-icon,
#picker-container #ui-datepicker-div .ui-datepicker-next .ui-icon {
    display: none;
}
#picker-container #ui-datepicker-div table.ui-datepicker-calendar th {
    text-align: center;
}
#picker-container #ui-datepicker-div table.ui-datepicker-calendar tr td.ui-datepicker-unselectable {
    background-color: var(--keringGray-D9);
}
#picker-container #ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-current-day {
    background-color: var(--keringGray-00);
}
#picker-container #ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-current-day a{
    color: var(--keringGray-FF);
}
#picker-container #ui-datepicker-div .ui-datepicker-title {
    text-align: left;
    margin: 0 5px;
}
.checkout-page .delivery-container .diff-delivery-address {
    text-decoration: underline;
    cursor: pointer;
}
.checkout-page .delivery-container p.diff-delivery-address a:visited {
    color: var(--keringGray-66);
}
.checkout-page #payment-details-info td,
.checkout-page #delivery-address-info td {
    padding: 10px;
}
.checkout-page #payment-details-info, 
.checkout-page #delivery-address-info {
    margin: 20px 0;
}
.checkout-page #payment-details-info tr td:first-child,
.checkout-page #delivery-address-info tr td:first-child {
    color: var(--keringGray-A9);
    text-transform: lowercase;
    font-family: "dinproregular";
    font-size:13px;
    padding-left: 0;
}
.checkout-page #payment-details-info tr td:first-child:first-letter,
.checkout-page #delivery-address-info tr td:first-child:first-letter{
   text-transform: capitalize;
}
.checkout-page .recap-container .recap-table-container {
    padding: 0 0 20px 0;
    
}

@media only screen and (min-width:430px) {
    .checkout-page .recap-container .recap-table-container {
        margin-bottom: 300px;  
    }
    .checkout-page label#general-sales-condition {
        padding-left: 17px;
    }
}
.page-orderConfirmation .checkout-page .recap-container .recap-table-container {
    margin-bottom: 0;
}
.checkout-page .recap-container .recap-title {
    padding-top: 20px;
    margin-bottom: 2rem;
}
.checkout-page .recap-container #cartItemsList {
    width: 100%;
}
.checkout-page .recap-container #cartItemsList thead {
    border: 1px solid var(--keringGray-00);
}

.checkout-page .recap-container #cartItemsList tbody {
    border: 1px solid var(--keringGray-D9);
}
.checkout-page .recap-container #cartItemsList thead th {
    border-style: hidden;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: "dinproregular";
    text-align: center;
    vertical-align: middle;
    background: var(--keringGray-00);
    color: var(--keringGray-FF);
    font-size: 13px;
}
.checkout-page .recap-container #cartItemsList tbody tr {
    border-top: 1px solid var(--keringGray-D9);
}


.header4 .input-freechargecart{
    font-size: 10px;
    text-align: left;
}
.checkout-page .recap-container #cartItemsList tbody tr:first-child {
    border-top: none;
}
.checkout-page .recap-container #cartItemsList tbody td {
    font-size: 11px;
    color: var(--keringGray-66);
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
}
.checkout-page .recap-container #cartItemsList tbody td span, .checkout-page .recap-container #cartItemsList tbody td p{
    font-size: 12px;
}
.checkout-page .recap-container #cartItemsList tbody td.header1 span{
    font-size: 11px;
}
.checkout-page .recap-container #cartItemsList tbody td img{
    max-width: 100%;
}
.checkout-page .recap-container #cartItemsList tbody td .img-product {
    max-width: 70px;
    margin-right: 10px;
}
#cartItemsList .input-freechargecart{
    font-size: 10px;
    text-align: left;
}
.checkout-page .recap-container .btn-black {
    padding: 8px;
    text-align: center;
    font-family: "dinproregular";
    margin-bottom: 5px;
}
.checkout-page .recap-container #general-sales-condition {
    font-size: 9px;
    line-height: 20px;
    padding-left: 15px;
}
.checkout-page .recap-container .general-condition-button {
    text-align: right;
    padding-right: 0px;
}
.checkout-page .recap-container #general-sales-condition a {
    text-decoration: underline;
}
#addressesModal .modal-dialog.modal-dialog-centered {
  top: 10%;
}

.checkout-page .recap-container .padding-vat-excluded .vat-excluded-checkout{
    font-size: 10px;
    white-space: nowrap;
    color: #fff;
    text-transform: none;
}

.checkout-page .recap-container .padding-vat-excluded{
    padding-top: 5px;
}

@media screen and (max-width: 430px) {
    #addressesModal input[type="radio"]:checked:before {
        top: 10px;
    }
}
#addressesModal p.title {
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 10px;
}
#addressesModal .addresses-container {
    max-height: 410px;
    overflow-y: scroll;
}
#addressesModal .addresses-container::-webkit-scrollbar {
  width: 8px;
}
#addressesModal .addresses-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
}
/* Handle */
#addressesModal .addresses-container::-webkit-scrollbar-thumb {
  background: var(--keringGray-D9);
  border-radius: 10px;
}
#addressesModal .addresses-container .address-item {
    padding: 20px;
    border-top: 1px solid var(--keringGray-D9);
    text-transform: uppercase;
    text-align: left;
    display: flex;
}
#addressesModal .addresses-container .address-item > div {
    margin: auto;
}
#addressesModal .addresses-container .address-item:last-child {
    border-bottom: 1px solid var(--keringGray-D9);
}
#addressesModal .addresses-container .address-item p {
    line-height: 20px;
}
/*
#addressesModal .addresses-container .address-item .company-name {
    font-family: "dinprobold";
}
*/
#addressesModal button.btn-black {
    margin-bottom: 20px;
}
#addressesModal .address-support {
    color: var(--keringGray-99);
    text-align:left;
    padding-left: 10px;
}
#addressesModal .addresses-container input[type="radio"][name="address-check"] {
    width: 12px;
    height: 12px;
    border: 1px solid var(--keringGray-D9);
    margin: auto;
}
#addressesModal .addresses-container input[type="radio"][name="address-check"]:checked {
    background: url(../images/checked.svg) no-repeat;
    background-color: var(--keringGray-FF);
    width: 12px;
    height: 12px;
    border: 1px solid var(--keringGray-D9);
    opacity: 1;
}
#addressesModal .addresses-container input[type="radio"][name="address-check"]:focus {
    outline: none;
}
#addressesModal p.address-support a {
    text-decoration: underline;
}
.page-orderConfirmation .fixed-paddingTop p{
    padding-top: 10px;
}

.page-orderConfirmation .order-summary .title{
    padding-bottom: 5px;
}

.page-orderConfirmation .order-summary span{
    padding-right: 5px;
}
.page-orderConfirmation .sticky-recap .row-full {
    left: 93%;
}
.page-orderConfirmation .sticky-recap .row-full .col-md-12{
    float: right;
}
.page-orderConfirmation .sticky-recap .row-full .col-md-12 .text-left{
    float: left;
}

.page-orderConfirmation .confirmation-recap{
    background-color: var(--keringGray-E1);
    margin-top: 2rem;

}

.recap-panel {
    line-height: 1.7rem;
    white-space: nowrap;
    color:var(--keringGray-95);
}
@media  screen and (max-width:430px) {
    #cartItemsList{
        display: none;
    }
    .cart-recap-container.sticky-recap .recap-panel + .recap-bar{
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 2fr 1fr;
        padding: 0px;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        margin: auto;
        max-width: 95%;
    }
    .checkout-page .recap-container #general-sales-condition {
       padding-left: 25px;
       margin-right: 20px;
       justify-content: start;
       text-align: initial;
    }
    .checkout-page .row-full {
        width: 100vw;
        position: relative;
        left: 50%;
        padding: 20px;
        background-color: white;
    }
    .center_wrapper > .recap-panel > div.col-md-12 > .col-md-3 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
      }
      .center_wrapper > .recap-panel > div.col-md-12 > .col-md-3 hr, .recap-title {
        display: none;
      }
}

/* rules for checkout page */

.checkout-page .delivery-address{
    border-bottom: 1px solid var(--keringGray-D9);
    color: var(--keringGray-95);
    line-height: 27px;
}
.checkout-page .payment-method{
    border-bottom: 1px solid var(--keringGray-D9);
    color: var(--keringGray-95);
    line-height: 27px;
}
.checkout-page .choosePaymentContainer a{
    text-decoration: underline;
    cursor: pointer;
}

.checkout-page .row-full{
    -webkit-box-shadow: 0px -3px 6px 0px #00000029;
    -moz-box-shadow: 0px -3px 6px 0px #00000029;
    -o-box-shadow: 0px -3px 6px 0px #00000029;
    box-shadow: 0px -3px 6px 0px #00000029;
}
@media  screen and (max-width:430px) {
    .cart-page .row-full{
        -webkit-box-shadow: 0px -3px 6px 0px #00000029;
        -moz-box-shadow: 0px -3px 6px 0px #00000029;
        -o-box-shadow: 0px -3px 6px 0px #00000029;
        box-shadow: 0px -3px 6px 0px #00000029;
    }
}

.checkout-page #placeOrder{
    border: 1px solid var(--keringGray-33) !important;
    width: 100%;

}
@media  screen and (min-width:430px) {
    .checkout-page #placeOrder{
        max-width: 250px;
    }
}
/* rules for checkout address modal */

/* .addresses-container.persdetail input[type="radio"]:checked:before{
    top: 11px;
} */

.addresses-container.persdetail input[type="radio"]{
  visibility: hidden;
}

.checkout-page .diff-delivery-address a:focus{
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

/* rules for choosePaymentModal  */
@media  screen and (max-width:430px) {
    #choosePaymentModal .modal-dialog{
        top: 5%;
    }
    #choosePaymentModal .modal-dialog .kering-modal {
        top: 15%;
    }
}
@media  screen and (min-width:430px) {
    #choosePaymentCybersourceModal .modal-dialog .kering-modal,
    #choosePaymentModal .modal-dialog .kering-modal {
        top: 0;
    }
    #choosePaymentCybersourceModal.modal.in .modal-dialog,
    #choosePaymentModal.modal.in .modal-dialog{
        transform: translate(0, -100%);
    }
}
#choosePaymentModal .modal-dialog .kering-modal .js-pay{
    margin-top: 40px;
}

#choosePaymentCybersourceModal .modal-dialog .kering-modal .js-pay-cb{
    margin-top: 40px;
}

#choosePaymentModal .cart-badge-container img {
    max-height: 30px;
}

#choosePaymentCybersourceModal .cart-badge-container img {
    max-height: 30px;
}

#choosePaymentModal #payment-modal-error-messages {
    width: 100%;
    text-align: right;
    color: red;
    font-style: oblique;
    padding-top: 5px;
}

/* rules for sticky recap mobile and desktop */


@media  screen and (max-width:430px) {

    .checkout-page .sticky-recap-mobile.cart-recap-container.sticky-recap .row-full{
        transform: translateX(0);
    }
    .checkout-page .row-full{
        padding: 5px 0;
    }

    .checkout-page #placeOrderMobile{
        width: 100%;
        padding: 13px;
    }
    .checkout-page .recap-container{
        position: sticky;
        bottom: 0;
        height: auto;
        background-color: white;
    }
    .checkout-page .recap-container .recap-table-container{
        padding: 0;
    }
    .checkout-page  .wrap-input-check .check-credits::before{
       width: 12px;
       height: 12px;
    }
    .checkout-page .wrap-input-check.general-condition-container .input-check-credits:checked + label::after {
        position: absolute;
        left: 2px;
        top: 3px;
    }
    .checkout-page .wrap-input-check.general-condition-container .check-credits::before {
        position: absolute;
        
        top: 3px;
    }
    /* .checkout-page .wrap-input-check.light-check.general-condition-container{

    } */

    .page-orderConfirmation .checkout-page .recap-container{
        height: unset;
        position: relative;
    }
}


/* rules for bradcrumb mobile checkout  */
.checkout-page .breadcrumb-mobile-checkout{
    display: none;
}
@media  screen and (max-width:430px) {
    .checkout-page .breadcrumb-mobile-checkout{
        display: block;
        padding: 0 !important;
    }
    .checkout-page  .breadcrumb-mobile-checkout .prev{
        top: 0;
        left: 10px;
        width: 7px;
    }

    .checkout-page  .breadcrumb-mobile-checkout .title-checkout-mobile{
        margin-left: 32px;
        font-size: var(--keringFontP4);
        font-weight: 600;
    }
}
#unhappyFlowModal p{
  color: var(--keringGray-95);
}
#unhappyFlowModal .unhappyFlowModal-subtext {
    margin-top:40px;
}

.checkout-page .form-field-input label{
     color: var(--keringGray-00);
}
.checkout-page #general-sales-condition {
    font-size: 8px;
    font-family: 'dinproregular';
}
.checkout-page #general-sales-condition a {
    text-decoration: underline;
    padding-left: 2px
}
.checkout-page label#general-sales-condition {
    text-align: start;
   
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    font-size: 8px;
}
.checkout-page form#placeOrderForm {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.checkout-page .wrap-input-check.light-check.general-condition-container {
    justify-content: center;
    position: relative;
    margin-top: 5px;
}
.checkout-page .wrap-input-check .check-credits::before{
    position: unset;
    margin-right: 2px;
    top: 0;
    min-width: 12px;
}
@media screen and (min-width: 430px) {
    .checkout-page .wrap-input-check .check-credits::after, .checkout-page .wrap-input-check .check-credits::before{
        position: unset;
    }
}
.checkout-page .wrap-input-check .input-check-credits:checked + label::after{
    position: relative;
    top: 0;
    left: -96%;
    min-width: 9px;
}
.checkout-page label#general-sales-condition .general-condition-text{
    font-size: 8px;
    font-family: 'dinproregular';   
    line-height: 8px;
}
.checkout-page .wrap-input-check .check-credits::after, .wrap-input-check .check-credits::before:checked {
    position: relative;
}
.checkout-page .wrap-input-check .input-check-credits{
    left: 26px;
}
.checkout-page .wrap-input-check .check-credits::after{
    left: 15px;
}
.img-cardtype{
    max-height: 30px;
    margin-top: 20px;
}
.edit-payment-modal{
    color: var(--keringGray-66) !important;
    font-family: "dinproregular";
    font-size: 13px;
}

@media screen and (max-width: 430px) {
    .thankYou-page .order-confirmation .recap-panel .black{
        color: var(--keringGray-00);
    }
    .thankYou-page .order-confirmation .recap-panel{
        color: var(--keringGray-95);
        font-size:13px;
        font-family:'dinproregular';
    }
    .thankYou-page .order-confirmation .recap-panel > div.col-md-12 > .col-md-3:not(.onlyDesktop) {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0;
    }
    .thankYou-page .order-confirmation.recap-container .recap-panel .titleRecapPanel.recap-bar {
        margin-top: 20px;
    }
    .thankYou-page .order-confirmation .recap-panel > div {
        padding: 5px 0;
    }
    .thankYou-page .order-confirmation .recap-panel .titleRecapPanel {
        border-bottom: 1px solid var(--keringGray-33);
        margin-bottom: 10px;
    }
    .thankYou-page .order-confirmation .recap-panel .titleRecapPanel.text-center {
        margin: 40px 0 20px 0;
    }
    .thankYou-page .order-confirmation .recap-panel .col-md-12 .text-left{
        float: unset;
    }
    .thankYou-page .order-confirmation .recap-panel > div.col-md-12 > .col-md-3 hr, .recap-title{
        display: none;
    }
    .thankYou-page .order-confirmation.recap-container .recap-panel .total-items-padding {
        padding-bottom: 10px;
    }
    .thankYou-page .order-confirmation.recap-container .recap-panel{
        display:block;
    }
    .thankYou-page .order-confirmation.recap-container .recap-panel .titleRecapPanel.recap-bar {
        margin-top: 20px;
    }
    .thankYou-page .order-summary .label-mobile .darkgrey.values-mobile{
        text-transform: uppercase;
    }
}

.flex-microform-invalid {
    border: 1px solid red;
}

#choosePaymentCybersourceModal .c-form-styling#cardholderName,
#choosePaymentCybersourceModal .c-form-styling#expDate {
    font-family: Arial;
}