﻿
/*.bold {
    font-weight: 700 !important;
    color: #0baf9a !important;
}*/


header .onhover-dropdown .onhover-div {
    padding: 1.1rem 0.1rem 1rem 1rem !important;
    scrollbar-color: #0baf9a #fff !important;
}


.header-compact {
    background-color: white;
}

.mobile-device-list {
    position: fixed;
    z-index: 5;
    width: 100%;
    top: 0;
    background-color: #00000028;
}

.category-button-menu {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    background-color: white;
    height: 100vh;
    width: 50%;
    overflow-x: scroll;
}

    .category-button-menu ul {
        padding-left: 2rem;
        padding-top: 1rem;
        display: flex;
        flex-direction: column;
    }

        .category-button-menu ul a {
            font-size: 1.1rem;
            font-weight: 600;
        }

        .category-button-menu ul li {
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: start;
            padding: 0.4rem;
        }

            .category-button-menu ul li:hover {
                color: #0DA487;
                letter-spacing: 1px;
            }

            .category-button-menu ul li a {
                padding: 0.1rem;
                padding-top: 0.8rem;
                font-size: 1.1rem;
                font-weight: 500;
            }

                .category-button-menu ul li a:hover {
                    color: #0DA487;
                }


.cart-displayed {
    background-color: #00000028;
}

.cart-button-menu {
    box-shadow: 20px 20px 20px black;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    background-color: white;
    height: 100vh;
    width: 50%;
    position: fixed;
    right: 0;
    overflow-x: scroll;
}

    .cart-button-menu ul {
        padding-left: 1rem;
        padding-top: 1rem;
        display: flex;
        flex-direction: column;
    }

        .cart-button-menu ul a {
            font-size: 1.1rem;
            font-weight: 600;
        }

        .cart-button-menu ul li {
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: start;
            padding: 0.4rem;
        }

            .cart-button-menu ul li:hover {
                color: #0DA487;
                letter-spacing: 1px;
            }

            .cart-button-menu ul li a {
                padding: 0.1rem;
                padding-top: 0.8rem;
                font-size: 1.1rem;
                font-weight: 500;
            }

                .cart-button-menu ul li a:hover {
                    color: #0DA487;
                }

.top-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
    padding: 1rem;
    font-size: 1.1rem;
    background-color: #f8f8f8;
    width: 100%;
}

a:hover {
    cursor: pointer;
}

.row-post {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #ffffffcf;
}


.col-12-post {
    display: flex;
    justify-content: space-around;
    align-items: start;
    width: 100%;
}

.service-contain-post {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10rem;
    width: 80%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.service-box {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.service-detail h5 {
    font-size: 0.9rem !important;
    display: inline-block;
    cursor: default !important;
}

    .service-detail h5:after {
        content: '';
        width: 0px;
        height: 0.2rem;
        display: block;
        margin-top: 0.1rem;
        background: #12cbb3;
        transition: 300ms;
    }

    .service-detail h5:hover:after {
        width: 100%;
    }

footer .main-footer {
    border-top: none !important;
}

.footer-contact {
    width: 10rem;
}

.footer-title {
    width: 10rem;
}


    .mobile-device {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 4;
        overflow: hidden;
        background-color: #10ac97;
        color: white;
    }

        .mobile-device ul {
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            align-items: center;
        }

    .page-item.active .page-link {
        z-index: 1 !important;
    }

    .mobile-device li a {
        color: white;
        padding: 0.19rem;
        margin: 0.5rem;
    }

    .product-box-contain2 {
        border-bottom: 1px solid #dbdbdb;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .price-box h4 {
        margin-right: 1rem !important;
    }

    .drop-cart2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: start;
        padding: 1rem;
        gap: 1rem;
    }

    .drop-image2 {
    }

        .drop-image2 img {
            width: 5rem;
            height: 5rem;
        }

    .drop-contain2 h5 {
        word-break: break-word;
    }

    .drop-contain2 {
        width: 9rem;
        letter-spacing: 0;
        padding-left: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }

    .cart-list2 {
        max-height: 56rem;
        overflow-y: auto;
    }

    .close_button2 {
        border-radius: 50% !important;
        width: 1rem !important;
        height: 1rem !important;
        background-color: #dbdbdb !important;
        padding: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        border: none;
    }

    .button-group2 {
        display: flex;
        padding-left: 1rem !important;
    }

    .btn-sm2 {
        background-color: #0baf9a !important;
        color: white !important;
    }

    .price-box2 {
        padding: 1rem;
    }

    .onhover-div2 {
        margin: 0 auto;
    }

    .user-box-name li {
        border-bottom: none !important;
        border: none !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
    }

        .user-box-name li svg {
            width: 1rem;
        }

            .user-box-name li svg line {
                color: #0baf9a;
            }

    .user-box-name {
        background-color: white;
    }

        .user-box-name li a {
            color: #2c323f !important;
            font-size: 0.9rem;
            letter-spacing: 0.05rem;
        }

            .user-box-name li a:hover {
                color: #0baf9a !important;
            }

    .userlogged {
        width: 1.3rem;
    }

    .delivery-icon {
        cursor: pointer;
    }

    .arrow-left {
        border-radius: 50%;
        background-color: white;
    }

    @media screen and (min-width:1px) {
        .mobile-device ul li a {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            gap: 0.2rem;
        }

        .btn-adm a {
            width: 8rem;
        }
    }


    .category-button-menu .category-list h6 {
        color: #0baf9a;
        padding-left: 0.8rem;
    }

    @media only screen and (min-width:425px) {
        .mobile-device li {
            padding: 0.4rem;
        }

        .mobile-device ul {
            gap: 1rem;
        }
    }

    @media only screen and (min-width:500px) {
        .mobile-device ul {
            gap: 2rem;
        }
    }

    @media only screen and (min-width:550px) {
        .mobile-device ul {
            gap: 4rem;
        }
    }

    @media only screen and (min-width:600px) {
        .mobile-device ul {
            gap: 6rem;
        }
    }

    @media only screen and (min-width:650px) {
        .mobile-device ul {
            gap: 8rem;
        }
    }

    @media only screen and (min-width:700px) {
        .mobile-device ul {
            gap: 9rem;
        }
    }

    @media only screen and (min-width:800px) {
        .mobile-device ul {
            gap: 11rem;
        }
    }
  
    @media only screen and (min-width:768px) {

        .mobile-device li {
            padding: 0.7rem;
        }

            .mobile-device li a {
                padding: 1rem;
            }
    }

    @media only screen and (min-width:992px) {
        .mobile-device {
            visibility: hidden;
        }

        .mobile-device-list {
            visibility: hidden;
        }
    }


    #navbar-category {
        display: none;
    }

        #navbar-category.active {
            display: block;
        }

    #navbar-cart {
        display: none;
    }

        #navbar-cart.active {
            display: block;
        }


    @media only screen and (max-width:767px) {
        .row-post {
            display: none;
        }
    }

    @media only screen and (max-width:1023px) {
        .service-box .service-image img {
            width: 1.5rem !important;
        }

        .service-box .service-detail h5 {
            font-size: 0.7rem !important;
        }
    }

    .top-links a:hover {
        color: #0baf9a !important
    }

    @media only screen and (max-width:991px) {
        .row-post {
            display: none;
        }

        #liCartShop {
            display: none;
        }
    }


    @media screen and (max-height: 1140px) {

        .cart-list2 {
            max-height: 40rem !important;
            overflow-y: auto !important;
        }
    }

    @media screen and (max-height: 894px) {


        .cart-list2 {
            max-height: 30rem !important;
            overflow-y: auto !important;
        }
    }

    @media screen and (max-height: 740px) {


        .cart-list2 {
            max-height: 20rem !important;
            overflow-y: auto !important;
        }
    }

    @media screen and (max-width: 765px) {
        .drop-cart2 {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: start;
            padding: 0.5rem;
            gap: 0rem;
        }

        .onhover-div2 {
            margin: 0;
        }
    }


    @media screen and (max-width: 668px) {
        .drop-cart2 {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: start;
            padding: 0rem;
            padding-top: 0.5rem;
            gap: 0rem;
        }

        .onhover-div2 {
            margin: 0;
        }

        .drop-image2 img {
            width: 4rem;
            height: 4rem;
        }

        .drop-contain2 {
            width: 9rem;
            letter-spacing: 0;
            padding-left: 0.5rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: start;
        }

            .drop-contain2 h5, .drop-contain2 h6 {
                font-size: 0.9rem;
            }
    }

    @media screen and (max-width: 600px) {
        .drop-cart2 {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: start;
            padding: 0rem;
            padding-top: 0.5rem;
            gap: 0rem;
        }

        .onhover-div2 {
            margin: 0;
        }

        .drop-image2 img {
            width: 3rem;
            height: 3rem;
        }

        .drop-contain2 {
            width: 8rem;
            letter-spacing: 0;
            padding-left: 0.5rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: start;
        }

            .drop-contain2 h5, .drop-contain2 h6 {
                font-size: 0.7rem;
            }
    }

    @media screen and (max-width: 480px) {
        .drop-cart2 {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: start;
            padding: 0rem;
            padding-top: 0.3rem;
            gap: 0rem;
        }

        .onhover-div2 {
            margin: 0;
        }

        .drop-image2 img {
            width: 2rem;
            height: 2rem;
        }

        .drop-contain2 {
            width: 8rem;
            letter-spacing: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: start;
        }

            .drop-contain2 h5, .drop-contain2 h6 {
                font-size: 0.7rem;
            }

        .cart-button-menu ul {
            padding: 0 !important;
        }

        .close_button2 {
            width: 1rem !important;
            height: 1rem !important;
            padding: 0.7rem;
        }
    }

    @media screen and (max-width: 408px) {
        .drop-cart2 {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: start;
            padding: 0rem;
            padding-top: 0.3rem;
            gap: 0rem;
        }

        .onhover-div2 {
            margin: 0;
        }

        .drop-image2 img {
            width: 2rem;
            height: 2rem;
        }

        .drop-contain2 {
            width: 5rem;
            letter-spacing: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: start;
        }

            .drop-contain2 h5, .drop-contain2 h6 {
                font-size: 0.7rem;
            }

        .cart-button-menu ul {
            padding: 0 !important;
        }

        .close_button2 {
            width: 1rem !important;
            height: 1rem !important;
            padding: 0.7rem;
        }
    }

    @media screen and (max-width: 300px) {
        .drop-cart2 {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: start;
            padding: 0rem;
            padding-top: 0.3rem;
            gap: 0rem;
        }

        .onhover-div2 {
            margin: 0;
        }

        .drop-image2 img {
            width: 2rem;
            height: 2rem;
        }

        .drop-contain2 {
            width: 5rem;
            letter-spacing: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: start;
        }

            .drop-contain2 h5, .drop-contain2 h6 {
                font-size: 0.6rem;
            }

        .cart-button-menu ul {
            padding: 0 !important;
        }

        .close_button2 {
            width: 1rem !important;
            height: 1rem !important;
            padding: 0.7rem;
        }
    }

    .col-xl-2 {
        width: 25% !important;
    }

    .section-b-space {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0rem !important;
        margin-right: 0rem !important;
    }
