.hero .ctaWrapper a,
.hero .hero-content {
    font-family: korolev, sans-serif;
}

.hero .cta-group .ctaWrapper a {
    width: 60%;
    font-size: 17px;
}

.hero picture img {
    width: 100%;
}

.hero {
    position: relative;
}

.hero-img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: -3;
}

.hero,
.hero .container {
    height: 811px;
}

.hero .container {
    position: relative;
}

.hcp-top {
    text-align: center;
}

.hcp-top h1 {
    font-size: 26px;
    font-weight: 900;
    line-height: 30px;
    margin-top: 17px;
    margin-bottom: 8px;
}

.hcp-top p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: unset;
}

.hcp-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}

.hcp-middle .card {
    padding: 16px 16px 24px;
    max-width: 438px;
    width: 100%;
    border-radius: 16px;
    background-color: #fffaf1;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
    border: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    margin: auto;
}

.hcp-middle .card ul {
    margin: 0 auto 12px;
    display: inline-block;
}


.hcp-middle .card ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    margin-bottom: unset;
}

.hcp-middle .card h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 8px;
}

.hcp-middle .card a.btn-default {
    max-width: 271px;
    font-size: 19px;
    line-height: 19px;
    font-weight: 900 !important;
    width: 100%;
    padding: 14px 0 10px;
    margin: 0 auto;
    border-radius: 4px !important;
    display: block;
}

.navbar-right .btn-default {
    background-color: #f76800;
    border-color: #f76800;
    color: #fff;
    padding: 12px 24px;
    margin: 0 auto;
    border-radius: 4px !important;
    margin: 4px 0;
    font-size: 23px;
    line-height: 23px;
}


/* Find my order */


.find-my-order {
    max-width: 570px;
    width: 100%;
    margin: auto;
}

.find-my-order h1{
    font-size: 26px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 8px;
}

.form-group span {
    color: #D40000;
    font-weight: 900;
    padding-left: 2px;
}

.form-group .btn-default {
    border-radius: 4px !important;
}

.find-my-order .form-group {
    margin-bottom: 30px;
}

.form-group input[type=button].btn.btn-default.btn-block-mobile, .form-group input[type=submit].btn.btn-default.btn-block-mobile {
    background-image: unset;
    font-size: 23px;
    font-weight: 900!important;
    line-height: 23px;
    padding: 14px 25px;
}

.find-my-order .btn-link, .h-footer .btn-link {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 10px;
}

.fmo-bottom, .fmo-bottom-logged-in {
    display: flex;
    flex-direction: column;
}

.fmo-bottom .form-group, .fmo-bottom-logged-in .form-group  {
    padding: unset;
}

.fmo-bottom-logged-in .btn-primary-outline {
    border: solid 2px #f76800;
    border-radius: 4px;
    color: #f76800;
    font-weight: 900;
}
.fmo-bottom-logged-in .btn-primary-outline:hover {
    box-shadow: 0 0 5px rgba(2px 3px 3px -2px rgba(0,0,0,.3));
}


.fmo-bottom-logged-in .centered-hr {
    display: block;
    text-align: center;
    position: relative;
    color: #16384e;
    font-family: 'Korolev', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    top: 0;
    margin: 8px 0;
}

.fmo-bottom-logged-in .centered-hr::before {
    content:"";
    position: absolute;
    top: 14px;
    left: 0;
    border-top: #9B9C9C solid 1px;
    height: 20px;
    width:  calc(50% - 20px);
}
.fmo-bottom-logged-in .centered-hr::after {
    content:"";
    position: absolute;
    top: 14px;
    right: 0;
    border-top: #9B9C9C solid 1px;
    height: 20px;
    width:  calc(50% - 20px);
}

.find-my-order .fmo-bottom-logged-in .form-group {
    margin-bottom: 24px;
}

.find-my-order .error {
    border: solid 2px #D40000;
}
.find-my-order .error-alert {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 16px;
    background-color: #feded1;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 570px;
    width: 100%;
}

.home h1 .h3{
    font-weight:500;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 8px;
}

.home p.lead {
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 10px;
}

.home label {
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}

.home .form-group {
    margin-top: 24px;
    margin-bottom: unset;
}

.home #phoneNumber .radio-inline {
    padding-left: 12px;
    padding-top: 4px;
}

.home em.text-medium {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400px;
    color: #29353A;
}
.home .h-footer .btn-link {
    margin-top: 30px;
}
.home .h-footer {
    display: flex;
    flex-direction: column-reverse;
}

/* Order Details */

.order-details .heading-section h1 {
    margin: unset;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 36px;
}

.order-details .heading-section .title {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 24px;
}

.order-details .heading-section .title img {
    width: 44px;
    height: 44px;
    margin-right: 16px;
}

.order-details .heading-section table {
    width: 100%;
}
.order-details .heading-section table th {
    border-bottom: solid 1px #ccc;
}
.order-details .heading-section table tr:not(:last-child) {
    border-bottom: solid 1px #ccc;
}

.order-details .heading-section table thead th{
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.order-details .heading-section table tr td, .order-details .heading-section table tr th{
    padding: 2.083vw;
}

.order-details .heading-section table .odr-num {
    font-weight: 700;
}
.order-details a.\.odr-trk {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-decoration: unset;
}

.order-details .heading-section table a {
    text-decoration: unset;
    cursor: pointer;
}

.order-details .heading-section .sub-title {
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-bottom: 16px;
}
.order-details .heading-section .sub-title h2{
    margin: unset;
    font-size: 26px;
    line-height: 30px;
    margin-right: 16px;
}
.order-details .heading-section .content table .add-items{
    margin: unset;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
.order-details .heading-section .content table .order-total{
    margin: unset;
    font-weight: 700;
    border-top: solid 2px #BFC2C4;
}
.order-details .heading-section .content .perso-info{
    display: flex;
    gap: 50px;
    margin-top: 58px;
    margin-bottom: 61px;
}
.order-details .heading-section .content .perso-info .pi-title{
    font-size: 46px;
    line-height: 46px;
    font-weight: 900;
}
.order-details .heading-section .content .perso-info p{
    margin: unset;
}
footer div.guarantee {
    margin: 20px 0 40px 0;
}

@media (max-width: 375px) {
    .hero {
        height: 216.267vw;
    }

    .find-my-order h1 {
        border-bottom: 1px solid #BFC2C4;
        font-size: 26px;
        line-height: 30px;
    }


}

@media (min-width: 768px) {
    .hero {
        margin: 0;
        padding: 0;
    }

    .hero .hero-content {
        width: 100%;
    }

    .hero,
    .hero picture img,
    .hero .container {
        height: 79.036vw;
    }

    .hero-img-container {
        overflow: hidden;
    }

    .hero picture img {
        margin-top: 0;
        left: auto;
        right: 0;
        top: 0;
        object-fit: cover;
        object-position: top;
        width: 100%;
        position: absolute;
    }

    .hcp-top h1 {
        font-size: 28px;
        margin-top: 75px
    }

    .hcp-top p {
        font-size: 22px;
    }

    .hcp-middle {
        gap: 30px;
        margin-top: 49px;
        flex-direction: row;
    }

    .hcp-middle .card {
        padding: 16px 24px 1.5rem;
        height: 213px;
        margin: unset;
    }

    .hcp-middle .card h3 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .hcp-middle .card p {
        font-size: 16px;
    }

    .hcp-middle .card ul {
        margin-bottom: unset;
    }

    .hcp-middle .card .btn {
        font-size: 23px;
        font-weight: 900 !important;
    }

    .find-my-order h1 {
        font-size: 3.024vw;
        line-height: 4.234vw;
        margin-top: 27px;
    }
    .fmo-bottom {
        flex-direction: row-reverse;
    }

    .fmo-bottom .form-group {
        margin-bottom: 10px;
    }

    .find-my-order .btn-link {
        margin:  auto;
    }

    .home h1 .h3{
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 8px;
    }

    .home p.lead {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .home label {
        font-size: 16px;
        line-height: 24px;
    }

    .home .h-footer {
        display: flex;
        flex-direction: row;
    }

    /* Order Details */

    .order-details .heading-section h1 {
        font-size: 46px;
        line-height: 46px;
    }

    .order-details .heading-section .title {
        margin-top: 25px;
        margin-bottom: 24px;
    }

    .order-details .heading-section .sub-title {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .order-details .heading-section .sub-title h2{
        font-size: 38px;
        line-height: 42px;
    }

    .order-details .heading-section .content table .add-items{
        margin: unset;
        font-size: 38px;
        line-height: 42px;
    }

}

@media (min-width: 992px) {
    .hero picture img {
        width: 100%;
    }
    .find-my-order h1 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media (min-width: 1200px) {

    .hero,
    .hero picture img,
    .hero .container {
        height: 630px;
    }

}

@media screen and (max-width: 480px) {
    .hero .ctaWrapper .dropdown-menu {
        margin-top: 45px;
        left: 65%;
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    .hero .ctaWrapper .dropdown-menu {
        margin-top: 45px;
        left: 59%;
        position: relative;
    }
}

@media (max-width: 767px) {
    .promo-text-container {
        height: 47px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .promo-text-container {
        height: 26px;
    }
}

#order_number::-webkit-outer-spin-button,
#order_number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
#order_number {
    -moz-appearance: textfield;
}

