.pdc-wrapper{

}

.pdc-wrapper input,
.pdc-wrapper select{
	width:100%;
	margin-bottom:10px;
	padding:10px;
}/* Result Card */

#pdc-result{
    margin-top:20px;
}

.pdc-result-card{
    border:1px solid #e5e5e5;
    border-radius:12px;
    background:#fff;
    overflow:hidden;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

.pdc-result-header{
    background:#edf9f0;
    color:#198754;
    padding:14px 18px;
    font-size:20px;
    font-weight:700;
    display:flex;
    align-items:center;
    gap:10px;
}

.pdc-result-body{
    padding:18px;
}

.pdc-row{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:14px;
    font-size:15px;
}

.pdc-icon{
    width:22px;
    text-align:center;
    font-size:18px;
}

.pdc-title{
    font-weight:600;
    color:#333;
}

.pdc-value{
    color:#666;
}

.pdc-change{
    margin-top:15px;
    display:inline-block;
    color:#e57c41;
    font-weight:600;
    text-decoration:none;
    cursor:pointer;
}

.pdc-change:hover{
    text-decoration:underline;
}
.pdc-wrapper{
    width:100%;
}

.pdc-title{
    display:flex;
    gap:12px;
    margin-bottom:20px;
}

.pdc-icon{
    font-size:30px;
    color:#666;
}

.pdc-title h3 {
  margin: 0;
  font-size: 28px;
  font-weight: normal;
  color: #e16a27;
  font-family: robot;
}

.pdc-title p{
    margin:6px 0 0;
    color:#666;
    font-size:15px;
    font-family: robot;
}

.pdc-field{
    margin-bottom:18px;
}

.pdc-field input{
    width:100%;
    height:54px;
    border:1px solid #ddd;
    border-radius:10px;
    padding:0 18px;
    font-size:16px;
}

.ts-control{
   
    border-radius:10px !important;
    border:1px solid #ddd !important;
    box-shadow:none !important;
}

.ts-dropdown{
    border-radius:10px;
}

#pdc-check{

    width:100%;
    height:52px;

    background:#6F7F2B;

    color:#fff;

    font-size:18px;

    font-weight:600;

    border:0;

    border-radius:10px;

    cursor:pointer;

    transition:.3s;
}

#pdc-check:hover{

    background:#5d6b24;

}
.pdc-city-item{

    padding:14px;

    border-bottom:1px solid #eee;

    cursor:pointer;

    transition:.2s;

}

.pdc-city-item:hover{

    background:#f8f8f8;

}.pdc-city-item{
    padding:12px 15px;
    border-bottom:1px solid #eee;
    cursor:pointer;
    transition:.3s;
}

.pdc-city-item:hover{
    background:#f8f8f8;
}

.pdc-loading{
    padding:15px;
    color:#777;
}
.pdc-city-results{
    margin-top:15px;
}

.pdc-city-item{

    display:flex;
    align-items:flex-start;
    gap:14px;

    padding:16px;

    margin-bottom:14px;

    border:1px solid #e8e8e8;

    border-radius:12px;

    background:#fff;

    cursor:pointer;

    transition:.25s;
}

.pdc-city-item:hover{

    border-color:#ff7a00;

    box-shadow:0 6px 18px rgba(0,0,0,.08);

}

.pdc-city-icon{

    width:22px;

    flex:none;

    margin-top:3px;

}

.pdc-city-content{

    flex:1;

}

.pdc-city-title{

    font-size:17px;

    font-weight:600;

    color:#222;

    margin-bottom:5px;

}

.pdc-city-address{

    font-size:14px;

    color:#777;

    line-height:1.5;

}
/*====================================
 Product Delivery Checker
====================================*/

.pdc-product-wrapper{
    margin-top:20px;
    border:1px solid #e5e5e5;
    border-radius:12px;
    padding:18px;
    background:#fff;
    width:100%;
}

.pdc-product-title{
    font-size:22px;
    font-weight:600;
    margin:0 0 18px;
}

.pdc-product-location label{
    display:block;
    font-size:15px;
    font-weight:600;
    margin-bottom:10px;
    color:#333;
}

.pdc-product-input{
    display:flex;
    align-items:center;
    border:1px solid #dcdcdc;
    border-radius:10px;
    overflow:hidden;
    background:#fff;
}

.pdc-product-country{
    min-width:90px;
}

.pdc-product-country select{
    width:100%;
    border:0;
    height:50px;
    padding:0 12px;
    background:transparent;
    cursor:pointer;
}

.pdc-product-input input{
    flex:1;
    border:0;
    height:50px;
    padding:0 15px;
    font-size:15px;
    outline:none;
}

.pdc-product-input button{
    width:55px;
    height:50px;
    border:0;
    background:#fff;
    border-left:1px solid #e5e5e5;
    cursor:pointer;
    font-size:20px;
}

.pdc-product-input button:hover{
    background:#f7f7f7;
}

.pdc-product-wrapper .pdc-result{
    margin-top:15px;
}.pdc-delivery-card{
    margin-top:15px;
    border:1px solid #e6e6e6;
    border-radius:10px;
    padding:15px;
    background:#fff;
}

.pdc-delivery-success{
    color:#1a7f37;
    font-weight:600;
    margin-bottom:15px;
}

.pdc-delivery-row{
    display:flex;
    gap:12px;
    margin-bottom:15px;
    align-items:flex-start;
}

.pdc-delivery-row span{
    font-size:18px;
}

.pdc-delivery-row strong{
    display:block;
    color:#222;
}

.pdc-delivery-row small{
    display:block;
    color:#777;
}

.pdc-change-location{
    color:#ff6b00;
    font-weight:600;
    text-decoration:none;
}
.pdc-delivery-card{
    margin-top:20px;
    border:1px solid #e5e5e5;
    border-radius:12px;
    padding:18px;
    background:#fff;
}

.pdc-success-badge{
    display:inline-block;
    padding:6px 12px;
    background:#eaf8ef;
    color:#1a7f37;
    border-radius:20px;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
}

.pdc-info-row{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:18px;
}

.pdc-info-icon{
    font-size:20px;
    width:26px;
}

.pdc-info-title{
    font-size:13px;
    color:#777;
    margin-bottom:3px;
}

.pdc-location-name{
    font-size:15px;
    font-weight:600;
    color:#222;
}

.pdc-pincode-text,
.pdc-delivery-days{
    color:#666;
    font-size:14px;
}

.pdc-change-location{
    color:#f27a2b;
    text-decoration:none;
    font-weight:600;
}

.pdc-change-location:hover{
    text-decoration:underline;
}/* Delivery Date */

.pdc-date-wrapper{
    margin-top:20px;
}

.pdc-date-title{
    font-size:18px;
    font-weight:600;
    margin-bottom:15px;
}

.pdc-date-options{
    display:flex;
    gap:12px;
}

.pdc-date-box{

    flex:1;

    border:1px solid #ddd;

    border-radius:10px;

    padding:15px;

    text-align:center;

    cursor:pointer;

    transition:.3s;

    background:#fff;

}

.pdc-date-box.active{

    border:2px solid #6b7f1d;

    background:#f8faef;

}

.pdc-date-day{

    font-size:16px;

    font-weight:600;

}

.pdc-date-date{

    margin-top:5px;

    color:#777;

    font-size:14px;

}

.pdc-calendar-icon{

    font-size:20px;

    margin-bottom:8px;

}
/* Country dropdown flag alignment */
.pdc-country-option{
    display:flex;
    align-items:center;
    gap:8px;
    line-height:1;
}

.pdc-country-option img{
    width:24px;
    height:18px;
    object-fit:cover;
    display:block;
}


/* TomSelect selected value */
.pdc-country.ts-hidden-accessible + .ts-wrapper .ts-control{
    display:flex;
    align-items:center;
    min-height:48px;
    padding:10px 14px;
}


.ts-wrapper .ts-control .item{
    display:flex;
    align-items:center;
    gap:8px;
}


/* Dropdown options */
.ts-dropdown .option{
    padding:10px 14px;
}