/*region Step 1*/
.step-content {
    margin-bottom: 37px;
}

.request-estimate-info {
    margin: 0;
    margin-bottom: 30px;
}

.step-content span {
    display: inline-block;
    margin-bottom: 6px;
    font-family: Avenir-Heavy;
}

.step-content span.active {
    border-bottom: 2px solid #000000;
}

.step-content p {
    margin: 0;
}

/*endregion*/

/*region Step 2*/
.denim-type {
    margin-top: 48px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.denim-type img {
    width: 100%;
    border: 2px solid #808080;
}

.denim-issues .replace-button {
    border: 1px solid #000000;
    background: #ffffff;
    position: relative;
    padding: 5px 35px 5px 45px;
}

.denim-issues .col-md-7 {
    width: 100%;
    padding: 0;
}

.shipping-order-number {
    margin-top: -15px;
    margin-bottom: 25px;
}

.denim-issues .form-control {
    height: 20px;
    padding-left: 0;
}

.denim-issues .custom-select:after {
    margin-top: -4px;
}

.denim-issues .replace-button + .replace-button {
    margin-top: 15px;
}

.denim-issues .replace-button span {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #000000;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    left: 12px;
    top: 50%;
    margin-top: -10px;
}

.denim-issues .remove-icon {
    position: absolute;
    background: url("../dist/icons/remove.png") center center no-repeat;
    width: 16px;
    height: 16px;
    right: 9px;
    top: 50%;
    margin-top: -8px;
}

.comment-area {
    margin-top: 13px;
    margin-bottom: 17px;
}

.comment-area textarea {
    height: 100px;
    resize: none;
    padding-top: 8px;
    display: block;
}

/*endregion*/

.delivery-methods label {
    display: block;
    font-family: Avenir-Heavy;
    margin-top: 15px;
    margin-bottom: 15px;
}

.select-schedule {
    margin-top: 35px;
    margin-bottom: 10px;
}

.print-shipping-label.submit-button {
    display: inline-block;
    margin-top: 30px;
}

.request-thanks p {
}
