.location__phone a {
    padding: 0px 0 0 0px;
    margin-top: -1px;
}
.cstm_btn {
    text-align: center;
    margin-top: 15px;
}
td {
    border-bottom: 1px solid #f79646;
    border-color: #f79646;
}
@media (max-width: 767px) {
    .editable__container img {
        max-width: 100% !important;
        margin: auto !important;
        width: auto !important;
        float: none !important;
        height: auto !important;
        display: block !important;
        padding-bottom: 7px !important;
    }
}

/* .wrap__socialmedia-location-logo .location p:last-child {
    margin: -10px 0px 0px -15px;
}


iframe {
    max-width: 100%;
}

.logo__link.logo__left .logo__image{
    height: 100% !important;
    max-width: 640px !important;
    width: 100% !important;
}

td.condtionstd {
    border: #f79646;
} */


/* ----------------Button Animation property----------------- */
.favorite {
  animation: wiggle 2s linear infinite;
  cursor: pointer;
}

/* Keyframes */
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}
.mobile_btn {
    margin-top: 15px;
    margin-bottom: 15px;
}
/* ----------------Button Animation property----------------- */