/*unpick stylng*/
body.new-basket .basket-wrapper, body.new-basket .basket-wrapper *:not(.fa) {font-family: inherit;/* font-size: 14px; */}
.reasonsContainer {display:block;float: left;}
.reasonsContainer h4 {display:block;clear: both;margin: 32px 0 8px 0;font-family: 'citrfontbold' !important;font-size: 14px !important;}
body.new-basket .basket-wrapper {font-size: 13px !important;}
#new-basket-paymentoptions > div:first-of-type { display:none}
#new-basket-paymentoptions > div:nth-child(3) {font-size: 0px !important;}
#new-basket-paymentoptions > div:nth-child(3):before {content: "Choose Payment Method to Proceed";font-size: 14px !important;font-family: 'citrfontbold' !important;}
body.new-basket .basket-wrapper a {color: #212121;border-bottom: none;}
.new-basket-subheader {padding: 0 0 8px 0;}
.new-basket-total-title { font-size:14px !important}
#new-basket-paymentoptions #cart-paymenticons { display:none}
.bgLRed {background: #eef5f6;color: #142b30;}

/*unpick basket*/
.basket-wrapper > .grid > .container { max-width: 1366px;margin: auto;float: none;height: 1%;overflow: hidden;}
#new-basket-bubbles, .new-basket-header { display: none;}
.new-basket-subheader #cart-paymenticons { display: none;}
[data-role="products"],
[data-role="shipping"],
[data-role="totals"],
[data-role="payment-options"],
[data-role="reductions-message"],
[data-role="additional-message"]
{background: #fff;outline: 1px solid #cecece;}
[data-role="products"] {padding:32px;grid-area: 1 / 1 / 4 / 4 !important;}
[data-role="payment-options"] {grid-area: 2 / 4 / 3 / 4 !important;}
[data-role="reductions-message"] {display: none;}
[data-role="additional-message"] {display: none;}
[data-role="shipping"] {grid-area: 3 / 4 / 3 / 4 !important;}
[data-role="totals"] {grid-area: 1 / 5 / 1 / 4 !important;}
@media screen and (max-width: 1024px) { 
    [data-role="products"],
    [data-role="shipping"],
    [data-role="totals"],
    [data-role="payment-options"],
    [data-role="reductions-message"],
    [data-role="additional-message"] {
        grid-area: auto !important;
        }
    [data-role="shipping"] { order:1}
}


/*shipping*/
.basket-shippingrow {background: #ddeff3;margin-bottom: 8px;border: none;padding: 8px !important;color: #000;}
.basket-shippingrow-price {color:#257384;text-align: right;}
.basket-shippingrow >  div:first-of-type > span {font-size: 12px !important;font-weight:bold;}
#new-basket-shipping:before{content: "Delivery Information";font-family: 'citrfontbold' !important;font-size: 14px !important;margin-bottom: 16px;display: block;}

/*reason to buy*/
.reasons {display: grid;grid-gap: 16px;align-items: center;grid-template-columns: repeat(3,1fr);font-size: 14px;margin: 32px 0;}
.reasons > div {display:inline-flex;align-items: center;}
.reasons > div  > span:first-of-type{background:#000;padding:12px;border-radius:32px;color: #d5d5d5;font-size: 16px;width: 50px;height: 50px;line-height: 150%;text-align: center;margin-right: 16px;}
.reasons > div  > span:first-of-type img {filter: invert(0) sepia(42) saturate(0);}
[data-role="shipping"] .reasonsContainer { display:none}
.finance {line-height: 150% !important;}
@media screen and (max-width: 1024px) {
    .finance {line-height: 110% !important;}
    [data-role="products"] .reasonsContainer { display:none}
    [data-role="shipping"] .reasonsContainer { display:inline; padding:0px 24px 24px 24px}
    .reasons {grid-template-columns: repeat(2,1fr);font-size: 12px;}
    .reasons > div  > span:first-of-type{border-radius:35px;color: #d5d5d5;font-size: 15px;width: 40px;height: 40px;line-height: 70%;text-align: center;}
}
@media screen and (max-width: 768px) {
    .reasons {grid-template-columns: repeat(1,1fr)}
} 

@media screen and (max-width: 406px) {
    .basket-items-column-mng {padding-left: 96px !important;}
}

@media only screen and (min-width: 1024px) and (max-height: 1366px)
    and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) {
   [data-role="products"] {
    padding: 32px;
    grid-area: 1 / 1 / 4 / 4 !important;
}
}

/* .New {position:relative}
.New > span:first-child:before {content: "NEW";background: #0074ff;position: absolute;top: -8px;left: 30px;color: #fff;z-index: 1;padding: 4px 8px;font-size: 10px;border-radius: 4px;line-height: 100%;} */                                                                                                                                                                                                                                                                                                                                                                                                                                  