.delivery__title{
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
}
.delivery__subtitle{
    font-weight: bold;
    padding-bottom: 15px;
}

.delivery__methods, .delivery__payments{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px;
}

.delivery__method-cost {
    font-weight: bold;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 80px;
    border-left: 1px dashed #E8E9E9;
}

.delivery__method, .delivery__payment{
    margin-bottom: 15px;
    width: 220px;
    margin-right: 15px;
}
.delivery__method-item, .delivery__payment-item{
    height: 80px;
    border: 1px solid #E8E9E9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.delivery__method-image, .delivery__payment-image{
    max-width: 110px;
    max-height: 80px;
}
.delivery__method-image-holder, .delivery__payment-image-holder{
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.delivery__method-price, .delivery__payment-percent{
    width: 70px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
    font-weight: bold;
    border-left: 1px dashed #E8E9E9;
}
.delivery__method-name, .delivery__payment-name{
    margin-top: 4px;
    font-size: 12px;
}
.delivery__desc p{
    padding-bottom: 10px;
}

.delivery__desc-list{
    padding-left: 30px;
    padding-bottom: 10px;
}

.delivery__desc-list-img{
    width: 50px;
    height: 25px;
    margin-left: 3px;
    vertical-align: middle;
}
.delivery__link{
    color: #E20932;
}
.delivery__link:hover{
    text-decoration: underline;
}

.delivery__enjoy-shopping{
    font-weight: bold;
    padding-bottom: 15px;
}
