.order-breadcrumbs {
    background: linear-gradient(#d6d6d6, #a8a8a8);
    border: 1px solid #cccdcd;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    border-radius: 30px;
    margin: 0 auto 20px;
    max-width: 780px;
    width: 100%;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item .number {
    background: linear-gradient(#929292, #464646);
    font-family: GothamBold, sans-serif;
    font-size: 14pt;
    text-align: center;
    color: white;
    line-height: 30px;
    width: 30px;
    border-radius: 50%;
}

.breadcrumb-item .number.active {
    background: linear-gradient(#0323c6, #010415);
}

.breadcrumb-item .label {
    font-size: 14pt;
    margin-left: 10px;
}

.step-header {
    background: linear-gradient(#0021c8, #000316);
    font-family: GothamBold, sans-serif;
    font-size: 13pt;
    color: white;
    padding: 10px 20px;
}

.product-label {
    display: flex;
    align-items: flex-start;
    margin: 20px auto;
}

.check-view {
    display: flex;
    align-items: flex-start;
}

.product-label input {
    display: none;
}

.product-label .checkbox_view {
    min-width: 20px;
    height: 20px;
    background-color: white;
    border: 5px solid #0090ff;
    position: relative;
    margin-top: 12px;
}

input[type="checkbox"]:checked + .checkbox_view:before {
    content: url(/img/shopping/checkmark.png);
    position: absolute;
    left: -3px;
    bottom: 0;
}

.product-label .description {
    margin-left: 20px;
}

.product-label .description h2 {
    font-family: GothamBold, sans-serif;
    font-size: 16pt;
    margin: 0 0 30px;
}

.product-label .description p {
    margin: 0;
    font-size: 13pt;
    text-align: justify;
    line-height: 22px;
}

.product-label .description img {
    display: block;
    margin: 10px auto 0;
}

.field {
    display: flex;
    margin: 30px auto;
    max-width: 400px;
    align-items: center;
    justify-content: space-between;
}

.field label {
    font-size: 13pt;
}

.field select {
    flex-grow: 1;
    margin-left: 20px;
    font-size: 13pt;
    font-family: GothamBookRegular, Arial, sans-serif;
    border-radius: 0;
    padding: 5px 20px;
    outline: none !important;
}

.total-amount {
    display: flex;
    margin: 20px 0;
    font-family: GothamBold, sans-serif;
    align-items: center;
}

.total-amount span {
    flex-grow: 1;
    text-align: right;
    font-size: 16pt;
    text-transform: uppercase;
    margin-right: 30px;
}

.total-amount #total {
    font-size: 16pt;
    background-color: #0090ff;
    color: white;
    padding: 10px 0;
    width: 110px;
    text-align: center;
}

#step4 {
    display: flex;
    justify-content: center;
    margin: 30px 0 60px;
}

#step4 .pay {
    text-align: center;
    font-size: 9pt;
    border: 2px solid;
    border-radius: 10px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
    transition: .2s;
    width: 250px;
    height: 150px;
    cursor: pointer;
    position: relative;
}

#payCC.pay {
    color: #2b0;
    fill: #2b0;
    background-color: rgba(34, 187, 0, .05);
    background-image: url(/img/shopping/debit.svg);
    background-size: 100%;
    margin-right: 40px;
}

#payPP.pay {
    color: #17e;
    background-color: rgba(17, 119, 238, .05);
    background-image: url(/img/shopping/paypal.svg);
    background-size: 80%;
}

#payCC.pay:hover {
    background-color: rgba(34, 187, 0, .4);
}

#payPP.pay:hover {
    background-color: rgba(17, 119, 238, .4);
}

#step4 .pay img {
    top: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 15px);
    max-width: 100%;
}

.pull {
    position: relative;
    width: 100%;
    max-width: 580px;
    margin: 0 auto 30px;
}

.pull img {
    display: block;
    width: 100%;
}

.pull > div {
    position: absolute;
    width: 33.3333333%;
    top: 0;
    left: 0;
    height: 100%;
    cursor: help;
}

.pull > div.pull2 {
    left: 33.3333333%
}

.pull > div.pull3 {
    left: 66.66666666%
}

.pull > div:hover + .msg_info {
    display: block;
}

.pull .msg_info {
    display: none;
    color: #464438;
    border: 3px solid #545142;
    border-radius: 5px;
    width: 500px;
    background-color: #f9f0c5;
    font-size: 13pt;
    padding: 5px 12px;
    text-align: justify;
    top: 100%;
    height: auto;
    left: 50%;
    transform: translate(-50%, 0);
}
.check-view.inline-label {
    align-items: center;
    max-width: 390px;
    margin: 15px auto 0;
}
.check-view.inline-label label {
    font-size: 13pt;
    margin-left: 10px;
}

.product-label .check-view.inline-label .checkbox_view {
    margin-top: 0;
}

@media (max-width: 768px) {
    .breadcrumb-item .label {
        font-size: 11pt;
        margin-left: 5px;
    }

    .breadcrumb-item .number {
        font-size: 11pt;
        min-width: 24px;
        width: 24px;
        height: 24px;
        line-height: 24px;
    }

    .order-breadcrumbs {
        max-width: 625px;
    }

    .step-header {
        font-size: 11pt;
        padding: 7px 15px;
    }

    .product-label {
        margin: 15px auto;
    }

    .product-label .description h2 {
        font-size: 14pt;
        margin-bottom: 20px;
    }

    .product-label .description p {
        font-size: 11pt;
        line-height: 18px;
    }

    .field label {
        font-size: 11pt;
    }

    .field select {
        margin-left: 10px;
        font-size: 11pt;
        padding: 5px 10px;
    }

    .field {
        margin: 20px auto;
        max-width: 360px;
    }

    .total-amount #total {
        font-size: 14pt;
        padding: 7px 0;
        width: 100px;
    }

    .total-amount span {
        font-size: 14pt;
        margin-right: 20px;
    }

    .pull .msg_info {
        font-size: 11pt;
        max-width: 100%;
    }

    .pull {
        margin-bottom: 50px;
    }
}

@media (max-width: 490px) {
    .order-breadcrumbs {
        flex-direction: column;
        border-radius: 0;
        align-items: self-end;
        border: 0;
        background: none;
        max-width: 226px;
    }

    .order-breadcrumbs .breadcrumb-item:nth-child(2) {
        margin: 5px 0;
    }

    .product-label {
        display: block;
    }

    .check-view {
        width: 147px;
        float: left;
        margin-right: 15px;
        display: block;
    }

    .product-label .description {
        margin-left: 0;
    }

    .product-label .checkbox_view {
        display: inline-block;
        vertical-align: top;
        margin-top: 0;
        margin-bottom: -20px;
        margin-right: -30px;
    }

    .check-view img {
        display: inline-block;
        vertical-align: top;
    }

    hr {
        clear: both;
    }

    #step4 {
        flex-direction: column;
        align-items: center;
    }

    #payCC.pay {
        margin-right: 0;
        margin-bottom: 75px;
    }

    .pull {
        margin-bottom: 90px;
    }

    .product-label .description p {
        text-align: left;
    }

    .total-amount span {
        text-transform: capitalize;
    }
}