.minibasket-flyout {
		box-shadow: 0 5px 20px 0 rgba(0,0,0,.2);
		.minibasket-menu-box {
			margin: inherit;
		}
}
.minibasket {
  margin-bottom: 20px;

  &-item {
    &-row {
      border-style: solid;
      border-color: $gray-line;
      border-width: 1px 0 0 0;
    }
    &-col {
      padding: 8px;
    }
  }

  &-total {
    &-row {
      background-color: $white;
      border-style: solid;
      border-color: $gray-line;
      border-width: 1px 0 0 0;
    }
    &-col {
      padding: 8px;
    }
  }

  &-menu {
    &-box {
      margin: 0 15px;

    }

    .dropdown {
      &-menu {
        min-width: 400px;
        padding: 15px;

        .title {
          margin: 0 0 10px;
        }

        .alert {
          margin-bottom: 0;
        }

        .badge {
          background-color: $secondary;
          position: absolute;
          top: 3px;
          right: 3px;
          font-weight: 500;
          border-radius: 50%;
          width: 20px;
          height: 20px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: $white;
        }
      }
    }
  }
}
