.one-day-delivery-modal{

}
.one-day-delivery-modal .modal-header{
    background: #ffffff;
}
.one-day-delivery-modal .modal-header .title,
.one-day-delivery-modal .modal-header .close{
    color: #000000;
}

.one-day-delivery-modal .modal-header .title{
    opacity: 0;
}
.one-day-delivery-modal h2{
    font-size: 15px;
    line-height: 16px;
    text-transform: none;
}
.product-details .one-day-delivery-modal .heading-wrapper.heading-wrapper-bordered{
    border: none;
}
.product-details .one-day-delivery-modal .heading-wrapper.heading-wrapper-bordered h2{
    font-size: 15px;
    line-height: 16px;
    text-transform: none;
}

.info-delivery-img-wrapper{
    padding: 10px;
    background: #fafafa;
    border:1px solid #e0e0e0;
    margin-bottom: 20px;
}

.info-delivery-img-wrapper .inline-items .items-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.info-delivery-img-wrapper .inline-items .items-wrapper .item {
    width: 50%;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    border: 1px dashed #e0e0e0;
}
.info-delivery-img-wrapper .inline-items .items-wrapper .item:first-child{
    border-top: 1px solid transparent;
}
.info-delivery-img-wrapper .inline-items .items-wrapper .item:nth-child(odd){
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.info-delivery-img-wrapper .inline-items .items-wrapper .item:nth-child(even){
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
}
.info-delivery-img-wrapper .inline-items .items-wrapper .item:last-child{
    border-bottom: 1px solid transparent;
}

.info-delivery-img-wrapper .inline-items .item .title{
    color: #000000;
    font-size: 13px;
    text-transform: none;
    line-height: 1;
    padding: 10px;
}
.info-delivery-img-wrapper .inline-items .item .img-wrapper{
    padding: 10px;
    flex-shrink: 0;
}


.one-day-delivery-success .title{
    color: #57b45b;
    font-weight: bold;
    margin-bottom: 10px;
}
.one-day-delivery-error .title{
    color: #ea0b14;
    font-weight: bold;
    margin-bottom: 10px
}
.one-day-delivery-modal .modal-header .img-wrapper{
    position: absolute;
    top: 5px;
    left: 20px;
}

@media (max-width: 767px) {
    .products-detail-wrapper .info-delivery-img-wrapper .heading-wrapper .title{
        max-width: 100%;
    }

    .info-delivery-img-wrapper .inline-items .item .img-wrapper{
        padding: 0;
        padding-right: 10px;
    }
    .info-delivery-img-wrapper .inline-items .item .title{
        padding: 0;
    }
    .modal-address-wrapper .btn-wrapper .btn{
        width: 100%;
    }
    .product-details .one-day-delivery-modal .heading-wrapper.heading-wrapper-bordered{
       margin-bottom: 0;
    }
}