@charset "utf-8";
section.first-section {
    min-height: 60vh;
}
.list-dot li {
    font-size: 15px;
}
#tabs-nav {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 32px 0 24px;
    justify-content: center;
    border: 2px solid #007a3e;
}
#tabs-nav li {
    width: calc(16.7% - 2px);
    text-align: center;
    border-right: 2px solid #007a3e;
}
#tabs-nav li:last-child {
    border-right: none;
}
#tabs-nav li a {
    padding: 10px;
    background: #fff;
    color: #007a3e;
    display: block;
    transition: .3s ease-in-out;
}
#tabs-nav li a.current, #tabs-nav li a:hover {
    background: #ffc915;
}

table {
    border-collapse: collapse;
    width: 100%;
}
tr {
    background-color: #d9ebe2;
}
tr:nth-child(even){
    background-color: #fff;
}
th, td {
    border: 1px solid #007a3e;
    padding: 5px 8px;
}
td {
    font-size: 12px;
    padding: 5px 10px;
}
td:last-child {
    width: 25%;
    text-align: center;
}
th.title-table {
    background: #ffe48a;
    width: 16.67%;
}
th.none {
    border: none;
    background: #fffae8;
}
td .store-name {
    margin-right: 8px;
    font-weight: bold;
    color: #007a3e;
}
td i {
    color: #ccc;
    font-size: 17px;
    opacity: .55;
}
td i.active {
    opacity: 1;
}
td i.fa-dog.active {
    color: #336699;
}
td i.fa-cat.active {
    color: #cc6633;
}
.heading-img {
    position: relative;
    /* overflow: hidden; */
    padding-top: 50px;
}
.heading-img img {
    position: absolute;
    height: 40px;
    width: 100%;
    object-fit: cover;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.heading-with-accent {
    margin-top: -12px;
    border: 2px solid #007a3e;
    border-top: 0;
    padding: 10px;
    background-color: #fff;
    box-shadow: 1px 2px 6px rgb(0 0 0 / 50%);
}
.wrapp-heading-text {
    text-align: center;
    display: block;
    margin: auto;
    border: 1px solid #007a3e;
    border-radius: 8px;
    font-size: 24px;
    color: #007a3e;
    position: relative;
    background-color: #fff;
}
.wrapp-heading-text > span {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #007a3e;
    border: 2px solid #fff;
}
.wrapp-heading-text .left {
    left: -2px;
    top: -2px;
}
.wrapp-heading-text .left-bottom {
    left: -2px;
    bottom: -2px;
}
.wrapp-heading-text .right {
    right: -2px;
    top: -2px;
}
.wrapp-heading-text .right-bottom {
    right: -2px;
    bottom: -2px;
}

.comming-soon {
    color: #fff;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    background: #007a3e;
    font-family: HanSan_Bold;
}

@media only screen and (max-width: 767px) {
    #tabs-nav {
        border: 1px solid #007a3e;
    }
    #tabs-nav li {
        width: calc(50% - 2px);
        border: 1px solid #007a3e;
    }
    #tabs-nav li:last-child {
        border: 1px solid #007a3e;
    }
    table, tbody {
        display: block;
    }
    tr {
        display: flex;
        flex-wrap: wrap;
    }
    th{
        padding: 0;
        border: none;
    }
    th.title-table {
        background: #ffe48a;
        width: 100%;
        padding: 5px;
        border: 1px solid #007a3e;
    }
    td {
        width: calc(60% - 22px);
        font-size: 12px;
    }
    td:last-child {
        width: calc(40% - 22px);
    }
    td .store-name {
        font-size: 3.2vw;;
    }
    .heading-img {
        margin-bottom: 16px;
    }
    .google-map-url {
        margin-top: 10px;
        display: block;
    }
}