/**
 * DISCLAIMER
 *
 * Do not edit or add to this file.
 * You are not authorized to modify, copy or redistribute this file.
 * Permissions are reserved by Keshva.
 *
 *  @author    Keshva Modules
 *  @copyright Keshva 2024
 *  @license   Single domain
 */
.footer.delivery-popup .dropdown-menu {
   /* display: block !important;*/
}
.footer.delivery-popup {
    text-align: center;
}
 
.footer.delivery-popup {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 35px;
	text-align:center;
}
 
.footer.delivery-popup a.btn.btn-default {
    border: 1px solid #6c868e;
    /*color: #6c868e;*/
    cursor: pointer;
} 
 
 
.footer.delivery-popup .btn {
    
    margin-left: 10px;
    margin-right: 10px;
    min-width: 130px;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 600;
    font-size: 14px;
    text-transform: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
} 

.ets_av_primary {
    color: #ffffff !important;
    background-color: #24b9d7 !important;
    border-color: #24b9d7 !important;
}
 
button.f-button.is-close-btn {
    display: none;
} 
 
#popUpMessage {
  display: none;
  position: relative;
}
.fancybox__backdrop{
  background-color:rgba(0,0,0,0.4); ;
}
.fancybox__content {
  padding: 0;
  z-index: 100;
  min-height: 200px;
  min-width: 300px;
}
.fancybox__content > .f-button.is-close-btn{
  background-color: rgb(187, 29, 29) !important;
  color: white;
}
.fancybox__content img {
  max-width: 100%;
  height: auto;
}
#popUpMessageBackground {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
