.price_text {
    text-decoration-line: line-through;
    display: inline-block;
}

.promo_text {
    background-color: #f56d2f;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
    margin-left: 0.5rem;
    padding: 0.2rem 0.6rem;
    border-radius: 0.3rem;
}

.card_btn {
    margin-top: 0.4rem;
    display: inline-block;
    background-color: #fff !important;
    padding: 0.8rem 1.4rem !important;
    color: #0269df;
}

.card_btn_block {
    margin-top: 0.4rem;
    display: block;
    background-color: #fff !important;
    padding: 0.8rem 1.4rem !important;
    color: #0269df;
}

.clr_blck {
    /* color: black !important; */
}

.card_02 {
    filter: brightness(70%);
}

.cards-md__img-wrapper2 a {
    padding: 5px;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.cards-sm__img-wrapper {
    /* padding-top: 1.3rem; */
}

.font-body--xl-500 {
    margin: 0 !important;
}

.cat_card {
    padding: 1rem;
}


/* ------------------- FIN 7NA ? */

.loc_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
}

.loc_container iframe {
    border-radius: 0.5rem;
}

@media (max-width: 1250px) {
    .loc_container iframe {
        width: 450px;
    }
}

@media (max-width: 1100px) {
    .loc_container {
        display: flex;
        flex-direction: column;
    }
    .loc_container div {
        display: flex;
        justify-content: center;
        padding: 0 1rem;
    }
    .loc_container iframe {
        width: 70vw;
        height: 250px;
    }
}


/* -------- footer */

.brand_logo_footer {
    width: 170px;
}


/* ----------- */

.shopping-cart {
    display: none;
    visibility: hidden;
    opacity: 1;
}


/* -------------- */

.related_p {
    margin: 4rem;
}


/* ---------- */

.products__content-action a {
    background-color: #0269df;
    color: #fff;
    display: inline-block;
    padding: 0.7rem 6rem;
    border-radius: 3rem;
}

.products__content-action a i {
    font-size: 1.2rem;
    vertical-align: middle;
    transform: translateY(-2px);
    margin-left: 0.5rem;
}

@media (max-width:475px) {
    .products__content-action a {
        /* text-align: center; */
        /* align-self: center; */
        margin: 0 auto;
        padding: 0.7rem 3rem;
    }
}


/* --------------- */

.success_bg {
    width: 100%;
    height: 100vh;
}

.success {
    padding: 2rem;
    text-align: center;
    margin-top: 5rem;
}

.success a {
    padding: 1rem;
    font-size: 0.9rem;
}

.success a i {
    vertical-align: middle;
    transform: translateY(-1px);
}


/* ----------------- */

.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 2rem 0;
    /* background-color: red; */
}

.pagination a {
    color: black;
    padding: 8px 16px;
    margin: 1rem;
    text-decoration: none;
    border: 1px solid #9c9c9c;
    border-radius: 10px;
    transition: 0.3s;
}

.pagination a:hover {
    border: 1px solid white;
}

.pagination a.active {
    background-color: #0269df;
    color: white;
    border: transparent;
    border-radius: 10px;
}

.pagination a:hover:not(.active) {
    background-color: #0269df;
    color: #fff;
    border: 1px solid white;
    border-radius: 10px;
}

.chevs i {
    vertical-align: middle;
}

.chevs {
    border: transparent !important;
}


/* ---------------- */

.filter_btn {
    margin-top: 1rem;
}

.filter_btn button {
    background-color: #0269df;
    color: #fff;
    padding: 0.5rem 2rem;
    border-radius: 2rem;
    transition: 0.3s;
}

.filter_btn button:hover {
    background-color: #003dc0;
}


/* ----------------------------- */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    transition: 0.5s;
}


/* Modal Content */

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}


/* The Close Button */

.closebtn {
    color: #aaaaaa;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/* -------------------------- */

.hiddenStyle {
    display: none;
}

.loadmore {
    display: block;
    color: #fff;
    background-color: #0269df;
    font-size: 1.1rem;
    cursor: pointer;
    text-align: center;
    padding: 0.8rem 2.5rem;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 2rem;
    transition: 0.3s ease;
}

.loadmore:hover {
    color: #fff;
    background-color: #003dc0;
}

.loadmore i {
    vertical-align: middle;
}

.whitespace {
    height: 10vh;
}


/* ---------------- */

.footer__navigation i {
    vertical-align: middle;
}