footer{
/*  background: #0A0A0B;*/
  padding: 80px 0px 30px;
}
.footer {
  width: 91%;
  margin: auto;
}
.footer_top {
    border-bottom: 1px solid #111112;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.ftr_countries {
    padding-top: 30px;
}
.ftr_countries ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
}
.ftr_countries ul li {
    display: inline-block;
    margin: 0 5px;
    border-right: 1px solid #fff;
    padding-right: 10px;
    line-height: 13px;
    text-decoration: none;
    color: #ffffff !important;
    font-size: 15px;
    text-transform: uppercase;
}
.ftr_countries ul li:last-child{
    border: 0;
}
.ftr_countries ul li a {
    text-decoration: none;
    color: #ffffff !important;
    font-size: 15px;
    text-transform: uppercase;
}
.ftr_top_left {
    display: block;
    align-items: center;
    width: 510px;
    margin: 0 auto;
    text-align: center;
}
.ftr_top_left p {
    color: #fff;
}
.gourmex_logo{
  margin-bottom: 15px;
}
.ftr_logo {
  border-right: 1px solid #111112;
  padding-right: 40px;
  margin-right: 40px;
}
.ftr_top_left a {
  font-size: 16px;
  color: #F7F7F7;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}
.ftr_top_right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.ftr_address_wrap h6 {
  color: #5D5D5D;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}
.ftr_address_wrap a {
  color: #F3F4F6;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  /*width: 270px;*/
  margin: auto;
}
.ftr_address_wrap {
  text-align: center;
  margin-bottom: 42px;
}
.ftr_number {
  display: block;
  justify-content: center;
}
.ftr_number a {
    width: unset;
    margin: 0 15px;
}
.ftr_address_wrap a iconify-icon {
  margin-right: 5px;
  font-size: 18px;
  margin-bottom: -3px;
}

.ftr_centre {
    padding-bottom: 40px;
    border-bottom: 1px solid #111112;
    width: 70%;
    margin: auto;
}
.ftr_menu {
  padding: 42px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #111112;
  margin-bottom: 30px;
}
.ftr_menu a {
  text-decoration: none;
  color: #F3F4F6;
  font-size: 16px;
  font-weight: 300;
  margin: 0 32px;
  transition: all .5s linear;
}
.ftr_menu a:hover{
  color: #AF0419;
  transition: all .5s linear;
}
.copy_right p {
  font-size: 13px;
  color: #6F6F6F;
  font-weight: 400;
  margin: 0;
}
.copy_right{
  text-align: center;
}
.copy_right p a{
  text-decoration: none;
  color: #6F6F6F;
  text-transform: capitalize;
}