/* Green Pi Interactive City V6.18
   Left product panel alignment refinement */

.gp-map-dock--products{
  left:22px !important;
  right:auto !important;
  top:126px !important;
  bottom:22px !important;
  width:min(404px, calc(100vw - 56px)) !important;
  max-width:calc(100vw - 56px) !important;
}

.admin-bar .gp-map-dock--products{
  top:158px !important;
}

.gp-map-dock--products .gp-product-view{
  padding-left:0 !important;
}

.gp-map-dock--products .gp-panel-product-list{
  padding-left:12px !important;
  padding-right:12px !important;
}

.gp-map-dock--products .gp-product-panel-head,
.gp-map-dock--products .gp-active-location-info,
.gp-map-dock--products .gp-mini-filters,
.gp-map-dock--products .gp-product-result-bar,
.gp-map-dock--products .gp-dock-quote{
  padding-left:18px !important;
  padding-right:18px !important;
}

@media (max-width: 1180px){
  .gp-map-dock--products{
    left:16px !important;
    top:118px !important;
    bottom:16px !important;
    width:min(390px, calc(100vw - 32px)) !important;
    max-width:calc(100vw - 32px) !important;
  }
  .admin-bar .gp-map-dock--products{
    top:150px !important;
  }
}

@media (max-width: 782px){
  .gp-map-dock--products,
  .admin-bar .gp-map-dock--products{
    left:12px !important;
    right:12px !important;
    top:auto !important;
    bottom:12px !important;
    width:auto !important;
    max-width:none !important;
  }
}
