.icp-centers {
  margin: 8px 0 6px;
}

.icp-centers--pending-placement {
  display: none;
}

.icp-centers--page-band {
  width: 100%;
  max-width: none;
  margin: 22px 0 18px;
  padding: 0;
}

.icp-centers--page-band .icp-centers__button {
  max-width: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icp-centers--page-band .icp-centers__panel {
  max-width: none;
  margin: 12px 0 0;
}

.icp-centers__button {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(32, 74, 115, .42);
  background: transparent;
  color: #204a73;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  font-size: 12.5px;
  line-height: 1.2;
  padding: 8px 12px;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

.icp-centers__button:hover,
.icp-centers__button:focus {
  background: rgba(32, 74, 115, .045);
  border-color: rgba(32, 74, 115, .7);
  color: #204a73;
}

.icp-centers__panel {
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, .12);
  padding: 12px 14px;
  background: #fff;
}

.icp-centers__title {
  margin-bottom: 8px;
  color: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}

.icp-centers__loading,
.icp-centers__empty {
  color: #666;
  font-size: 13px;
}

.icp-centers__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 14px;
}

.icp-centers__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, .08);
  color: inherit;
  text-decoration: none;
}

a.icp-centers__item {
  cursor: pointer;
}

a.icp-centers__item:hover,
a.icp-centers__item:focus {
  color: inherit;
  text-decoration: none;
}

.icp-centers__item:first-child {
  border-top: 0;
}

.icp-centers__item:nth-child(2) {
  border-top: 0;
}

.icp-centers__item-main {
  min-width: 0;
}

.icp-centers__name {
  display: block;
  color: inherit;
  font-weight: 600;
  line-height: 1.25;
}

.icp-centers__meta {
  display: block;
  margin-top: 3px;
  color: #666;
  font-size: 12px;
  line-height: 1.25;
}

.icp-centers__quantity {
  min-width: 28px;
  height: 28px;
  border: 1px solid rgba(0, 0, 0, .18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}

.icp-centers__nearest {
  display: block;
  margin-top: 8px;
  padding: 12px 0 0;
  border-top: 1px solid rgba(32, 74, 115, .16);
  color: #204a73;
  text-decoration: none;
}

.icp-centers__nearest:hover,
.icp-centers__nearest:focus {
  color: #143656;
  text-decoration: none;
}

.icp-centers__nearest-title {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.icp-centers__nearest-copy {
  display: block;
  margin-top: 3px;
  color: #666;
  font-size: 12px;
  line-height: 1.3;
}

.icp-centers__nearest--standalone {
  margin-top: 10px;
  padding-top: 0;
  border-top: 0;
}

.product-actions .wishlist-button {
  margin-top: 6px;
}

.product-actions .wishlist-button button,
.product-actions .wishlist-button .btn {
  min-height: 32px;
  padding: 5px 10px;
  border-width: 1px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 400;
}

.product-actions .wishlist-button svg,
.product-actions .wishlist-button i {
  width: 16px;
  height: 16px;
}

body#product .product-actions .icp-centers .icp-centers__button.btn {
  min-height: 38px !important;
  padding: 8px 12px !important;
  border: 1px solid rgba(32, 74, 115, .54) !important;
  background: transparent !important;
  color: #204a73 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

body#product .product-actions .icp-centers .icp-centers__button.btn:hover,
body#product .product-actions .icp-centers .icp-centers__button.btn:focus {
  border-color: rgba(32, 74, 115, .7) !important;
  background: rgba(32, 74, 115, .045) !important;
}

body#product .product-actions .btn-iqitwishlist-add,
body#product .product-actions .wishlist-button button,
body#product .product-actions .wishlist-button .btn {
  min-height: 32px !important;
  padding: 5px 10px !important;
  border-width: 1px !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  margin-bottom: 10px !important;
}

body#product .product-actions .btn-iqitwishlist-add > i,
body#product .product-actions .wishlist-button svg,
body#product .product-actions .wishlist-button i {
  width: 15px !important;
  height: 15px !important;
  font-size: 15px !important;
}

body#product .product-actions .product-quantity {
  align-items: center;
  flex-wrap: nowrap;
}

body#product .product-actions .product-quantity .col-add-btn {
  flex: 1 1 auto;
  max-width: calc(100% - 50px);
}

body#product .product-actions .product-quantity .col-add-wishlist {
  flex: 0 0 58px;
  max-width: 58px;
  padding-left: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

body#product .product-actions .product-quantity .btn-iqitwishlist-add {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 54px !important;
  min-width: 54px !important;
  max-width: 54px !important;
  min-height: 54px !important;
  height: 54px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  font-size: 0 !important;
  line-height: 1 !important;
}

body#product .product-actions .product-quantity .btn-iqitwishlist-add > i {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

body#product .product-actions .product-quantity .btn-iqitwishlist-add > i + i {
  margin-left: 0 !important;
}

body#product #col-product-info .product_header_container > .col-add-wishlist {
  display: none !important;
}

@media (max-width: 575px) {
  body#product .product-actions .product-quantity {
    flex-wrap: nowrap;
  }

  body#product .product-actions .product-quantity .col-add-btn {
    flex: 1 1 auto;
    max-width: calc(100% - 54px);
  }

  body#product .product-actions .product-quantity .col-add-wishlist {
    display: flex !important;
    flex: 0 0 54px;
    max-width: 54px;
  }

  body#product .product-actions .product-quantity .add,
  body#product .product-actions .product-quantity .add-to-cart {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 50px !important;
    height: 50px !important;
  }

  body#product .product-actions .product-quantity .btn-iqitwishlist-add {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    min-height: 50px !important;
    height: 50px !important;
  }

  .icp-centers--page-band {
    margin: 20px auto 18px;
  }

  .icp-centers__list {
    column-gap: 10px;
  }

  .icp-centers__item {
    padding: 9px 0;
  }

  .icp-centers__name {
    font-size: 12.5px;
  }

  .icp-centers__meta {
    font-size: 11px;
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  .icp-centers__list {
    column-gap: 22px;
  }
}
