.delivery-list{position:relative}.delivery-list__unavailable{margin-top:7px;font-weight:400;font-size:14px;line-height:17px;color:#930f26;text-align:center}.delivery-list__unavailable a{font-weight:700;color:#930f26}.delivery-list__unavailable a:hover{text-decoration:none}.delivery-list .loader{background-color:#fff;position:absolute;top:0;bottom:0;left:0;right:0}.delivery-list__wrap{padding:0 15px 15px 15px}.delivery-list__add{font-weight:400;font-size:16px;line-height:19px;color:#2a4e1c;margin-top:10px;cursor:pointer}.delivery-list__buttons{display:flex}.delivery-list__buttons button{margin-top:20px}.delivery-list__buttons button:last-child{margin-left:15px}.delivery-list__buttons button:last-child span{font-weight:400;font-size:18px;line-height:21px;color:#333}.delivery-list__buttons button:first-child{height:50px;width:190px;background:#2a4e1c;border-radius:10px;display:flex;align-items:center;justify-content:center}.delivery-list__buttons button:first-child:disabled{background-color:#d4d4d4}.delivery-list__buttons button:first-child span{font-weight:400;font-size:18px;line-height:21px;color:#fff}.delivery-item{display:flex;align-items:center;justify-content:space-between;padding-top:10px;padding-bottom:10px;border-top:1px solid #e0e0e0}.delivery-item.disable .delivery-item__radio label span{border:1px solid grey}.delivery-item.disable .delivery-item__number-price,.delivery-item.disable .delivery-item__radio div{color:grey}.delivery-item__img,.delivery-item__number,.delivery-item__radio{display:flex;align-items:center}.delivery-item__number{margin-left:10px;font-weight:700;justify-content:space-between}.delivery-item__number-price{display:block;font-weight:400;font-size:16px;line-height:19px;color:#333}.delivery-item__number-price .currency-price{font-weight:400;font-size:13px;line-height:16px;color:#2a4e1c;margin-left:5px}.delivery-item__radio-title{display:flex;align-items:center}.delivery-item__radio-time{margin-left:5px;font-weight:400;font-size:12px;line-height:15px;color:grey}.delivery-item__radio label span{border:1px solid #2a4e1c;box-sizing:border-box;border-radius:10px;width:20px;height:20px;display:block;margin-right:10px;position:relative}.delivery-item__radio label input{display:none}.delivery-item__radio label input:checked+span:before{content:"";width:14px;height:14px;background:#2a4e1c;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);border-radius:50%}