.gm-style-iw-c{
    padding-bottom: 0.8em !important;
    padding-right: 0.8em !important;
}




/* ----------------------------------------------
 * Generated by Animista on 2021-3-17 10:51:45
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
            transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  } 
}

#delivery-fee-div {
  transition: all 300ms  !important;
  height: 0px;
  visibility: hidden;
}

.push-down{
  height: 100px !important;
  visibility: visible !important;
}


.slide-in-left {
	        animation: slide-in-left 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
}
