
#header .coloredRow {
    background: var(--bg-primary-btn);
    color: var(--text-color-primary-btn)
}

#header .coloredRow {
    color: var(--header-colored-text-color);
}

.cart-img {
    background-color: var(--header-colored-text-color);
}

#header .coloredRow sup {
    right: auto !important;
}

.header img{
    max-height: 80px;
}

.text-secondary-color {
    color: var(--text-secondary)
}

.header a:hover {
    border-bottom: 0px !important;
}

.header a {
    height: auto !important;
}

.sup-normal {
    position: relative !important;
    background-color: transparent !important;
    font-size: 10px;
}

.bg-footer {
    background-color: var(--bg-primary-btn);
}

.footer, .footer .list-group-item, .footer a {
    color: var(--footer-text-color)
}

    .footer .list-group-item {
        font-weight: 400;
    }

    .footer .list-group-item-action:active,
    .footer .list-group-item-action:focus {
        background-color: transparent !important;
    }

.bg-first-hp {
    background-color: var(--bg-info);
}

.white-icon-btn svg {
    color: #FFFFFF;
}

/****** [ACCORDION CSS] ******/
.accordion-item, .accordion-item:not(:first-of-type) {
    border-radius: 20px;
    margin: 10px;
    border: 3px solid var(--gray-control);
}

.accordion-body {
    padding: 1rem 1.5rem;
}

.accordion-button {
    font-weight: 700;
}

    .accordion-button:focus {
        border: 0;
        box-shadow: none;
    }

    .accordion-button:not(.collapsed) {
        color: #000000;
        background-color: #FFFFFF;
        box-shadow: none;
    }

    .accordion-button::after {
        background-image: url('/img/plus-solid.svg');
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url('/img/minus-solid.svg');
    }

.accordion-header {
    margin: 2px;
}

.socialBtn {
    background-color: white !important;
    color: var(--bg-primary-btn) !important;
}
/****** [FINE] ******/
.cardFooterCtn {
    background-color: white;
    margin-right: 3px;
}

.form-select {
    border-radius: 25px;
}

.alert-warning {
    border: 2px solid var(--color-danger);
}

.hp-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20pt;
    margin-left: -11px;
    margin-top: -18px;
    color: var(--text-secondary) !important;
}

.icon-index .icon {
    top: 44px !important;
    z-index: 999 !important;
    font-size: 15pt !important;
    margin-left: -9px !important;
}

.icon-index img {
    display: block;
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    z-index: 2;
    height: 80px;
    padding-bottom: 0px !important;
}

.img-index {
    display: block;
    position: absolute;
    height: auto;
    bottom: 0;
    z-index: 1;
}

@media (max-width: 767px) {
    #iconFirstBox.icon-index img {
        top: 40px;
    }

    #iconSecondBox.icon-index img {
        top: 40px;
    }

    .icon-index .icon {
        top: 84px !important;
    }
}

#imgCardFirstBox.img-index {
    height: auto !important;
    max-height: 160px;
}

#imgCardSecondBox.img-index {
    height: auto !important;
    max-height: 160px;
}


.horizontalCard > .row.py-5 {
    padding-top: 0 !important;
}

.btn-primary:hover {
    background-color: var(--bg-secondary);
    border: 2px solid var(--bg-secondary);
    color: var(--header-colored-text-color) !important;
}

.tailorMadeMenu {
    height: 100px !important;
    display: flex;
}

.banner-home {
}

.banner-home-mobile {
    display: none;
}

/* BO  */
.selected-menu-item {
    border-left-color: var(--color-dark-blue) !important;
}
/*.progress-bar{*/
/*    background-color: var(--bg-secondary);*/
/*}*/
@media (max-width: 576px) {
    .tailorMadeMenu {
        height: 150px;
        display: inline;
    }

    .ISCodeBtn {
        justify-content: center !important;
        flex-direction: inherit !important;
    }

    .imgHome {
        width: 500px;
    }
}

@media only screen and (max-width: 500px) {
    .banner-home {
        display: none;
    }

    .banner-home-mobile {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .banner-home {
        display: none;
    }

    .banner-home-mobile {
        display: block;
    }
}

@media only screen and (max-width: 780px) {
    .banner-home {
        display: none;
    }

    .banner-home-mobile {
        display: block;
    }
}