.inzman-also-bought-widget .widget_products {
  margin-top: 25px;
  padding-top: 25px;
  position: relative;
}

.inzman-also-bought-widget .widget_products::before {
  border-top: 1px solid var(--brdcolor-gray-300);
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.popup-added_to_cart .inzman-also-bought-widget .widget_products::before {
  left: -30px;
  width: calc(100% + 60px);
}

.cart-widget-side .inzman-also-bought-widget .widget_products {
  margin-top: 40px;
}

.cart-widget-side .inzman-also-bought-widget .widget_products {
  padding: 15px;
}

.inzman-also-bought-widget .product_list_widget {
  text-align: left;
}

.inzman-also-bought-widget-items-heading {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 20px;
  padding: 0 15px;
  text-transform: uppercase;
}

.inzman-also-bought-widget-items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 15px;
}

.inzman-also-bought-widget-item {
  margin-bottom: 5px;
  text-align: center;
  width: calc(50% - 8px);
}

.inzman-also-bought-widget-item-img {
  display: block;
  margin-bottom: 5px;
}

.inzman-also-bought-widget-item-img img {
  vertical-align: top;
}

.inzman-also-bought-widget-item-title {
  color: #000;
  display: block;
  font-size: 14px;
  margin-top: 4px;
}

.inzman-also-bought-widget-item-price {
  display: block;
}

.cart-widget-side .wd-free-progress-bar,
body.show-free-parcel-machine-msg-false .cart-widget-side .wd-free-progress-bar {
  display: none;
}

body.show-free-parcel-machine-msg-true .cart-widget-side .wd-free-progress-bar {
  display: block;
}