body.modal-open {
  padding-right: 0 !important;
}

#omada_3000014::before {	
  font-family: FontAwesome;
  content: "\f041";
  font-size: 20px;
  padding: 0 0 0 10px;
  color: #FF9F45;
}

li#omada_800000003 {
  padding: 0 0 0 10px;
}

#omada_800000003::before {	
  content: "" !important;
  background: url("/css/icons/box.png") no-repeat scroll center/100% !important;
  display: inline-block !important;
  padding: 0 !important;
  width: 21px !important;
  height: 21px !important;
  margin-bottom: -5px !important;
}

.biz-google-review-badge {
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  transition: none !important;
}

.biz-google-review-badge.size-small {
  position: absolute !important;
  top: 0;
  left: auto !important;
  right: 0;
  height: 80px;
  width: 210px;
  margin-right: -16px;
  margin-top: -16px;
  transform: scale(0.7);
}

.footer_more_info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_more_info .banks_info .greece20 {
  max-width: 300px;
}

.footer_more_info .banks_info .greece20 {
  display: inline-block;
  list-style: none;
  padding-left: 2px;
}

.footer_contact_info .greece20{
  margin-top: 30px;
}

@media only screen and (min-width: 769px) {
  .biz-google-review-badge.size-small {
    display: none !important;
  }

  .greece20.pg_mobile_only{
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .biz-google-review-badge:not(.size-small) {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .footer_more_info > a > img {
    max-width: 90px;
  }
  
  @supports (-webkit-touch-callout: none) {
    .footer_more_info > a > img {
      transform: rotate(-90deg);
      margin-bottom: -40px;
    }
  }
}

.whatsapp-btn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99999999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
		
.whatsapp-btn img {
  width: 200px;
  height: auto;
}

.whatsapp-btn .desktop-icon { 
  display: inline; 
}

.whatsapp-btn .mobile-icon { 
  display: none; 
}

@media (max-width: 1024px) {
  .whatsapp-btn .desktop-icon { 
    display: none; 
  }
  .whatsapp-btn .mobile-icon { 
    display: inline; 
  }
	.whatsapp-btn img {
    width: 50px;
    height: auto;
  }
}