﻿.bold {
    font-weight: 700!important;
    color: #0baf9a!important;
}
.arrow-left-adm {
    border-radius: 50%;
    background-color: white;
}
.product-box-4 {
    width: 100% !important;
    height: 100% !important;
    background-color: #fbfbfb;
    padding: 1rem !important;
    border-radius: 1rem !important;
}

.product-detail h6 {
    font-size: 0.8rem !important;
    width: 100% !important;
    color: #676767;
}

.product-detail h5 {
    font-size: 0.8rem !important;
    width: 100% !important;
    min-width: 100% !important;
}

.name {
    padding: 0rem !important;
}

.category-menu {
    border-radius: 1rem !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    background-color: #ffffffdc !important;
}

.g-8 {
    margin: 0 !important;
}

.counter {
    background-color: #fff !important;
 /*   width:3rem!important;*/
}

    .counter input {
        background-color: #fff !important;
        width: 4rem!important;
    }

.path-products {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    
    
}

.path-container {
    display: inline-block;
    padding-bottom: 1rem;
    padding-left: 1rem;

    
}

    .path-container:after {
        content: '';
        width: 0px;
        height: 0.3rem;
        display: block;
        background: #12cbb3;
        transition: 300ms;
    }

    .path-container:hover:after {
        width: 100%;
    }

.font-h4-st {
    letter-spacing: 1px;
    cursor: pointer;
}

.font-h4-md {
    cursor: default;
}

.font-h4-en {
    color: #0baf9a;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
}

     .font-h4-en:hover {
        letter-spacing: 2px;
    }

.menu-xl ul {
    padding-bottom: 2rem;
}
.button-background{
    display:flex!important;
    justify-content:center;
    align-items:center;
    width:100%;
}
.menu-post {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.9rem;
    border: none;
    border-radius: 1rem;
    font-size: 0.7rem;
    font-weight: 700;
    font-family: "Public Sans", sans-serif;
    color: #fff;
    background-color: #0baf9a;
    gap:0.3rem;
}

    .menu-post:hover {
        background-color: #10d0b8;
    }

.buy-button:hover {
    background-color: #10d0b8 !important;
}

.service-box .service-detail h5:hover {
    cursor: default;
}
.search-box {
    padding-bottom:2rem;
}

.search-box .input-group {
    align-items:inherit!important;
}

.theme-color-2 {
    background-color: #eaeaea;
    color: #333;
    font: 100% Lato,Arial,Sans Serif;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#background-wrap {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}



.category-menu ul .category-list h6 {
    color: #0baf9a; 
    padding-left:0.5rem;
}


@media screen and (min-width:1080px) and (max-width:1188px){
    .counter {
        width: 7rem !important;
    }
    .counter input {
       
    }
}
@media screen and (min-width:992px) and (max-width:1079px) {
    .counter {
        width: 6rem !important;
    }

        .counter input {
        }
}

