/* =========================================================
   VUA ÁO ĐẤU - QUY TRÌNH ĐẶT HÀNG
   DESKTOP + TABLET + MOBILE
   ========================================================= */


/* =========================
   SECTION
   ========================= */

.vad-order-process {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 32px 0 38px;
    background: #fff;
    box-sizing: border-box;
}


/* =========================
   CONTAINER
   CĂN THEO CHIỀU RỘNG WEBSITE
   ========================= */

.vad-process-inner {
    width: calc(100% - 60px);
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}


/* =========================
   HEADER
   ========================= */

.vad-process-header {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}

/* TIÊU ĐỀ CHÍNH - TĂNG 1 SIZE */
.vad-process-header h2 {
    margin: 0 0 4px !important;
    padding: 0 !important;

    font-size: 29px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;

    color: #111 !important;
    text-align: center !important;
    text-transform: uppercase;
}

/* TIÊU ĐỀ PHỤ - TĂNG 1 SIZE */
.vad-process-header p {
    margin: 0 !important;
    padding: 0 !important;

    font-size: 16px !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;

    color: #333 !important;
    text-align: center !important;
}


/* =========================================================
   DANH SÁCH 5 BƯỚC
   ========================================================= */

.vad-process-list {
    width: 100%;
    max-width: none;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        34px
        minmax(0, 1fr)
        34px
        minmax(0, 1fr)
        34px
        minmax(0, 1fr)
        34px
        minmax(0, 1fr);

    align-items: center;

    gap: 0;

    margin: 0;
    padding: 0;
}


/* =========================
   ITEM
   ========================= */

.vad-process-item {
    display: block;

    width: 100%;
    min-width: 0;

    margin: 0;
    padding: 0;
}


/* =========================================================
   CARD
   ========================================================= */

.vad-process-card {
    position: relative;

    width: 100%;
    height: 170px;
    min-height: 170px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    margin: 0;
    padding: 27px 10px 14px;

    background: #fff;

    border: 1px solid #e2e2e2;
    border-radius: 8px;

    box-shadow:
        0 1px 2px rgba(0,0,0,.02),
        0 3px 8px rgba(0,0,0,.025);

    box-sizing: border-box;

    text-align: center;
}


/* =========================================================
   SỐ 01 - 05
   ========================================================= */

.vad-process-number {
    position: absolute !important;

    top: -19px !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;

    transform: translateX(-50%) !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 38px !important;
    height: 38px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #FEBE10 !important;
    color: #111 !important;

    border: 0 !important;
    border-radius: 999px !important;

    font-size: 13px !important;
    line-height: 38px !important;
    font-weight: 800 !important;

    text-align: center !important;

    z-index: 10;
}


/* =========================================================
   ICON
   ========================================================= */

.vad-process-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    flex: 0 0 auto;

    width: 48px !important;
    height: 48px !important;

    margin: 0 auto 7px !important;
    padding: 0 !important;

    color: #111;
}

.vad-process-icon svg {
    display: block !important;

    width: 48px !important;
    height: 48px !important;

    margin: 0 !important;
    padding: 0 !important;

    fill: none !important;
    stroke: #111 !important;
    stroke-width: 2.6 !important;

    stroke-linecap: round;
    stroke-linejoin: round;

    overflow: visible;
}


/* =========================================================
   TÊN BƯỚC
   ========================================================= */

.vad-process-card h3 {
    display: block;

    width: 100%;

    margin: 0 0 5px !important;
    padding: 0 !important;

    color: #111 !important;

    font-size: 15px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;

    text-align: center !important;
    text-transform: uppercase;
}


/* =========================================================
   MÔ TẢ
   ========================================================= */

.vad-process-card p {
    display: block;

    width: 100%;

    margin: 0 !important;
    padding: 0 !important;

    color: #444 !important;

    font-size: 13px !important;
    line-height: 1.42 !important;
    font-weight: 400 !important;

    text-align: center !important;
}


/* =========================================================
   MŨI TÊN
   ========================================================= */

.vad-process-arrow {
    position: relative;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 34px !important;
    height: 100%;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;
}

.vad-process-arrow::before,
.vad-process-arrow::after {
    display: none !important;
    content: none !important;
}

.vad-process-arrow svg {
    display: block !important;

    width: 12px !important;
    height: 24px !important;

    margin: 0 !important;
    padding: 0 !important;

    fill: none !important;
    stroke: #111 !important;
    stroke-width: 2.6 !important;

    stroke-linecap: round;
    stroke-linejoin: round;

    transform: none !important;
}


/* =========================================================
   DESKTOP LỚN
   ========================================================= */

@media screen and (min-width: 1200px) {

    .vad-process-inner {
        width: calc(100% - 60px);
        max-width: 1400px;
    }

}


/* =========================================================
   LAPTOP
   ========================================================= */

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .vad-process-inner {
        width: calc(100% - 40px);
        max-width: none;
    }

    .vad-process-list {
        grid-template-columns:
            minmax(0, 1fr)
            26px
            minmax(0, 1fr)
            26px
            minmax(0, 1fr)
            26px
            minmax(0, 1fr)
            26px
            minmax(0, 1fr);
    }

    .vad-process-arrow {
        width: 26px !important;
    }

}


/* =========================================================
   TABLET
   VẪN GIỮ 5 Ô NGANG
   ========================================================= */

@media screen and (min-width: 768px) and (max-width: 991px) {

    .vad-order-process {
        padding: 28px 0 34px;
    }

    .vad-process-inner {
        width: calc(100% - 30px);
        max-width: none;
    }

    /* TIÊU ĐỀ TABLET - TĂNG 1 SIZE */
    .vad-process-header h2 {
        font-size: 26px !important;
    }

    .vad-process-header p {
        font-size: 15px !important;
    }

    .vad-process-list {
        grid-template-columns:
            minmax(0, 1fr)
            18px
            minmax(0, 1fr)
            18px
            minmax(0, 1fr)
            18px
            minmax(0, 1fr)
            18px
            minmax(0, 1fr);
    }

    .vad-process-arrow {
        width: 18px !important;
    }

    .vad-process-card {
        height: 160px;
        min-height: 160px;

        padding-left: 5px;
        padding-right: 5px;
    }

    .vad-process-icon,
    .vad-process-icon svg {
        width: 42px !important;
        height: 42px !important;
    }

    .vad-process-card h3 {
        font-size: 13px !important;
    }

    .vad-process-card p {
        font-size: 11px !important;
    }

}


/* =========================================================
   MOBILE
   5 Ô XẾP DỌC - KHÔNG TRÀN - KHÔNG CẮT
   ========================================================= */

@media screen and (max-width: 767px) {

    .vad-order-process {
        width: 100%;
        padding: 25px 0 28px;

        overflow: hidden;
    }

    .vad-process-inner {
        width: 100%;
        max-width: none;

        margin: 0;

        padding-left: 15px;
        padding-right: 15px;
    }


    /* HEADER */

    .vad-process-header {
        margin-bottom: 27px;
        text-align: center;
    }

    /* TIÊU ĐỀ MOBILE - TĂNG 1 SIZE */
    .vad-process-header h2 {
        font-size: 24px !important;
        line-height: 1.2 !important;

        text-align: center !important;
    }

    .vad-process-header p {
        font-size: 14px !important;
        line-height: 1.4 !important;

        text-align: center !important;
    }


    /* LIST */

    .vad-process-list {
        display: flex !important;
        flex-direction: column !important;

        width: 100%;

        margin: 0;
        padding: 0;
    }


    /* ITEM */

    .vad-process-item {
        width: 100%;
        max-width: 430px;

        margin: 0 auto;
    }


    /* CARD */

    .vad-process-card {
        width: 100%;

        height: 145px;
        min-height: 145px;

        padding: 23px 15px 13px;

        border-radius: 8px;
    }


    /* NUMBER */

    .vad-process-number {
        top: -17px !important;

        width: 34px !important;
        height: 34px !important;

        font-size: 12px !important;
        line-height: 34px !important;
    }


    /* ICON */

    .vad-process-icon {
        width: 42px !important;
        height: 42px !important;

        margin-bottom: 5px !important;
    }

    .vad-process-icon svg {
        width: 42px !important;
        height: 42px !important;

        stroke-width: 2.5 !important;
    }


    /* TITLE */

    .vad-process-card h3 {
        font-size: 14px !important;
        line-height: 1.25 !important;

        margin-bottom: 3px !important;

        text-align: center !important;
    }


    /* DESCRIPTION */

    .vad-process-card p {
        font-size: 12.5px !important;
        line-height: 1.4 !important;

        text-align: center !important;
    }


    /* ARROW */

    .vad-process-arrow {
        width: 100% !important;
        height: 37px !important;

        flex: 0 0 37px;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .vad-process-arrow svg {
        width: 10px !important;
        height: 19px !important;

        transform: rotate(90deg) !important;
        transform-origin: center center !important;
    }

}


/* =========================================================
   MOBILE NHỎ
   ========================================================= */

@media screen and (max-width: 390px) {

    .vad-process-inner {
        padding-left: 12px;
        padding-right: 12px;
    }

    /* TIÊU ĐỀ MOBILE NHỎ - TĂNG 1 SIZE */
    .vad-process-header h2 {
        font-size: 22px !important;
    }

    .vad-process-header p {
        font-size: 13px !important;
    }

    .vad-process-card {
        height: 142px;
        min-height: 142px;
    }

}
