@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');


footer{
    position: relative;
    top: 0rem;
}



footer table {
    width: 100%;
    border-collapse: collapse;
    background-color: rgb(32, 31, 31);
    top: 0rem;
}
footer td {
    padding: 12px;
    border: 0px solid #ffffff;
    text-align: left;
    color: antiquewhite;
}

footer td img {
    width: 100px;
    position: relative;

}
.footername{
    width: 100%;
    font-family: "Playfair", serif;
    font-weight: 600;
    font-style: normal;

}
footer td p {

    position: relative;
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-family: "Tilt Warp", serif;
}

footer th  {
    position: relative;
    color: rgb(255, 255, 255);
    font-family: "Tilt Warp", serif;
}

footer td hr {
    width: 100%;
    position: relative;
    color: rgb(255, 255, 255);
    font-weight: 200;

}
.tableheadlist{
    width: 75%;
    background-color: none;
    display: flex;
    left: -12%;
    position: relative;
}

.tableheadlist ul{
    list-style: none;
}
.tableheadlist ul li a, .tableheadlist ul li{
    font-size: 15px;
    padding: 5px 0px;
    color: #ffffff;
    text-decoration: none;
}

.tableheadlist ul  .header{
    font-size: 17px;
    font-weight:900 ;
    color: #ffffff;
}

.shopdetail{
    font-size: 17px;
    position: relative;
    top: -3rem;
    width: 90%;
    left: -10%;
    padding: 0px 15px;
}


.gmap_canvas {
    overflow:hidden;
    background:none;
    width:100%;
    height: 20rem;
    
             }

.mapouter{
    position:relative; 
    width:100%;   
    padding: 0px 125px;
    }

.mapouter .map{
        position: relative;
        color: rgb(247, 252, 252);
        font-size: 39PX;
        width: 100%;
}
          

.webupdate{
    font-size: 12px;
    color: #ffffff;
}

@media screen and (min-width: 2500px){
    .tableheadlist{
    width: 75%;
    left: -1%;
}

   .shopdetail{
     left: 0.5%;
   }
}


@media screen and (max-width: 1000px) {
   
   footer{
top: 90px;
   }
 thead, tbody, td, tr {
        display: block; /* Make everything block elements */

    }
.mapouter{
    position:relative; 
    width:100%;   
    padding: 0px 0px;
    }

.tableheadlist{
display: block;
left: -3%;
}

.shopdetail{
    left: 0;
}

.shopdetail{
    font-size: 13px;
    top: -2rem;
    width: 90%;
    left: 0%;
    padding: 0px 10px;
}

}

@media screen and (max-width: 500px) {
    footer td img {
        width: 40px;
    
    }
    footer td p {
        font-size: 23px;
    }
    .navlist{
        position: relative;
    }

    .tableheadlist{
display: block;
left: -6%;
}

.shopdetail{
    left: 0;
}

.shopdetail{
    font-size: 13px;
    top: -2rem;
    width: 90%;
    left: 0%;
    padding: 0px 10px;
}
}
