  body {    
    margin: 0;
    padding: 0;
    text-align: center;
    /* font-family: "Lato", sans-serif;  */
    /* background: #fff linear-gradient(#fff, rgb(175, 192, 209)); */   
  }

  h1 {
    margin: 20px;
    margin-top: 40px;
    color: #2b2d57;
    letter-spacing: 2px;
  }
  @media (max-width:540px) {
    h1 {
      font-size: 150%;
    }
  }

  a {
    text-decoration: none;
    color: #fff;
  }

  .main-logo {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -95px;
    width: 190px;
    z-index: 2;
  }
  .main-logo img {
    width: 100%;
  }
 
  .header {
    width: 100%;
    background-color: lightslategray;  
    position: relative;  
  }

  .content {
    margin: auto;
    width: 70%;
  }
  @media (max-width: 1200px) {
    .content {       
        width:100%;
    }
  }

  .footer {   
    background-color: lightslategray;
    text-align: center;
    color: #fff;   
    display: flex;
    flex-flow: wrap;
    padding: 10px;    
  }

  .footer-l {
    width: 33.33%;    
  }

  .footer-c {
    width: 33.33%;    
  }

  .footer-r {
    width: 33.33%;    
  }

  @media (max-width:1000px) {
    .footer-l, .footer-c, .footer-r {
      width: 100%;
    }

    .footer-l {
      order: 1;
    }
    .footer-c {
      order: 2;
    }
    .footer-r {
      order: 0;
    }
  }

  .popup-product-img {
    display: none;
    position: absolute;
    top: 20%;
    left: 30%;
    width: 40%;   
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    z-index: 5;
  }

  @media (max-width: 540px) {
    .popup-product-img {
      left: 10%;
      width: 80%;    
    }
  } 

  .popup-product-img img {
    width: 100%;
  }

  .info {
    padding: 2px;
    margin: 3px;
    font-size: 90%;
  }

  .bolt {
    display: inline-block;
  }
  .bolt img {
    height: 35px;
  }

  .foody {
    display: inline-block;
  }
  .foody img {
    height: 35px;
  }

  .wolt {
    display: inline-block;
  }
  .wolt img {
    height: 35px;
  }

  .social {
    height: 25px;
    margin: 5px;
    display: inline-block;
  }

  .social img {
    height: 100%;
  }
  
  .cards {
    margin: 5px;
    display: inline-block;
  }

  .cards img {
    height: 40px;
  }

  .btn-menu {
    padding: 20px;
    display: inline-block;
    font-size: 125%;
  }

  .mobile-menu-btn {
    padding: 20px;
    display: inline-block;
    font-size: 125%;
    color: #fff;
    display: none;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }

  .mobile-menu-btn:hover {
    background-color: orange;
  }

  .mobile-menu {
    position: absolute;
    right: 0;
    top: 60px;
    background-color: lightslategray;
    color: #fff;
    z-index: 1;
    /* display: none; */
    
    opacity: 0;
    transition: opacity 1s;     
  }  
 
  .btn-mobile {
    cursor: pointer;
    padding: 10px 30px;
    font-size: 175%;
    border-bottom: 1px solid #fff;
  }
  .btn-mobile:nth-last-child(1) {
    border-bottom: 0;
  }

  .btn-mobile:hover {
    background-color: orange;
  }

  .main-menu {
    display: flex;
    justify-content: center;
  }

  @media (max-width:1000px) {
    .btn-menu {
      display: none;
    }
    .mobile-menu-btn {
      display: inline-block;
    }
  }

  .btn-menu:hover {
    background-color: orange;
  }

  .btn-menu a {
    text-decoration: none;
    color: #fff;
  }

  .logo {
    font-size: 150%;
    font-weight: bold;
    display: inline-block;
    color: #fff;
  }

  .title {
    font-size: 200%;
    margin: 20px;
    font-weight: bold;
    color: #2b2d57;
    letter-spacing: 7px;
  }

  .category-title {
    font-size: 150%;
	font-weight: bold;
    margin: 10px;
  }

  .about-us {
    margin-left: 15%;
    width: 70%;
    margin-bottom: 40px;
    color: lightslategray;
  }

  .map-container {
    display: grid;      
    grid-template-columns: 50% 50%; 
    align-items: start;
    margin: 15px;
    margin-bottom: 50px;
  }
  @media (max-width: 1200px) {
    .map-container {
        grid-template-columns: 100%;
        align-items: center;
    }
  }

  .map, .reviews {       
    margin: 10px;
    position: relative;
  }

  .reviews {
    height: 200px;
  }

  .reviews a {
    color: lightslategray;
  }

  .map-banner {
    position: absolute;
    width: 25%;
    background-color: #fff;
    top: 15%;
    left: 15%;
    font-size: 80%;
    color: lightslategray;
    padding: 5px;
  }

  .map img {
    width: 100%;
  }

  .review {
    position: absolute;        
    background-color: #fff;       
    border: 1px solid lightslategray; 
    border-radius: 8px;
    color: lightslategray;
    padding: 12px;  
    width: 45%;    
    cursor: pointer;    
  }
  .review::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: lightslategray transparent transparent transparent;
}

.review-position-1 {
    top: 0%;
    left: 5%;
    z-index: 1;
}

.review-position-2 {
    top: 15%;
    right: 5%;
    z-index: 2;
}

.review-position-3 {
    top: 42%;
    left: 5%;
    z-index: 3;
}   

.review-position-4 {
    top: 60%;
    right: 5%;
    z-index: 4;
}

.review-position-5 {
  top: 80%;
  left: 5%;
  z-index: 5;
}

@media (max-width:540px) {
  .review-position-1, .review-position-3, .review-position-5 {
    left: 0;
  }
  .review-position-2, .review-position-4 {
    right: 0;
  }
}

.best-products {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
}

@media (max-width: 1200px) {
  .best-products {
      grid-template-columns: 50% 50%;
  }
}

@media (max-width: 540px) {
    .best-products {
        grid-template-columns: 100%;
    }
}

.best-product {
    margin: 10px;    
    box-sizing: border-box;   
}

/* .best-product img {
  width: 100%; 
} */

.best-product-title {
    color: lightslategray;
    font-weight: bold;
    font-size: 125%;
    padding: 15px;
    text-align: center;
    border: 1px solid lightslategrey; 
}

.products-table {
  width: 60%; 
  margin: auto;
  color: #2b2d57;
}

@media (max-width: 1000px) {
  .products-table {
    width: 90%;
  }
}

/* .products-table tr:nth-child(odd) {
 color: #464986;
} */

.products-table td {
  padding-top: 15px;
}

.products-table img {
  width: 70%;
}

.product-price {  
  vertical-align: bottom;
  font-weight: bold;
  text-align: right;
  width: 10%;
}

.product-new {  
  vertical-align: middle;
}
.product-new img {
  width: 30px;
  height: 30px; 
}

.product-name { 
  text-align: left; 
  width: 70%;
}

.small {
  font-size: 95%;
}

.smaller {
  font-size: 85%;
}

.strong {
  font-weight: bold;
}

.mt {
  margin-top: 5px;  
}

.lightslategray {
  color: lightslategray;
}