@import url(../css/font/icomoon/style.css);
.ipc-mall-map-widget {
  position: relative;
  background-color: #F0F0F0;
}
.ipc-mall-map-widget span.coming-soon {
  padding-left: 0 !important;
}
.ipc-mall-map-widget .ipc-widget-wrapper {
  height: calc(100vh - 90px);
  max-height: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .ipc-mall-map-widget .ipc-widget-wrapper {
    height: auto;
    max-height: auto;
  }
}
.ipc-mall-map-widget .mall-wrapper {
  width: 67%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .ipc-mall-map-widget .mall-wrapper {
    height: 560px;
    width: 100%;
  }
}
.ipc-mall-map-widget .mall-wrapper.active-3d-mode .mall-controls .zoom-out,
.ipc-mall-map-widget .mall-wrapper.active-3d-mode .mall-controls .zoom-in {
  opacity: 0.5;
  pointer-events: none;
}
.ipc-mall-map-widget .mall-wrapper.active-3d-mode .mall-controls .mode-3d {
  background-color: #0047BA;
}
.ipc-mall-map-widget .mall-wrapper.active-3d-mode .mall-controls .mode-3d span {
  color: #FFFFFF;
}
.ipc-mall-map-widget .mall-wrapper.active-3d-mode .map-box {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.ipc-mall-map-widget .mall-wrapper.active-3d-mode .map-box svg {
  -webkit-transform: scale(1) perspective(500px) rotateX(45deg) rotateY(-3deg) translateX(20px) translateY(-90px);
          transform: scale(1) perspective(500px) rotateX(45deg) rotateY(-3deg) translateX(20px) translateY(-90px);
}
@media only screen and (max-width: 991px) {
  .ipc-mall-map-widget .mall-wrapper.active-3d-mode .map-box svg {
    -webkit-transform: scale(1) perspective(500px) rotateX(45deg) rotateY(-3deg) translateX(20px) translateY(-30px);
            transform: scale(1) perspective(500px) rotateX(45deg) rotateY(-3deg) translateX(20px) translateY(-30px);
  }
}
.ipc-mall-map-widget .mall-wrapper #mall-map-loader {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.ipc-mall-map-widget .mall-wrapper #mall-map-loader.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  visibility: visible;
}
.ipc-mall-map-widget .mall-wrapper #mall-map-loader .load-inner {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 10px;
}
.ipc-mall-map-widget .mall-wrapper .floor-listing-controls {
  position: absolute;
  top: 40px;
  right: 40px;
}
@media only screen and (max-width: 991px) {
  .ipc-mall-map-widget .mall-wrapper .floor-listing-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 30px;
    right: calc(50% - 119px);
  }
}
@media only screen and (max-height: 665px) and (min-width: 992px) {
  .ipc-mall-map-widget .mall-wrapper .floor-listing-controls {
    right: 110px;
  }
}
.ipc-mall-map-widget .mall-wrapper .floor-listing-controls ul {
  padding: 2px;
  margin: 0;
  list-style: none;
  border: 2px solid #0047BA;
  border-radius: 30px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .ipc-mall-map-widget .mall-wrapper .floor-listing-controls ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ipc-mall-map-widget .mall-wrapper .floor-listing-controls ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (max-width: 991px) {
  .ipc-mall-map-widget .mall-wrapper .floor-listing-controls ul li {
    width: 34px;
    height: 34px;
  }
  .ipc-mall-map-widget .mall-wrapper .floor-listing-controls ul li:not(:last-child) {
    margin-bottom: 0 !important;
    margin-right: 15px;
  }
}
.ipc-mall-map-widget .mall-wrapper .floor-listing-controls ul li:not(:last-child) {
  margin-bottom: 3px;
}
.ipc-mall-map-widget .mall-wrapper .floor-listing-controls ul li.active {
  cursor: default;
  pointer-events: none;
  background-color: #e0258e;
}
.ipc-mall-map-widget .mall-wrapper .floor-listing-controls ul li.active span.txt-inner {
  color: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .ipc-mall-map-widget .mall-wrapper .floor-listing-controls ul li:hover {
    background-color: #e0258e;
  }
  .ipc-mall-map-widget .mall-wrapper .floor-listing-controls ul li:hover span.txt-inner {
    color: #FFFFFF;
  }
}
.ipc-mall-map-widget .mall-wrapper .floor-listing-controls ul li span.txt-inner {
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
  width: 100%;
  height: 22px;
  text-align: center;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: #0047BA;
  font-family: Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 991px) {
  .ipc-mall-map-widget .mall-wrapper .floor-listing-controls ul li span.txt-inner {
    top: calc(50% - 6px);
    width: 100%;
    height: 13px;
    font-size: 13px;
  }
}
.ipc-mall-map-widget .mall-wrapper ul.mall-controls {
  position: absolute;
  right: 40px;
  bottom: 60px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .ipc-mall-map-widget .mall-wrapper ul.mall-controls {
    right: unset;
    bottom: unset;
    left: 40px;
    top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .ipc-mall-map-widget .mall-wrapper ul.mall-controls {
    left: 15px;
  }
}
@media only screen and (max-height: 665px) and (min-width: 992px) {
  .ipc-mall-map-widget .mall-wrapper ul.mall-controls {
    bottom: unset;
    top: 40px;
  }
}
.ipc-mall-map-widget .mall-wrapper ul.mall-controls[zoom-limit=minZoom] .zoom-out, .ipc-mall-map-widget .mall-wrapper ul.mall-controls[zoom-limit=maxZoom] .zoom-in {
  opacity: 0.5;
  pointer-events: none;
}
.ipc-mall-map-widget .mall-wrapper ul.mall-controls li.mall-control-icon {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #0047BA;
  background-color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (max-width: 991px) {
  .ipc-mall-map-widget .mall-wrapper ul.mall-controls li.mall-control-icon {
    width: 34px;
    height: 34px;
    border: 2px solid #0047BA;
  }
}
@media (hover: hover) and (pointer: fine) {
  .ipc-mall-map-widget .mall-wrapper ul.mall-controls li.mall-control-icon:hover {
    background-color: #0047BA;
  }
  .ipc-mall-map-widget .mall-wrapper ul.mall-controls li.mall-control-icon:hover span {
    color: #FFFFFF;
  }
}
.ipc-mall-map-widget .mall-wrapper ul.mall-controls li.mall-control-icon:not(:last-child) {
  margin-bottom: 8px;
}
.ipc-mall-map-widget .mall-wrapper ul.mall-controls li.mall-control-icon span {
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
  width: 100%;
  height: 22px;
  text-align: center;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1;
  color: #0047BA;
}
@media only screen and (max-width: 911px) {
  .ipc-mall-map-widget .mall-wrapper ul.mall-controls li.mall-control-icon span {
    top: calc(50% - 5px);
    width: 100%;
    height: 12px;
    font-size: 12px;
  }
}
.ipc-mall-map-widget .mall-wrapper .mall-image-holder {
  position: relative;
  height: 100%;
  padding: 0 130px 0;
  text-align: center;
}
.ipc-mall-map-widget .mall-wrapper .mall-image-holder .map-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.ipc-mall-map-widget .mall-wrapper .mall-image-holder .map-box.active {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.ipc-mall-map-widget .mall-wrapper .mall-image-holder img,
.ipc-mall-map-widget .mall-wrapper .mall-image-holder svg {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.ipc-mall-map-widget .mall-wrapper .mall-image-holder .map-box-1 svg .store-tooltip:hover,
.ipc-mall-map-widget .mall-wrapper .mall-image-holder .map-box-1 svg .store-tooltip.active {
  fill: #C1D42F;
}
.ipc-mall-map-widget .mall-wrapper .mall-image-holder .map-box-2 svg .store-tooltip:hover,
.ipc-mall-map-widget .mall-wrapper .mall-image-holder .map-box-2 svg .store-tooltip.active {
  fill: #F99E2C;
}
.ipc-mall-map-widget .mall-wrapper .mall-image-holder .map-box-3 svg .store-tooltip:hover,
.ipc-mall-map-widget .mall-wrapper .mall-image-holder .map-box-3 svg .store-tooltip.active {
  fill: #E21C8E;
}
.ipc-mall-map-widget .mall-wrapper .mall-image-holder .map-box-4 svg .store-tooltip:hover,
.ipc-mall-map-widget .mall-wrapper .mall-image-holder .map-box-4 svg .store-tooltip.active {
  fill: #FFCE06;
}
.ipc-mall-map-widget .mall-wrapper .mall-image-holder .map-box-5 svg .store-tooltip:hover,
.ipc-mall-map-widget .mall-wrapper .mall-image-holder .map-box-5 svg .store-tooltip.active {
  fill: #0047BA;
}
.ipc-mall-map-widget .mall-wrapper .mall-image-holder .map-box-5 svg .store-tooltip:hover ~ text,
.ipc-mall-map-widget .mall-wrapper .mall-image-holder .map-box-5 svg .store-tooltip.active ~ text {
  fill: #FFFFFF;
}
.ipc-mall-map-widget .mall-wrapper .mall-image-holder svg .store-txt-tooltip,
.ipc-mall-map-widget .mall-wrapper .mall-image-holder svg text {
  pointer-events: none;
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 1000;
  }
}
.ipc-mall-map-widget .mall-wrapper .mall-image-holder svg .store-tooltip:hover,
.ipc-mall-map-widget .mall-wrapper .mall-image-holder svg .store-tooltip.active {
  -webkit-animation: dash 30s linear infinite;
  stroke-dasharray: 13;
  stroke: #333333;
  stroke-width: 3px;
}
.ipc-mall-map-widget .store-filter-mobile {
  display: none;
  width: 100%;
}
.ipc-mall-map-widget .store-filter-mobile .store-filter-holder {
  padding: 27px 60px 22px;
}
.ipc-mall-map-widget .store-filter-mobile .store-filter-holder .store-filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ipc-mall-map-widget .store-filter-mobile .store-filter-holder .filter-field-group {
  width: calc(50% - 4px);
}
.ipc-mall-map-widget .store-filter-mobile .store-filter-holder .filter-field-group:not(:first-child) {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .ipc-mall-map-widget .store-filter-mobile .store-filter-holder {
    padding: 27px 15px 22px;
  }
}
@media only screen and (max-width: 380px) {
  .ipc-mall-map-widget .store-filter-mobile .store-filter-holder .filter-field-group {
    width: 100%;
  }
  .ipc-mall-map-widget .store-filter-mobile .store-filter-holder .filter-field-group:not(:first-child) {
    margin-top: 10px;
  }
}
.ipc-mall-map-widget .store-filter-holder {
  background-color: #ECE6E1;
  padding: 40px 50px;
}
@media only screen and (max-width: 1199px) {
  .ipc-mall-map-widget .store-filter-holder {
    padding: 33px;
  }
}
.ipc-mall-map-widget .store-filter-holder .filter-field-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ipc-mall-map-widget .store-filter-holder .filter-field-group:not(:first-child) {
  margin-top: 24px;
}
.ipc-mall-map-widget .store-filter-holder .filter-field-group .filter-label {
  width: 35%;
  display: block;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  color: #333333;
}
@media only screen and (max-width: 1199px) {
  .ipc-mall-map-widget .store-filter-holder .filter-field-group .filter-label {
    width: 100%;
  }
}
.ipc-mall-map-widget .store-filter-holder .filter-field-group .filter-field {
  position: relative;
  width: 65%;
}
@media only screen and (max-width: 1199px) {
  .ipc-mall-map-widget .store-filter-holder .filter-field-group .filter-field {
    width: 100%;
  }
}
.ipc-mall-map-widget .store-filter-holder .filter-field-group .filter-field input {
  width: 100%;
  outline: none;
  height: 44px;
  padding: 0 45px 0 20px;
  border-radius: 41px;
  border: 2px solid #0047BA;
  font-size: 16px;
}
.ipc-mall-map-widget .store-filter-holder .filter-field-group .filter-field input[type=button] {
  background-color: #FFFFFF;
  text-align: left;
  font-weight: bold;
  color: #0047BA;
  cursor: pointer;
}
.ipc-mall-map-widget .store-filter-holder .filter-field-group .filter-field .icon-input {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  font-size: 20px;
  color: #0047BA;
}
.ipc-mall-map-widget .store-filter-holder .category-select-group > span {
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 0 45px 0 20px;
  border-radius: 41px;
  border: 2px solid #0047BA;
  background-color: #FFFFFF;
}
.ipc-mall-map-widget .store-filter-holder .category-select-group > span input[type=button] {
  padding: 0;
  border: none;
  height: 100%;
  width: 100%;
  border-radius: 0;
}
.ipc-mall-map-widget .store-filter-holder .category-select-group.show ul.categories-list {
  top: 44px;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.ipc-mall-map-widget .store-filter-holder .category-select-group.show .icon-input.icon-arrow-down {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.ipc-mall-map-widget .store-filter-holder .category-select-group .icon-input.icon-arrow-down {
  font-size: 14px;
  top: calc(50% - 7px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ipc-mall-map-widget .store-filter-holder .category-select-group ul.categories-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  height: 0;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #e0258e;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ipc-mall-map-widget .store-filter-holder .category-select-group ul.categories-list li.category-item {
  padding: 10px 20px;
  font-size: 15px;
  color: #FFFFFF;
}
.ipc-mall-map-widget .store-filter-holder .category-select-group ul.categories-list li.category-item.active {
  display: none;
}
.ipc-mall-map-widget .store-filter-holder .category-select-group ul.categories-list li.category-item:first-child {
  border-radius: 10px 10px 0 0;
}
.ipc-mall-map-widget .store-filter-holder .category-select-group ul.categories-list li.category-item:last-child {
  border-radius: 0 0 10px 10px;
}
.ipc-mall-map-widget .store-filter-holder .category-select-group ul.categories-list li.category-item:hover {
  cursor: pointer;
  background-color: #0047BA;
}
.ipc-mall-map-widget .store-listing-wrapper {
  width: 33%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .ipc-mall-map-widget .store-listing-wrapper {
    display: none;
  }
}
.ipc-mall-map-widget .store-listing-wrapper .store-items {
  padding: 33px 20px 0 50px;
  height: 100%;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 1199px) {
  .ipc-mall-map-widget .store-listing-wrapper .store-items {
    padding: 33px 20px 0 33px;
  }
}
.ipc-mall-map-widget .store-listing-wrapper .store-items .scrollable::-webkit-scrollbar-thumb {
  background-color: #0047BA;
  background-clip: border-box;
}
.ipc-mall-map-widget .store-listing-wrapper .store-items .scrollable::-webkit-scrollbar-track {
  background-color: #E0E0E0;
}
.ipc-mall-map-widget .store-listing-wrapper .store-items .store-items-wrapper {
  height: calc(100% - 192px);
  overflow: auto;
}
.ipc-mall-map-widget .store-listing-wrapper .store-items .store-item {
  padding-right: 24px;
}
.ipc-mall-map-widget .store-listing-wrapper .store-items .store-item:first-child h5.store-category-title {
  margin-top: 0;
}
.ipc-mall-map-widget .store-listing-wrapper .store-items .store-item:last-child {
  padding-bottom: 100px;
}
.ipc-mall-map-widget .store-listing-wrapper .store-items .store-item h5.store-category-title {
  margin: 20px 0 17px;
  font-size: 22px;
  line-height: 34px;
  font-weight: bold;
  color: #0047BA;
}
@media only screen and (max-width: 1199px) {
  .ipc-mall-map-widget .store-listing-wrapper .store-items .store-item h5.store-category-title {
    font-size: 20px;
  }
}
.ipc-mall-map-widget .store-listing-wrapper .store-items .store-item ul.store-item-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ipc-mall-map-widget .store-listing-wrapper .store-items .store-item ul.store-item-list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #B2B2B2;
  font-size: 20px;
  line-height: 27px;
  color: #333333;
}
@media only screen and (max-width: 1199px) {
  .ipc-mall-map-widget .store-listing-wrapper .store-items .store-item ul.store-item-list li {
    font-size: 16px;
    line-height: 20px;
  }
}
.ipc-mall-map-widget .store-listing-wrapper .store-items .store-item ul.store-item-list li:last-child {
  margin-bottom: 0;
}
.ipc-mall-map-widget .store-listing-wrapper .store-items .store-item ul.store-item-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ipc-mall-map-widget .store-listing-wrapper .store-items .store-item ul.store-item-list li span {
  display: block;
}
.ipc-mall-map-widget .store-listing-wrapper .store-items .store-item ul.store-item-list li span:last-child {
  padding-left: 10px;
}

.modal-container .post-modal {
  padding: 100px 0 60px;
  background-color: rgb(36, 83, 161);
}
@media only screen and (max-width: 991px) {
  .modal-container .post-modal {
    padding: 50px 0 60px;
  }
}
.modal-container .post-modal .modal-dialog {
  max-width: 1100px;
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .modal-container .post-modal .modal-dialog {
    max-width: 930px;
  }
}
@media only screen and (max-width: 991px) {
  .modal-container .post-modal .modal-dialog {
    max-width: 690px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-container .post-modal .modal-dialog {
    max-width: 100%;
    padding: 0 15px;
  }
}
.modal-container .post-modal .modal-content {
  background-color: transparent;
  border: none;
}
.modal-container .post-modal .modal-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.modal-container .post-modal .modal-header h6 {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
.modal-container .post-modal .modal-header .btn-close {
  width: 30px;
  height: 30px;
  opacity: 0.75;
  text-shadow: none;
  outline: none;
  border: none;
  background-color: transparent;
  font-size: 40px;
  line-height: 30px;
  font-weight: bold;
  color: #e0278e;
  cursor: pointer;
}
.modal-container .post-modal .modal-header .btn-close:hover {
  opacity: 1;
}
.modal-container .post-modal .modal-body {
  padding: 20px;
  -webkit-box-shadow: 0 9px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 9px 20px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  background-color: #FFFFFF;
}
.modal-container .post-modal .shop-detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 60px;
}
.modal-container .post-modal .shop-detail-box .shop-logo,
.modal-container .post-modal .shop-detail-box .shop-info {
  padding-top: 35px;
}
.modal-container .post-modal .shop-detail-box .shop-logo {
  width: 100px;
}
@media only screen and (max-width: 991px) {
  .modal-container .post-modal .shop-detail-box .shop-logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfe3ea;
  }
  .modal-container .post-modal .shop-detail-box .shop-logo img {
    width: 100px;
  }
}
.modal-container .post-modal .shop-detail-box .shop-logo .shop-name {
  display: none;
  margin-left: 15px;
}
.modal-container .post-modal .shop-detail-box .shop-logo .shop-name h2 {
  padding: 0;
  border: none;
}
@media only screen and (max-width: 991px) {
  .modal-container .post-modal .shop-detail-box .shop-logo .shop-name {
    display: block;
  }
}
.modal-container .post-modal .shop-detail-box .shop-name h2 {
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfe3ea;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  color: #2453a1;
}
.modal-container .post-modal .shop-detail-box .shop-info {
  width: calc(60% - 100px);
  padding-left: 20px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (max-width: 991px) {
  .modal-container .post-modal .shop-detail-box .shop-info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 15px 0 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .modal-container .post-modal .shop-detail-box .shop-info .shop-name {
    display: none;
  }
}
.modal-container .post-modal .shop-detail-box .shop-info .shop-desc {
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .modal-container .post-modal .shop-detail-box .shop-info .shop-desc {
    margin-top: 0;
  }
}
.modal-container .post-modal .shop-detail-box .shop-info .shop-desc .shop-excerpt {
  margin-bottom: 30px;
  color: #909090;
}
.modal-container .post-modal .shop-detail-box .shop-info .shop-desc .shop-more-info {
  display: block;
  margin-bottom: 14px;
  color: #2453a1;
}
.modal-container .post-modal .shop-detail-box .shop-gallery {
  position: relative;
  width: 40%;
  height: 330px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .modal-container .post-modal .shop-detail-box .shop-gallery {
    width: 100%;
  }
}
.modal-container .post-modal .shop-detail-box .shop-gallery .btn-slick-arrow {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  font-size: 40px;
  color: #FFFFFF;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
.modal-container .post-modal .shop-detail-box .shop-gallery .btn-slick-arrow.icon-next {
  right: 20px;
}
.modal-container .post-modal .shop-detail-box .shop-gallery .btn-slick-arrow.icon-prev {
  right: 80px;
}
.modal-container .post-modal .shop-detail-box .shop-gallery .btn-slick-arrow.slick-disabled {
  opacity: 0.35;
}
.modal-container .post-modal .shop-detail-box .shop-gallery .shop-slider,
.modal-container .post-modal .shop-detail-box .shop-gallery .slick-list,
.modal-container .post-modal .shop-detail-box .shop-gallery .slick-track {
  width: 100%;
  height: 100%;
}
.modal-container .post-modal .shop-detail-box .shop-gallery .shop-slide-item {
  width: 100%;
  height: 100%;
}
.modal-container .post-modal .shop-detail-box .shop-gallery .shop-slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}
.modal-container .post-modal .shop-map {
  background-color: #e6eff3;
}
.modal-container .post-modal .shop-map span.marker img.icon_maker {
  display: none;
}
.modal-container .post-modal .shop-map span.marker img.icon_maker_active {
  display: block;
}
.modal-container .post-modal .shop-map .ipc-popover-modal {
  position: absolute;
  top: -50px;
  left: 10px;
  width: 200px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background-color: #2453a1;
  border-radius: 10px 10px 10px 0;
}
.modal-container .post-modal .shop-map .ipc-popover-modal::after {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 40px;
  background-color: #FFFFFF;
  top: 4px;
  left: 4px;
  z-index: -1;
  border-radius: 10px 10px 10px 0;
}
.modal-container .post-modal .shop-map .ipc-popover-modal .popover-modal-wrapper {
  position: relative;
}
.modal-container .post-modal .shop-map .ipc-popover-modal span.tip {
  display: block;
  position: absolute;
  top: 27px;
  left: -54px;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #2453a1;
}
.modal-container .post-modal .shop-map .ipc-popover-modal span.tip::after {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 4px;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #FFFFFF;
  z-index: -1;
}
.modal-container .post-modal .shop-map .ipc-popover-modal h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
}

.ipc-body-mall-map nav#header {
  padding-bottom: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.ipc-body-mall-map.modal-open nav#header {
  position: fixed;
  z-index: 9999;
}
.ipc-body-mall-map .tooltip {
  -webkit-filter: drop-shadow(0px 5.67px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 5.67px 10px rgba(0, 0, 0, 0.1));
}
.ipc-body-mall-map .tooltip.show {
  opacity: 1;
}
.ipc-body-mall-map .tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #FFFFFF;
}
.ipc-body-mall-map .tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #FFFFFF;
}
.ipc-body-mall-map .tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #FFFFFF;
}
.ipc-body-mall-map .tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #FFFFFF;
}
.ipc-body-mall-map .tooltip .tooltip-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  max-width: 280px;
  height: 100px;
  padding: 0;
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  border-radius: 10px;
}
.ipc-body-mall-map .tooltip .tooltip-inner .content-left {
  width: 95px;
}
.ipc-body-mall-map .tooltip .tooltip-inner .content-left img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px 0 0 10px;
}
.ipc-body-mall-map .tooltip .tooltip-inner .content-right {
  width: calc(100% - 95px);
  padding: 12px;
  text-align: left;
}
.ipc-body-mall-map .tooltip .tooltip-inner span {
  display: block;
}
.ipc-body-mall-map .tooltip .tooltip-inner span.title {
  margin-bottom: 28px;
}
.ipc-body-mall-map .tooltip .tooltip-inner span.position {
  color: #B3B3B3;
}
.ipc-body-mall-map .floating-cta {
  z-index: 99999;
}

.widget_ipc_mall_map_widget {
  margin-bottom: 0;
}

.ipc-legend-widget {
  padding: 0 7%;
}
@media only screen and (max-width: 991px) {
  .ipc-legend-widget {
    padding: 0 15px;
  }
}
.ipc-legend-widget .boxer-legend {
  padding: 0;
  margin-top: 40px;
}
.ipc-legend-widget .boxer-legend .legend-title {
  margin-bottom: 10px;
  padding: 0;
  font-size: 22px;
  font-weight: bold;
  color: #0047BA;
}
.ipc-legend-widget .boxer-legend .legend-title::before {
  display: none;
}
.ipc-legend-widget .boxer-legend .legend-box .legend-item {
  width: 25%;
  margin: 20px 0;
}
@media only screen and (max-width: 1600px) {
  .ipc-legend-widget .boxer-legend .legend-box .legend-item {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 1200px) {
  .ipc-legend-widget .boxer-legend .legend-box .legend-item {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 991px) {
  .ipc-legend-widget .boxer-legend .legend-box .legend-item {
    width: 50%;
  }
}
.ipc-legend-widget .boxer-legend .legend-box .legend-item .legend-name {
  font-size: 20px;
  line-height: 27px;
  color: #333333;
}
@media only screen and (max-width: 1200px) {
  .ipc-legend-widget .boxer-legend .legend-box .legend-item .legend-name {
    font-size: 14px;
    line-height: 19px;
  }
}
.ipc-legend-widget .boxer-legend .legend-box .legend-item .legend-img {
  width: 29px;
  min-width: 29px;
}

body.app-view-mode #wrapper-navbar {
  display: none;
}
body.app-view-mode #ipc-template-page {
  padding: 0;
}
body.app-view-mode #ipc-template-page ~ div,
body.app-view-mode #ipc-template-page .widget_ipc_mall_map_widget ~ div {
  display: none;
}
body.app-view-mode #ipc-template-page .modal-container .post-modal {
  padding: 0 0 60px;
}
/*# sourceMappingURL=mall-map.css.map */
