.form-group{
    margin-bottom:16px;
}

.bg-light{
    background:#fff !important;
    border:1px solid #e5e7eb;
    border-radius:16px !important;
    padding:24px !important;
    margin-bottom:20px !important;
}

.bg-light h2,
.bg-light h3,
.bg-light h4,
.bg-light h5{
    margin:0 0 18px;
    font-weight:600;
    color:#1f2937;
}

/* ---------- Delivery cards ---------- */

.delivery-card,
.locker-button{
    appearance:none;
    -webkit-appearance:none;
    border:2px solid #e5e7eb;
    background:#fff;
    border-radius:14px;
    width:100%;
    padding:18px;
    cursor:pointer;
    transition:.2s;
    text-align:left;
    color:#1f2937;
    outline:none;
    box-shadow:none;
}

.delivery-card{
    display:flex;
    align-items:center;
    gap:18px;
}

.delivery-card:hover,
.locker-button:hover{
    border-color:#cbd5e1;
    background:#fafafa;
}

.delivery-card:focus-visible,
.locker-button:focus-visible{
    border-color:#2563eb;
    box-shadow:0 0 0 3px rgba(37,99,235,.15);
}

.delivery-card.active,
.locker-button.selected{
    border-color:#2563eb;
    background:#f8fbff;
    box-shadow:0 0 0 3px rgba(37,99,235,.12);
}

.delivery-title{
    font-size:17px;
    font-weight:600;
    margin-bottom:2px;
    color:#111827;
}

.delivery-card small{
    display:block;
    color:#6b7280 !important;
}

.delivery-card.active .delivery-title{
    color:#2563eb;
}

/* ---------- Icons ---------- */

.delivery-logo{
    width:52px;
    height:52px;
    object-fit:contain;
    flex-shrink:0;
}

.delivery-svg{
    width:52px;
    height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    border-radius:12px;
    background:#f3f4f6;
    transition:.2s;
}

.delivery-svg svg{
    width:28px;
    height:28px;
    stroke:#6b7280;
    transition:.2s;
}

.delivery-card:hover .delivery-svg{
    background:#eef2ff;
}

.delivery-card:hover .delivery-svg svg{
    stroke:#2563eb;
}

.delivery-card.active .delivery-svg{
    background:#dbeafe;
}

.delivery-card.active .delivery-svg svg{
    stroke:#2563eb;
}

/* ---------- Locker ---------- */

.delivery-section{
    margin-top:16px;
}

.locker-button{
    width:100%;
    padding:18px 20px;
    border:2px solid #e5e7eb;
    border-radius:14px;
    background:#fff;
    transition:.2s;
}

.locker-button:hover{
    border-color:#cbd5e1;
}

.locker-button.selected{
    border-color:#2563eb;
    background:#f8fbff;
}

.locker-icon{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:16px;
}

.locker-icon img{
    width:42px;
    height:auto;
}

.locker-title{
    font-weight:600;
    color:#111827;
    margin-bottom:4px;
}

.locker-placeholder{
    color:#6b7280;
    font-size:14px;
    line-height:1.4;
}

.locker-name{
    font-weight:600;
    color:#111827;
}

.locker-address{
    color:#6b7280;
    font-size:14px;
}

.locker-arrow{
    font-size:28px;
    color:#9ca3af;
    margin-left:16px;
}

/* ---------- Inputs ---------- */

.form-control,
.form-select{
    border-radius:10px;
    border:1px solid #d1d5db;
    min-height:46px;
    box-shadow:none;
}

.form-control:focus,
.form-select:focus{
    border-color:#93c5fd;
    box-shadow:0 0 0 3px rgba(59,130,246,.15);
}

/* ---------- Table ---------- */

.table{
    margin-bottom:0;
}

.table td{
    vertical-align:middle;
}

.table-hover tbody tr:hover{
    background:#fafafa;
}

/* ---------- CTA ---------- */

#sendbutton{
    border-radius:12px;
    min-height:52px;
    font-weight:600;
}

/* ---------- Mobile ---------- */

@media (max-width:768px){

    .bg-light{
        padding:18px !important;
    }

    .delivery-card{
        padding:16px;
    }

    .delivery-logo,
    .delivery-svg{
        width:44px;
        height:44px;
    }

    .delivery-svg svg{
        width:24px;
        height:24px;
    }

    .delivery-title{
        font-size:16px;
    }
}

.city_search .res{
    width: 100%;
}

.city_search .res ul {
    position: absolute;
    z-index: 9999;
    padding: 10px;
    margin: 0;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    background: #fff;
    min-width: 300px;
    margin-top: 0;
    list-style:none
}

.city_search .res ul li{
    width: 100%;
    float: left;
}

.city_search .res ul li a{
    text-decoration: none;
}

#cookie-bar{
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0px;
    left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    border-top:  2px solid #759fd4;
    background: #FFF;
    color: #759fd4;
    z-index: 9999;
  }
  
  #cookie-bar .cookie-bar__buttons,
  #cookie-bar .cookie-bar__message{
    width: 100%;
    float: left;
  }
  
  #cookie-bar .cookie-bar__buttons button{
    margin-right: 10px;
    border: 2px solid #759fd4;
    border-radius: 4px;
    padding: 5px 15px !important;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    background: #759fd4;
  }
  
  #cookie-bar .cookie-bar__buttons a{
    color: #759fd4;
  }