:root {
    --bs-wizard-step: rgba(179, 179, 179, 1);
    --bs-wizard-step-complete: rgba(2, 84, 45, 1);
    --bs-wizard-step-complete-text: rgba(117, 117, 117, 1);
    --bs-wizard-step-inprogress: rgba(20, 174, 92, 1);
    --bs-wizard-step-inprogress-text: rgba(30, 30, 30, 1);
    --bs-card-border: rgba(217, 217, 217, 1);
}

html {
    font-size: 14px;
}

.product-image img {
    width: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.text-normal {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.wizard-progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
    height: 25px;
    gap: 12px;
}

    .wizard-progress .step {
        flex: 1;
        position: relative;
        padding-top: 8px;
        font-size: 14px;
        font-weight: 500;
        color: var(--bs-wizard-step);
        text-align: center;
    }

        .wizard-progress .step::before {
            content: '';
            width: 100%;
            height: 4px;
            border-radius: 50px;
            background: var(--bs-wizard-step);
            position: absolute;
            top: 0;
            left: 0;
        }

        .wizard-progress .step.complete::before {
            background-color: var(--bs-wizard-step-complete);
        }

        .wizard-progress .step.complete {
            color: var(--bs-wizard-step-complete-text);
        }

        .wizard-progress .step.in-progress::before {
            background: var(--bs-wizard-step-inprogress);
        }

        .wizard-progress .step.in-progress {
            color: var(--bs-wizard-step-inprogress-text);
        }

.step-header-wrapper {
    margin-bottom: 8px;
}

.btn-back {
    display: flex;
    color: rgba(88, 86, 214, 1);
    background: none;
    border: none;
    margin-right: -8px;
}

    .btn-back:hover {
        background: none;
        border: none;
        color: rgba(88, 86, 214, 1);
    }

.back-btn-text {
    font-size: 14px !important;
    font-weight: 500;
}

.btn-back span:last-child {
    margin-top: -2px;
}

.product-holder {
    background: var(--bs-gray-100);
    padding: 10px;
    border-radius: 20px;
    border-color: var(--bs-gray-400);
    border-width: 1px;
    border-style: solid;
    margin-top: 10px;
}

.ol-viewport {
    position: absolute !important;
    top: 0px;
}

#map {
    height: 250px !important;
    width: 100%;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.card-body {
    padding: 0;
}

.product-card {
    border: 1px solid var(--bs-card-border);
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 24px;
    overflow: hidden;
}

.product-image {
    width: 76px;
    height: 76px;
}

.product-info {
    flex-direction: column;
}

.product-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: rgba(30, 30, 30, 1);
}

.product-warranty {
    font-size: 14px;
    font-weight: 400;
    color: var(--bs-wizard-step-complete-text);
}

.oldprice {
    color: var(--bs-wizard-step-complete-text) !important;
    font-size: 12px;
    font-weight: 600;
}

.newprice {
    font-size: 18px;
    font-weight: 600;
    color: rgba(30, 30, 30, 1);
}

.product-button {
    background: transparent;
    width: 100%;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s;
}

    .product-button:hover, .product-button:active {
        background: rgba(230, 239, 247, 1);
    }

.product-button-primary {
    height: 48px;
    border: 1px solid var(--bs-blue);
    color: var(--bs-blue);
    font-size: 16px;
}

.product-button-secondary {
    height: 36px;
    color: var(--bs-blue);
    font-size: 14px;
    gap: 5px;
}

.product-button-tertiary {
    height: 36px;
    color: var(--bs-wizard-step-complete-text);
    font-size: 14px;
    gap: 5px;
}

    .product-button-tertiary:hover {
        background: rgba(245, 245, 245, 1);
        color: var(--bs-wizard-step-complete-text);
    }

.product-tip {
    background: rgba(207, 247, 211, 1);
    color: rgba(30, 30, 30, 1);
    border: 1px solid var(--bs-card-border);
    border-radius: 8px;
    gap: 8px;
    padding: 8px;
    margin: 8px 0 2px 0;
    font-size: 12px;
    font-weight: 400;
}


.badge-container {
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.badge {
    border-radius: 12px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 400;
}

.badge-warning {
    background: rgba(255, 232, 163, 1);
    color: rgba(82, 37, 4, 1);
}

.badge-success {
    background: rgba(175, 244, 198, 1);
    color: rgba(2, 84, 45, 1);
}

.badge-info {
    background: rgba(252, 179, 173, 1);
    color: rgba(144, 11, 9, 1);
}

.tab-container {
    font-size: 12px;
    font-weight: bold;
    color: #3f4064;
    list-style: none;
    padding-right: 0;
}

.tab-item {
    font-size: 12px;
    font-weight: 400;
    line-height: 2.17;
    color: #81858b !important;
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 15px !important;
    padding: 0 8px;
    cursor: pointer;
    transition: all .3s;
    text-decoration: none;
}

    .tab-item:hover {
        color: #81858b !important;
    }

.tab-container .active, .tab-container .active:hover {
    color: #ef394e !important;
    border: 1px solid #ef394e !important;
}

.step-3-accessory-container {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 8px;
    margin-top: 18px;
}

    .step-3-accessory-container .select-card-item {
        padding-bottom: 5px;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
        border-radius: 8px;
        border-left: none !important;
    }

    .step-3-accessory-container .card-text-wrapper {
        width: 100%;
        padding: 0 8px;
    }

.acc-item-qty {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    height: 35px;
    color: #005baa;
    margin: 5px 0;
}

.product-count-number {
    font-size: 16px;
    font-weight: 700;
    line-height: 2.1;
    margin: 0 5px;
    width: 15px;
    text-align: center;
}

.count-icons {
    font-size: 17px;
    cursor: pointer;
    border: 1px solid #e0e0e2;
    border-radius: 8px;
    padding: 5px;
}

.count-icons:hover {
    background: #eee;
}

.add-to-card-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: 1px dashed #eee;
    padding-top: 5px;
    margin-top: 8px;
}

.btn-add-acc, .btn-remove-acc {
    height: 30px !important;
    border-radius: 9px;
    min-width: auto !important;
}

.btn-remove-acc {
    background: transparent !important;
    border: 1px solid #a00 !important;
    color: #a00 !important;
}

.btn-remove-acc:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #a00!important;
}

.step-3-accessory-container .card-price {
    font-weight: bold;
}

@media (max-width: 550px) {
    .step-3-accessory-container {
        grid-template-columns: 1fr;
    }

    .step-3-accessory-container .select-card-item {
        flex-direction: row !important;
        justify-content: flex-start !important;
        padding: 8px 12px;
    }

    .step-3-accessory-container .select-card-item img, .step-3-accessory-container #addCoverImage {
        width: 70px !important;
        height: 70px !important;
        margin-left: 12px;
    }

    .step-3-accessory-container .card-text-wrapper {
        text-align: right !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
}

@media (max-width: 400px) {
    .wizard-progress .step {
        font-size: 12px;
        font-weight: 400;
    }
}


@media (max-width: 371px) {
    .wizard-progress .step {
        font-size: 11px;
        font-weight: 400;
    }
}

@media (max-width: 360px) {
    .count-icons {
        font-size: 15px;
    }
    .step-3-accessory-container .select-card-item img, .step-3-accessory-container #addCoverImage {
        margin-left: 5px;
        width: 60px !important;
        height: 60px !important;
    }

    .step-3-accessory-container .card-text-wrapper {
        padding-left: 0;
    }
}